Rachael w. Posted February 24, 2007 Share Posted February 24, 2007 I have php 4.4.5 installed on my new server, I've moved my site and finally tweaked all the settings to get it to work. The only issue I have left to solve is getting the images to show. I have the image magic contribution installed which requires the the GD image library. I dont see it installed when I look through my server info so I believe that is where the problem lies. I tried yum install php-gd and restarted apache but it still doesnt seem to be there. So, then I looked in php.ini for the extension=php_gd2.dll and didnt see it there. I seem to have reached my limit of brain power on this and hoped someone here had an answer. Thank you in advance for your help! Link to comment Share on other sites More sharing options...
Rachael w. Posted February 24, 2007 Author Share Posted February 24, 2007 ok, I did find the php_gd2.dll in the php.ini file, but I cant figure out why its doesnt seem to be working.... Link to comment Share on other sites More sharing options...
jasonabc Posted February 24, 2007 Share Posted February 24, 2007 ok, I did find the php_gd2.dll in the php.ini file, but I cant figure out why its doesnt seem to be working.... You should just have to uncomment this module in php.ini and restart Apache. You will see the GD library loaded if you run a phpinfo(). I never got the GD library/auto thumbnailer mod working locally on my dev box (running Apache 2.0.54, MySQL 5 and PHP 5.1) although it worked when I uploaded the files to my webserver. Never found out why it worked on one and not the other... Jason My Contributions: Paypal Payflow PRO | Rollover Category Images | Authorize.net Invoice Number Fix Link to comment Share on other sites More sharing options...
Rachael w. Posted February 24, 2007 Author Share Posted February 24, 2007 I did take the ; off that line in php.ini and restarted apache and its still not showing in the list. I hate it when it all looks right and still doesnt work. Maybe I missed something. I still need to get it to work though. Link to comment Share on other sites More sharing options...
Rachael w. Posted February 24, 2007 Author Share Posted February 24, 2007 Well, I figured it out. I had to recompile (rebuild) apache and php with gd in addition to uncommenting the line. Up and working now! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.