Jump to content

enable gdlibrary


Recommended Posts

I had the same issue on my home server (Debian).. I had to install php5-gd

sudo apt-get install php5-gd

 

Then restart Apache

sudo /etc/init.d/apache2 restart

 

The installer should now recognize the GD Library!

 

About the permissions; Just chmod the entire directory including subdirectories to 777.

 

 

Edit: I just read your other thread, it seems that you dont have PHP5 installed, am I right?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...