jbattle Posted July 19, 2006 Share Posted July 19, 2006 Hello,I have a linux server hosted at server beach. My server is running PHP version 4.3.9 I'm trying to get my php apps to create thumbnail images of larger graphics files using the GD library. According to the GD Library FAQ on the boutell.com/gd website version 4.3.X includes a version of gd as "standard equipment" and that it's not enabled by default. I just have to un-comment the 'extension=php_gd2.dll'. But I looked through my php.ini files and I don't have that line.Is this one of the situations where php has to be compiled differently to get this functionality?I don't see anything in phpinfo that leads me to believe that the gd library is available. Also, executing gd_info ( ) returns nothing. Any help would be appreciated.Thanks, Link to comment https://forums.phpfreaks.com/topic/15040-getting-gd-library-to-work/ Share on other sites More sharing options...
Barand Posted July 19, 2006 Share Posted July 19, 2006 I'm not a linux user but I think for linux you need ".so" and not ".dll" Link to comment https://forums.phpfreaks.com/topic/15040-getting-gd-library-to-work/#findComment-60491 Share on other sites More sharing options...
True`Logic Posted March 2, 2007 Share Posted March 2, 2007 where would you get a .so ? Link to comment https://forums.phpfreaks.com/topic/15040-getting-gd-library-to-work/#findComment-197522 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.