php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #472 Compiling with GD libraries
Submitted: 1998-06-24 10:27 UTC Modified: 1998-07-02 13:54 UTC
From: Dragon at rain dot seattleantioch dot edu Assigned:
Status: Closed Package: Misbehaving function
PHP Version: 3.0 Final Release OS: Solaris 2.6 Generic_105181-06 su
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: Dragon at rain dot seattleantioch dot edu
New email:
PHP Version: OS:

 

 [1998-06-24 10:27 UTC] Dragon at rain dot seattleantioch dot edu
configure --with-apache=../apache_1.3.0 --with-mysql=/usr/local --with-gd=/usr/local --with-zlib=/usr/local

Works fine under the php make and builds "clean". 

However, after running "make install", the libphp3.module in ~/src/modules/php3 does NOT contain the 
statement to link in the GD libraries. ( -lgd ). I corrected this by hand and ran a test page for the gd routines. 
Works great.

When I run a page wth phpinfo(); though, I don't see any references to the GD libraries under the extensions 
info. I do see references to MySql and Zlib. This happens on both Solaris Sparc and Solaris X86.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-07-02 13:54 UTC] ssb
The libphp3.module issue has been resolved.  A more
informative entry for GD will be issued as well (with
GD version and whether freetype support is active).

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Fri May 09 21:01:27 2025 UTC