On Wed, 5 Jan 2005, Peter Peltonen wrote:
You need to edit /etc/php.ini and change extension_dir to extension_dir = "/usr/lib/php4"
the default extension_dir as built by the srpm is busted.
also add extension=imap.so extension=ldap.so extension=mysql.so
or whatever extensions you use. the default php.ini is missing them.
again, the srpm is broken in that respect.
Regards, Peter