Subject Re: [firebird-php] Installing GD2 lib on FC3 and PHP 4.3
Author Milan Babuskov
Todd Cary wrote:
> And I spoke before checking the error logs!
>
> PHP Warning: Unknown(): Invalid library (maybe not a PHP library)
> 'libgd.so.2' in Unknown on line 0

I don't think libgd.so.2 is a PHP library. It looks like a system
library for GD. Let's get this straight:

PHP has a gd.so library which should be loaded from php.ini file. It
(gd.so) in turn loads the system's libgd.so.2 (or whichever it is
compiled against).

But, looking at the phpinfo() output, it looks like GD extension is
correctly loaded, so you probably don't need that

extension=libgs.so.2

line at all. As far as I can see, both GD and Interbase extensions are
properly loaded, so there is nothing more you should do.

--
Milan Babuskov
http://fbexport.sourceforge.net
http://www.flamerobin.org