|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-08-01 23:32 UTC] waldschrott@php.net
[2000-08-20 01:55 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Nov 04 20:00:01 2025 UTC |
I'm running AIX 4.3.2, and configuring php in the following way ./configure --with-mysql=/local/mysql --with-apache=../apache_1.3.12 --enable-track-vars --prefix=/local/www.php/php --with-oracle=/ora00/app/oracle/product/7.3.4 Towards the end of the configuration process, I get a number of "sed" errors, listed below. I also get these errors if I let configure default to the $ORACLE_HOME path. I don't get these errors if I leave off the --with-oracle option. I've grabed the latest GNU sed, and tried using it thinking it might be an AIX oddity, but that just results in a different error message. AIX-sed: creating php4.spec sed: Function s%@EXTRA_LIBS@% -L/ora00/app/oracle/product/7.3.4/lib -R/ora00/app/oracle/product/7.3.4/lib -lclient -lsqlnet -lncr -lsqlnet -lclient -lcommon -lgeneric -lsqlnet -lncr -lsqlnet -lclient -lcommon -lgeneric -lepc -lnlsrtl3 -lc3v6 -lcore3 -lnlsrtl3 -lcore3 -lnlsrtl3 -lm -lld -lm cannot be parsed. creating Zend/Makefile sed: Function s%@EXTRA_LIBS@% -L/ora00/app/oracle/product/7.3.4/lib -R/ora00/app/oracle/product/7.3.4/lib -lclient -lsqlnet -lncr -lsqlnet -lclient -lcommon -lgeneric -lsqlnet -lncr -lsqlnet -lclient -lcommon -lgeneric -lepc -lnlsrtl3 -lc3v6 -lcore3 -lnlsrtl3 -lcore3 -lnlsrtl3 -lm -lld -lm cannot be parsed. GNU-sed: creating php4.spec sed: file conftest.s2 line 25: Unterminated `s' command creating Zend/Makefile sed: file conftest.s2 line 25: Unterminated `s' command Because of these errors, the various Makefiles do not get generated, and you can't go any further.