php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12128 library name inconsistencies
Submitted: 2001-07-13 01:50 UTC Modified: 2001-07-13 01:53 UTC
From: david at planetmind dot net Assigned:
Status: Closed Package: *Configuration Issues
PHP Version: 4.0.6 OS: Mandrake 6.5
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: david at planetmind dot net
New email:
PHP Version: OS:

 

 [2001-07-13 01:50 UTC] david at planetmind dot net
It seems that the configure script looks in .so files only when testing for things like TIFFOpen and read_jpeg_header, giving an error, even though the libraries were reported found. 

the following:

       ln -s libtiff.so.3.5 libtiff.so

fixed the issue. Same had to be done with libjpeg.

my configure ended up being:

./configure --with-apxs=/home/httpd/bin/apxs --with-mysql=/usr/local/mysql --with-gd=../gd-1.8.4 --with-jpeg-dir --with-pgsql  --enable-calendar --with-swf=/usr/lib/swf --with-ttf --with-tiff-dir=/usr --with-pdflib=/usr/local --with-zlib-dir

something needs to be done to discover the standard installation locations of shared libraries and inform the configure script, or make it able to find things. I spend many hours just telling it where to look, after installing the standard distros of the libraries. 


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-07-13 01:53 UTC] rasmus@php.net
No, you need to tell your system when you install new shared libraries by adding the directory to /etc/ld.so.conf and running ldconfig.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 01:01:30 2024 UTC