Hi,
I successfully installed apche+php on Linux, but I can do the same
thing on a Solaris 2.6. In fact it works on Solaris in static mode, but
not
in DSO apache mode (and I really need it).
Each time I try to launch my Apache, I obtain the following error :
"Cannot load /usr/apachephp/libexec/libphp4.so into server: ld.so.1:
/usr/apachephp/bin/httpd: fatal: relocation error: file
/usr/apachephp/libexec/libphp4.so: symbol __muldi3: referenced symbol
not found"
I read lots of articles about this error in newsgroup, etc. but with no
solution.
I builded my Apache with the following comand line :
"./configure --prefix= /usr/apachephp --enable-module=so
--enable-rule=SHARED_CORE; make; make install"
I builded my Php module with the following command line :
"./configure --with-apxs=/usr/apachephp/bin/apxs; make; make install"
I don't know if there is a link with the DB Berkeley library, but they
give
a solution to solve this kind of problem :
http://www.sleepycat.com/docs/ref/build_unix/notes.html
So I rebuilded my DB Berkeley library, I rebuilded apache,
and I rebuilded php with the option --with-db3, but without success.
Anybody had this problem (and most important, solved it :-) )
Regards.
Sebastien Brault.