Hey
Have PHP 4.3.0 installed. Got latest GDlib installed.
Now I have an error that says
Warning: Unable to load dynamic library './extensions/php_gd.dll' - ./extensions/php_gd.dll: cannot open shared object file: No such file or directory in /home/sporthoj.com/www/www.sporthoj.com/gallery/gdinfo.php on line 2 Fatal error: Call to undefined function: gd_info() in /home/sporthoj.com/www/www.sporthoj.com/gallery/gdinfo.php on line 5
When I run gdinfo()...
And when I do phpinfo() the column called "GD" doesn't show up as it usually does when GDlib is installed.
This is on a Linux system!
What can be done?
Does PHP have to be recompiled in order for GDlib to work? And if so, how do I recompile? (just need help on general stuff.. links to websites will do).
thanks in advance for ANY help.