I got all my extensions for PHP, and they compiled fine.
I compiled PHP fine. It Installed fine.
The moment of truth arrives, I type
'apachectl start' to load up the beast, and I get:
/usr/libexec/ld.so: Undefined symbol "_gdFontGiant" in httpd:/usr/lib/apache/modules/libphp4.so
I've seen a few other posts on phpbuilder with this problem, but all have no answers 🙂
Any help would be appreciated.
---- SPECS ----
OS: OpenBSD 3.0, near default install
System: K6-2 450
PHP: php-4.1.1
Extensions I compiled in:
freetype-2.0.8
jpeg-6b
gd-1.8.4
libpng-1.0.12
openldap-2.0.23
zlib-1.1.3
Configure Command:
./configure --with-apxs=/usr/sbin/apxs --with-openssl --with-gd=/usr/local --with-jpeg-dir=/usr/local --with-zlib=/usr/local -
-with-zlib-dir=/usr/local --with-png-dir=/usr/local --with-freetype=/usr/local --enable-gd-native-ttf --with-freetype-dir=/usr
/local --with-ldap --with-mysql --enable-shared --enable-static
I don't get any warnings / error messages during compilation of GD or PHP