php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1574 static libgd symbol not found
Submitted: 1999-06-21 09:47 UTC Modified: 1999-06-24 08:33 UTC
From: dorchain at wirbel dot com Assigned:
Status: Closed Package: Installation problem
PHP Version: 3.0.9 OS: Linux 2.2.10, glibc
Private report: No CVE-ID: None
 [1999-06-21 09:47 UTC] dorchain at wirbel dot com
I have libgd1.4 installed on my system as static library only.
I configured php3 with this line
./configure --verbose --prefix=/usr --without-gdbm --with-apxs --with-x --with-adabas=/opt/adabas --with-zlib --with-config-file-path=/usr/etc --with-system-regex --enable-track-vars --enable-magic-quotes --enable-bcmath --enable-url-includes --enble-sysvshm --enable-sysvsem
appended AddModule mod_php3.c and LoadModule php3_module /path/to/libphp3.so to the coresponding sections of the httpd.conf (FYI: apache-1.3.6), tried to restart the httpd and got the following message
Syntax error on line 220 of /usr/etc/apache/httpd.conf:
Cannot load /usr/lib/apache/libphp3.so into server: /usr/lib/apache/libphp3.so: undefined symbol: gdFontMediumBold

How can I get the static libgd into libphp3.so?

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-06-21 09:52 UTC] dorchain at wirbel dot com
After adding --without-gd, the message is
undefined symbol:SQLParamData, which comes from /opt/adabas/lib/odbclib.a
which is part of the Adabas D distribution.
Looks like a general problem with static libraries.
How can I get around this?
 [1999-06-24 08:33 UTC] sas at cvs dot php dot net
fixed in CVS
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Apr 28 10:01:30 2024 UTC