Upgrading to 4.3.10, Make, make test and make install work with no errors.
Using same configure options I used to install 4.3.8:
./configure --prefix=/usr --with-apx=/usr/local/apache/bin/apxs
--libdir=/usr/lib/php4 --datadir=/usr/share/php
--with-sybase-ct=/usr/local/freetds --with-config-file-path=/etc
--enable-inline-optimization --enable-magic-quotes --enable-track-vars
--enable-memory-limit --enable-bcmath --enable-sigchild
--with-openssl--enable-sysvsem=shared --enable-sysvshm=shared
--enable-shmop=shared --with-unixODBC=shared --with-mysql=shared,/usr
--with-gettext=shared --enable-sockets=shared --with-curl=/usr/include/curl
--enable-posix=shared --with-zlib --with-mm
/usr/local/apache/bin/httpd -l
Compiled-in modules:
http_core.c
mod_so.c
suexec: enabled; valid wrapper /usr/local/apache/bin/suexec
I've also tried make clean and deleting the old libphp4.so as well as deleting
config.cache. I've
googled for anyone else having this problem and its only encountered when make
failed.
Make returns no errors but the file isn't generated and make install output
doesn't list it as a
created file.
Any ideas?
Thanks.
__________________________________
Do you Yahoo!?
Yahoo! Mail - now with 250MB free storage. Learn more.
http://info.mail.yahoo.com/mail_250
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php