On Mon, 2004-08-02 at 07:25, root wrote: > Hello!!!! > > I was installing PHP5 with Mysql4.0 and Apache2.0. Everyting was > fine up until the message shows below..... > > Installing PHP SAPI module: apache2handler > /apache/build/instdso.sh SH_LIBTOOL='/apache/build/libtool' libphp5.la > /apache/modules > /apache/build/libtool --mode=install cp libphp5.la /apache/modules/ > cp .libs/libphp5.lai /apache/modules/libphp5.la > cp .libs/libphp5.a /apache/modules/libphp5.a > ranlib /apache/modules/libphp5.a > chmod 644 /apache/modules/libphp5.a > libtool: install: warning: remember to run `libtool --finish /php/php5/libs' > Warning! dlname not found in /apache/modules/libphp5.la. > Assuming installing a .so rather than a libtool archive. > chmod 755 /apache/modules/libphp5.so > chmod: failed to get attributes of `/apache/modules/libphp5.so': No such > file or directory > apxs:Error: Command failed with rc=65536 > . > make: *** [install-sapi] Error 1 > > Please, give me some solution... > Thank You >
I've not tried PHP 5 with MySQL 4. The error message you are getting indicates the files are not present. Silly question, but have you put those files in the right place? HTH Chris