ID: 14015 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Bogus Status: Open Bug Type: Compile Failure Operating System: UNIXWARE 7 PHP Version: 4.0.6 New Comment:
I forger, I type params with full path ./configure --with-apache=/home/pipl/apache Previous Comments: ------------------------------------------------------------------------ [2001-11-26 14:23:39] [EMAIL PROTECTED] You're obviously doint something wrong there. Please ask further support questions on the mailing lists: http://www.php.net/support.php ------------------------------------------------------------------------ [2001-11-26 13:33:17] [EMAIL PROTECTED] I forger, I type params with full path ./configure --with-apache=/home/pipl/apache ------------------------------------------------------------------------ [2001-11-26 13:28:31] [EMAIL PROTECTED] All that I do, i do as root. I try to install "php" with params - ./configure --with-apache after - make - make install (and there i see error) After this I manyally copy file ".lib/libphp4.a" into Apache intall directory and type this command: - cd apache - ./configure --prefix=/usr/apache --activate-module=src/modules/php4/libphp4.a - make - install Correct httpd.conf, and .... all wokrs!!! But why PHP install on Unixware 7 so bad with params? ------------------------------------------------------------------------ [2001-11-18 19:08:53] [EMAIL PROTECTED] Are you running 'make install' as root? Or if not, does the user you run it as have permissions to write to those dirs? --Jani ------------------------------------------------------------------------ [2001-11-12 05:38:29] [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 .... ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/?id=14015 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]