Re: [PHP-DEV] Re: Bug #12128 Updated: library name inconsistencies

2001-07-12 Thread Rasmus Lerdorf

> /usr/lib is already listed there, and that's where they got installed. I
> did run ldconfig.

Then your report makes very little sense.  Those symlinks you mentioned
should have been in place already.  We can't do anything in PHP to go
around looking for oddly named libraries.

-Rasmus


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Re: Bug #12128 Updated: library name inconsistencies

2001-07-12 Thread David Hardy



Bug Database wrote:
> 
> ID: 12128
> Updated by: rasmus
> Reported By: [EMAIL PROTECTED]
> Old Status: Open
> Status: Closed
> Bug Type: *Configuration Issues
> Operating System: Mandrake 6.5
> PHP Version: 4.0.6
> New Comment:
> 
> 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.

/usr/lib is already listed there, and that's where they got installed. I
did run ldconfig.

Good point though - this must be so often overlooked. 

> 
> Previous Comments:
> 
> 
> [2001-07-13 01:50:54] [EMAIL PROTECTED]
> 
> 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.
> 
> 
> 
> ATTENTION! Do NOT reply to this email!
> To reply, use the web interface found at http://bugs.php.net/?id=12128&edit=2

-- 
___
><>><>><>><>><>><>><>><>><>><>><>><>><>><>><>><>><>><>><>
¯¯¯
 David Hardy
 Planetmind Internetworks
 http://www.planetmind.net
 ph 303.258.1103
 fax 303.265.9330
___
<><<><<><<><<><<><<><<><<><<><<><<><<><<><<><<><<><<><<><
¯¯¯

-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]