Hello, I am trying to build and install PHP 4.3.2 on Linux RedHat 7.3. The configure, make and make install commands generate correct output.
The phpinfo() tells me that all the extensions I compiled in are enabled. However the extensions installation folder: /usr/local/lib/php/extensions/no-debug-non-zts-20020429/ contains no files. The extensions obviously DO NOT work. This are my configure params: ./configure --with-mysql --with-apxs=/usr/sbin/apxs --with-zlib \ --enable-bcmath --with-bz2 --with-curl --with-dom \ --enable-exif --enable-ftp --with-gd --with-ttf \ --with-mime-magic=/usr/share/magic.mime \ --with-mnogosearch=/usr --with-pdflib \ --enable-xslt --with-xslt-sablot --with-sablot-js --with-kerberos Any ideas what the problem is? Is there anything special which has to be done to build the extensions. (I am using the bundled mysql and GD libraries). Thanks in advance, Lukasz Karapuda [EMAIL PROTECTED] -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php