Alain Barthélemy <[EMAIL PROTECTED]> wrote: > PHP-4.3.4: ./configure --with-apx2=/www/bin/apxs > --with-config-file-paths=/www/conf --enable-sigchild
Is the "--with-apx2" (instead of "--with-apxs2") only a typo here or did you also use that on your command line? > libphp4.so is in /www/modules. I copied it from the PHP source dir > (/php-4.3.4/libs) where it was present. > Apache-2.0.48 and PHP-4.3.4 thus no change and same configuration as above but > I can't find libphp4.so . I remember it was not easy to get it. If anybody can > tell me where to get it? Without that library difficult to read a PHP script of > course. Normally you should be able to use "make install", but if you don't want to use that: did you try to use "find . -name libphp4.so" in your source directory? Regards... Michael