Installation du module gd pour php - Linux et OS Alternatifs
MarshPosté le 03-06-2002 à 15:26:47
Voilà mon problème:
Apache 1.3.23 PHP 4.2.1 GD 1.8.4
Je make tout d'abord GD, puis make install.
je configure php avec les options suivantes: ./configure --prefix=/usr/local/php --exec-prefix=/usr/local/php --with-apache=/usr/local/apache_1.3.23 --with-mysql=/usr/local/mysql --enable-track-vars --with-gd=/usr/local/gd-1.8.4/
ensuite make et make install
et, lorsque je veux compiler apache (make), j'obtient l'erreur suivante: modules/php4/libphp4.a(internal_functions.o): In function `php_startup_internal_extensions': /usr/local/php-4.2.1/main/internal_functions.c:60: undefined reference to `gd_module_entry'
Si quelqu'un a une idée ou veux plus de renseignement....
Marsh Posté le 03-06-2002 à 15:26:47
Voilà mon problème:
Apache 1.3.23
PHP 4.2.1
GD 1.8.4
Je make tout d'abord GD, puis make install.
je configure php avec les options suivantes:
./configure --prefix=/usr/local/php
--exec-prefix=/usr/local/php
--with-apache=/usr/local/apache_1.3.23
--with-mysql=/usr/local/mysql --enable-track-vars
--with-gd=/usr/local/gd-1.8.4/
ensuite make et make install
et, lorsque je veux compiler apache (make), j'obtient l'erreur suivante:
modules/php4/libphp4.a(internal_functions.o): In function `php_startup_internal_extensions':
/usr/local/php-4.2.1/main/internal_functions.c:60: undefined reference to `gd_module_entry'
Si quelqu'un a une idée ou veux plus de renseignement....
merci