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

Add a Patch

Pull Requests

Add a Pull Request

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: Thu Mar 28 20:01:28 2024 UTC