Hi,
as I install the GD library on my server?
Alessio
Hi,
as I install the GD library on my server?
Alessio
Through Whm.
Whm -> Software -> Update Apache -> Load Previous Config -> check the Gd box.
Lloyd F Tennison
I problem:
configure: error: libjpeg.(a|so) not found.
and
configure: error: libjpeg.(a|so) not found.
. ... I have a server on AMD 64bit System
Hello,
The libjpeg package contains the jpeg libraries. These allow compression of image files based on the Joint Photographic Experts Group standard. It is a "lossy" compression algorithm.
Installation of libjpeg
wget ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v6b.tar.gz
untar the binary and then issue the following command:
./configure --enable-static --enable-shared --prefix=/usr/lib &&
make &&
make install
Command explanations
./configure --enable-static --enable-shared --prefix=/usr/lin : This command tells libjpeg to build both shared and static libraries and to install them with a base of /usr/lib
PM me if you need help!
Andy Reed
RHCE and CCNA
ServerTune.com
wget ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v6b.tar.gz
untar the binary and then issue the following command:
./configure --enable-static --enable-shared --prefix=/usr/lib &&
make &&
make install
How do I untar the binary?
Also what directory should I execute all this command?
Originally Posted by hardjoko
You can untar the binary using this comand:
"tar -xvpzf jpegsrc.v6b.tar.gz "
You should execute this command in the directory that contains files after you untar jpegsrc.v6b.tar.gz.
Good luck.
On centos 3.3 when I check GD easy apache fails. So I treid installing with above commands, and I finish with
Any ideas?Code:./libtool --mode=link gcc -o wrjpgcom wrjpgcom.lo gcc -o wrjpgcom wrjpgcom.o /usr/bin/install -c -m 644 jconfig.h /usr/lib/include/jconfig.h /usr/bin/install: cannot create regular file `/usr/lib/include/jconfig.h': No such file or directory make: *** [install-headers] Error 1