Discussion:
GD image library
(Wiadomość utworzona zbyt dawno temu. Odpowiedź niemożliwa.)
Karol
2007-01-04 12:21:09 UTC
Permalink
Czesc
Mam Solarisa 10 a na nim Apache+PHP. Jedna stronka wymaga GD image library.
Zainstalowałem to poprzez pkg-get, ale stronka nie działa dalej wywalając
się z błędem "PHP running on your server does not support the GD image
library, check with your webhost if ImageMagick is installed"

PHP kompilowałem wcześniej z opcją --with-gd

./configure --with-apxs2=/usr/apache2/bin/apxs --enable-dbase \
--with-libxml-dir=/usr/local --with-config-file-path=/etc/apache2 \
--with-mysql=shared,/opt/csw/mysql5 \
--with-mysqli=shared,/opt/csw/mysql5/bin/mysql_config \
--with-xpm-dir=/usr --with-gd --with-tiff-dir=/usr --with-bz2=/usr/lib \
--with-jpeg-dir=/usr --with-png-dir=/usr --with-zlib --enable-mbstring \
--enable-calendar--enable-bcmath --enable-ftp --enable-exif
Karol
2007-01-05 19:53:14 UTC
Permalink
Post by Karol
Mam Solarisa 10 a na nim Apache+PHP. Jedna stronka wymaga GD image
library. Zainstalowałem to poprzez pkg-get, ale stronka nie działa dalej
wywalając się z błędem "PHP running on your server does not support the GD
image library, check with your webhost if ImageMagick is installed"
PHP kompilowałem wcześniej z opcją --with-gd
OK. Poradziłem sobie. Trzeba najpierw zainstalować pakiet, a potem
kompilować z opcją --with-gd

Loading...