LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   jpeg and png library for gd (https://www.linuxquestions.org/questions/linux-software-2/jpeg-and-png-library-for-gd-65031/)

upr8830 06-11-2003 03:38 PM

jpeg and png library for gd
 
I am trying to install gd on my linux box and when i try to configure gd before installing it checks for the availibility of the jpeg, png, freetype, xpm libraries.

I do not have to libraries installed and wanted to know where can i get them and how do i install them.

i am runing redhat 8.0.

Thanks

-upr8830

acid_kewpie 06-11-2003 03:40 PM

all off of your distro cd's, libpng.rpm, libjpeg.rpm etc.... if you can't see them tehre, rpmfind.net

upr8830 06-11-2003 03:56 PM

jpeg, png, freestype lib
 
i checked the /usr/lib and all the lib files are there but in format as such:

libfreetype.so.6
libjpeg.so.62
..etc..

i tried pointing the library directory to the /usr/lib as such

./configure --with-png=/usr/lib --with-jpeg=/usr/lib ...etc.

and the libraries are still not being detected.

thank you.

-upr8830

zmedico 06-11-2003 04:01 PM

Maybe you can just install the rpm for gd

ftp://rpmfind.net/linux/redhat/8.0/e...8.4-9.i386.rpm

acid_kewpie 06-11-2003 04:49 PM

well you're trying to install gd from source, so you will need the libblah-devel pacakges which contain the header files needded to compile with those libraries (it's not possible to just blindy use a .so file when compiling. you could just install gd from an rpm aswell.


All times are GMT -5. The time now is 04:37 AM.