Posted by Rasmus Lerdorf on 01/10/05 03:21
heath boutwell wrote:
> 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.
Well, what is created? Do you get a .libs/libphp4 file with no
extension? If so, you can either just rename that to .libs/libphp4.so
or run libtoolize --force and re-run ./configure
-Rasmus
[Back to original message]
|