[PHP-DEV] PHP 4.0 Bug #9898: gd and mck fail to link but did in 4.0.4pl1 From: wez <email protected>
Date: 03/21/01

From: wez <email protected>
Operating system: Linux
PHP version: 4.0 Latest CVS (21/03/2001)
PHP Bug Type: Compile Problem
Bug description: gd and mck fail to link but did in 4.0.4pl1

the final stage of the build says:
*** Warning: This library needs some functionality provided by -lgd.
*** I have the capability to make that library automatically link in when
*** you link to this library. But I can only do this if you have a
*** shared version of the library, which you do not appear to have.

*** Warning: This library needs some functionality provided by -lmckcrypto.
*** I have the capability to make that library automatically link in when
*** you link to this library. But I can only do this if you have a
*** shared version of the library, which you do not appear to have.

It is correct - I do not have shared versions of these libraries, but previous versions of PHP linked correctly.
PHP 4.0.4pl1 still compiles and links, and I'm pretty sure CVS worked about a week ago.

--Wez.

-- 
Edit Bug report at: http://bugs.php.net/?id=9898&edit=1

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>