Apache, Lighttpd, nginx, Cherokee
tomotom
Posts: 330 Joined: 2006-09-22 13:37
Post
by tomotom » 2006-10-10 21:34
So habe ich versucht gd mit JEPG Unterstützung zu kompellieren.
Code: Select all
./configure --enable-memory-limit --enable-force-cgi-redirect --with-gd --with-jpeg --enable-track-vars --with-pcre-regex --with-mysql --with-bz2 --enable-inline-optimization --disable-debug --with-regex=php --disable-rpath --without-sqlite --without-mm --enable-fastcgi --with-zlib --prefix=/var/www/php-fcgi/php5-fcgi-hard
Am Ende ist die JEPG Unterstützung aber nicht da. Nur:
Code: Select all
gd
GD Support enabled
GD Version bundled (2.0.28 compatible)
GIF Read Support enabled
GIF Create Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled
Die libs sind auch da:
Code: Select all
-rw-r--r-- 1 root root 161160 2005-03-02 13:26 libjpeg.a
-rw-r--r-- 1 root root 802 2005-03-02 13:26 libjpeg.la
lrwxrwxrwx 1 root root 17 2006-10-10 20:57 libjpeg.so -> libjpeg.so.62.0.0
lrwxrwxrwx 1 root root 17 2006-04-22 18:09 libjpeg.so.62 -> libjpeg.so.62.0.0
-rw-r--r-- 1 root root 120952 2005-03-02 13:26 libjpeg.so.62.0.0
Was fehlt denn?
flo
Posts: 2223 Joined: 2002-07-28 13:02
Location: Berlin
Post
by flo » 2006-10-11 00:10
Die Developer-Pakete? was sagt das configure-script durch "grep -3 jpeg" gepiped?
flo.
tomotom
Posts: 330 Joined: 2006-09-22 13:37
Post
by tomotom » 2006-10-11 01:00
flo wrote: Die Developer-Pakete? was sagt das configure-script durch "grep -3 jpeg" gepiped?
flo.
ok, hat sich erledigt. Ich habe beim configure etwas genauere Angaben gemacht:
Code: Select all
--with-jpeg-dir=/usr/lib --with-png-dir=/usr/lib
und das war es. Jetzt:
gd
GD Support enabled
GD Version bundled (2.0.28 compatible)
GIF Read Support enabled
GIF Create Support enabled
JPG Support enabled :)
PNG Support enabled
WBMP Support enabled
XBM Support enabled