Ik heb onder Slackware 8.1 de nieuwste jpeglib en GD geinstalleerd. In beide Makefiles alle paths goed gezet. Vervolgens wil ik PHP compilen met oa gd support, ik gebruik deze ./configure:
./configure --with-gettext --with-imap --with-imap-ssl --with-ssl --with-openssl --with-mcrypt --with-gd --with-apxs=/usr/local/apache/bin/apxs --with-mysql --with-pgsql=/usr/local/postgres --with-xml
Het compilen en installen werkt perfect. Alleen als ik nu apache op start krijg ik deze error:
root@isis:/# /etc/rc.d/rc.httpd start
Starting Apache...
Syntax error on line 206 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/libphp4.so into server: /usr/lib/libgd.so: undefined symbol: jpeg_resync_to_restart
/usr/local/apache/bin/apachectl start: httpd could not be started
root@isis:/#
Ik vat er geen hout van, en ik kan ook niks op internet vinden. Misschien weten jullie wat er fout is?
BTW: Zonder gd werkt het wel
./configure --with-gettext --with-imap --with-imap-ssl --with-ssl --with-openssl --with-mcrypt --with-gd --with-apxs=/usr/local/apache/bin/apxs --with-mysql --with-pgsql=/usr/local/postgres --with-xml
Het compilen en installen werkt perfect. Alleen als ik nu apache op start krijg ik deze error:
root@isis:/# /etc/rc.d/rc.httpd start
Starting Apache...
Syntax error on line 206 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/libphp4.so into server: /usr/lib/libgd.so: undefined symbol: jpeg_resync_to_restart
/usr/local/apache/bin/apachectl start: httpd could not be started
root@isis:/#
Ik vat er geen hout van, en ik kan ook niks op internet vinden. Misschien weten jullie wat er fout is?
BTW: Zonder gd werkt het wel