ID: 14015
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Compile Failure
Operating System: UNIXWARE 7
PHP Version: 4.0.6
New Comment:

Of course, I follow the installation instructions. I type this commands:
$ gunzip -c apache_1.3.22.tar.gz | tar xf -
$ cd apache_1.3.22
$ ./configure
$ cd ..

$ gunzip -c php-4.0.6.tar.gz | tar xf -
$ cd php-4.0.6
$ ./configure --without-mysql --with-apache=/home/pc/apache_1.3.22 --enable-track-vars
$ make
$ make install
.... *** Error .....

Why without any params PHP compile normaly?
$ cd php-4.0.6
$ ./configure
$ make
$ make install
... done ....

Previous Comments:
------------------------------------------------------------------------

[2001-11-12 03:13:57] [EMAIL PROTECTED]

Of course, I follow the installation instructions. I type this commands:
$ gunzip -c apache_1.3.22.tar.gz | tar xf -
$ cd apache_1.3.22
$ ./configure
$ cd ..

$ gunzip -c php-4.0.6.tar.gz | tar xf -
$ cd php-4.0.6
$ ./configure --without-mysql --with-apache=/home/pc/apache_1.3.22 --enable-track-vars
$ make
$ make install
.... *** Error .....

Why without any params PHP compile normaly?
$ cd php-4.0.6
$ ./configure
$ make
$ make install
... done ....

------------------------------------------------------------------------

[2001-11-11 19:59:19] [EMAIL PROTECTED]

Did you follow the installation instructions given in
the INSTALL file ? Found under QUICK INSTALL (static)

--Jani


------------------------------------------------------------------------

[2001-11-11 09:31:46] [EMAIL PROTECTED]

By first, I do
$./configure --without-mysql --with-apache=../apache_1.3.22 --enable-track-vars
$ make
And when I launch the installation's command (make install) and the code appears :
Making install in Zend
Making install in main
Making install in ext
Making install in mysql
Making install in libmysql
Making install in pcre
Making install in pcrelib
Making install in posix
Making install in session
Making install in standard
Making install in xml
Making install in expat
Making install in xmltok
Making install in xmlparse
Making install in sapi
Making install in apache
Making install in TSRM
Making install in regex
Making install in .
        mkdir -p /home/pc/apache_1.3.22/src/modules/php4; cp libs/libphp4.a 
/home/pc/apache_1.3.22/src/modules/php4/libmodphp4.a; cp 
/home/pc/php-4.0.6//sapi/apache/mod_php4.* sapi/apache/libphp4.module 
/home/pc/apache_1.3.22/src/modules/php4; cp ./sapi/apache/apMakefile.tmpl 
/home/pc/apache_1.3.22/src/modules/php4/Makefile.tmpl; cp 
./sapi/apache/apMakefile.libdir 
/home/pc/apache_1.3.22/src/modules/php4/Makefile.libdir
*** Error code 2 (bu21)
*** Error code 1 (bu21)

When I try ./configure withotn any params, and after "make and ""make install" - 
compilation finished fine and I see all files in /usr/local/.. directory (possibly by 
default).

------------------------------------------------------------------------



Edit this bug report at http://bugs.php.net/?id=14015&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to