Hi,
I'm trying to compile PHP4 w/IMAP and MySQL as a dynamic Apache module on a Sun Sparc Solaris2.7. Apache version is 1.3.9. IMAP version is 4.7c2. PHP version is 4.0pl2. I'm using this configure command:
./configure --with-mysql --with-apxs=/usr/local/apache/bin/apxs --with-imap=/usr/local/imap
I compiled the new version of imap earlier and it was successful.
The php4 installation appears to go smoothly but I get the following error when I do a config test on httpd:
Cannot load /usr/local/apache/libexec/libphp4.so into server: ld.so.1: /usr/local/apache/bin/httpd: fatal: relocation error: file /usr/local/apache/libexec/libphp4.so: symbol __muldi3: referenced symbol not found
I've double-checked my LoadModule, AddModule and AddType directives. Everything okay. Also checked paths & perms and they are correct.
Found a posting on a GNU board about the library containing __muldi3 not being linked by some makes.
Ideas? Anyone with similar problems?