apache + php on solaris

2003-07-01 Thread julien Touche
Building apache on Solaris 2.7 with openssl,gzip,dav, and mainly php rpm -ba apache.spec [snip] === src/modules/php4 /bin/sh: php4: does not exist make[4]: *** [all] Error 1 make[3]: *** [subdirs] Error 1 make[2]: *** [build-std] Error 2 make[1]: *** [build] Error 2 make: *** [install-all] Error

Re: apache + php on solaris

2003-07-01 Thread Michael van Elst
On Tue, Jul 01, 2003, julien Touche wrote: Building apache on Solaris 2.7 with openssl,gzip,dav, and mainly php rpm -ba apache.spec [snip] === src/modules/php4 /bin/sh: php4: does not exist No such error here, but I'm using Solaris 2.8 and 2.9. In any case, the error message tells you

Re: apache + php on solaris

2003-07-01 Thread julien Touche
Michael van Elst wrote: No such error here, but I'm using Solaris 2.8 and 2.9. In any case, the error message tells you that the php configure failed. There should be an error message earlier in the build. found problem in the build + ./configure [snip] creating cache ./config.cache checking

Re: apache + php on solaris

2003-07-01 Thread julien Touche
Michael van Elst wrote: The math library (-lm) is missing. seems sufficient to add it to php CFLAGS in apache.spec However, the real problem seems to be /users/www/local/lib/libpng.so. Where does this come from ? OpenPKG does not build shared libraries. that's me. when playing with php*.rpm, i

Re: apache + php on solaris

2003-07-01 Thread Michael van Elst
On Tue, Jul 01, 2003, julien Touche wrote: Michael van Elst wrote: The math library (-lm) is missing. seems sufficient to add it to php CFLAGS in apache.spec However, the real problem seems to be /users/www/local/lib/libpng.so. Where does this come from ? OpenPKG does not build shared