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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 11:01:28 2024 UTC