Lukasz Karapuda wrote:

> 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.

What do you mean by "obviously DO NOT work"?

a)  I tried them and they did not work.
b)  I guess that they don't work, because there are no files in that
    directory.

> 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?

There is no problem. Only shared extensions go into that extensions
directory. Compiled-in extensions are built into libphp4.so.

Regards...
                Michael

-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to