php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #227 GD Lib not found when in /usr/local/lib
Submitted: 1998-04-01 19:07 UTC Modified: 1998-04-01 19:15 UTC
From: steve at eyekon dot com Assigned: rasmus (profile)
Status: Closed Package: Feature/Change Request
PHP Version: 3.0 Release Candidate 3 OS: Solaris 2.6 - Sun
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: steve at eyekon dot com
New email:
PHP Version: OS:

 

 [1998-04-01 19:07 UTC] steve at eyekon dot com
Configure does not find GD libraries when located in /usr/local/lib
or /usr/local/include.

Had to move libraries to /usr/include and /usr/lib for them to 
be found.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-04-01 19:15 UTC] rasmus
This isn't a PHP bug.  It is your compiler/linker's job to know where to find its standard libraries.  If you have
not configured your compiler to look in /usr/local/lib for things,  then you  shouldn't be putting things there.  
This question is also covered in the "Common Problems" section of the FAQ
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 13:01:31 2024 UTC