Comment installer une lib GD2

Comment installer une lib GD2 - PHP - Programmation

Marsh Posté le 03-12-2002 à 14:40:59    

Bonjour,
 
Je debute, et j'ai trouvé un code source en PHP pour faire de vignettes d'images.
 
Je lance easyphp et index.php mais j'ai une erreur.
Il me manque une Lib GD2 .
 
Jai trouvé sur le net la lib, mais je ne sais pas comment l'installer!
 
Pouvez-vous m'aider?
 
merçi bcp

Reply

Marsh Posté le 03-12-2002 à 14:40:59   

Reply

Marsh Posté le 03-12-2002 à 15:46:06    

Je l'ai jamais fait, mais il y a pas un install.txt ou un readme.doc ou autre fichier avec un nom ressemblant?

Reply

Marsh Posté le 03-12-2002 à 18:26:50    

omega2 a écrit a écrit :

Je l'ai jamais fait, mais il y a pas un install.txt ou un readme.doc ou autre fichier avec un nom ressemblant?




 
ya pas! :(

Reply

Marsh Posté le 12-11-2003 à 11:37:18    

Salut ! J'ai actuellement le meme probleme...
 
 
j'ai suivi ces instructions pour activer la gd2 :
 
 

Citation :

For Windows users who wants to enable the GD libary:
 
It took me some while to figure this out, but in the end it worked (and still does) great.
 
1. First download the latest (stable recommended) version of php
2. Unzip to f.ex c:\php\
 
3. Now you should have a file in c:\php\ that's named php.ini.dist (or something like that). Rename that to php.ini and copy it to the root of you Windows directory.
 
4. Open the php.ini file (the easiers way is to open the run promnt at your start menu and just type php.ini and hit enter).
 
5. Search (ctrl+f) for extension_dir. The default value is set to "./", make it to "./extensions"
 
6. Now you need to find where in the php.ini the modules for Windows is located. Search for gd.
 
7. Remove the ; char infront of this line: extension=php_gd2.dll
 
8. Try make a php script with some image functions and see if it works. F.ex $im = imageCreate("test.jpg" );
If you get a message that says something like imageCreate function doesn't exist the gd libary is not loaded.
 
9. That's all. Have fun using GD in Windows :)


 
 
mais ca ne marche toujours pas : Fatal error: Call to undefined function: imagecreatefromjpeg() in e:\program files\easyphp1-7\www\whyme\thumb.php on line 5
 
 
 
qqun aurait une idée? :??:
 
Merci bcp !


---------------
SHOOT ME AGAIN WEBZINE
Reply

Marsh Posté le 12-11-2003 à 13:00:54    

après avoir décommenté le ligne extension=php_gd2.dll dans le php.in, il faut redémarrer apache (si c'est ton serveur web ;) )

Reply

Marsh Posté le 12-11-2003 à 13:38:45    

coool ca marche merci beaucoup [:prosterne]


---------------
SHOOT ME AGAIN WEBZINE
Reply

Marsh Posté le 24-09-2005 à 21:31:13    

moi j'ai un soucis avec ça.
j'ai easyphp 1.8 installer.
cette librairie est presente, mais quand j'utilise une fonction imagecreate(), il ne la reconnait pas (call to undefined function ...)
quelqu'un aurait une idée ? l'utilisation de la fonction aurait elle changer ?

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed