i don't think i have the development package for libpng installed how can i tell
i have installed libjpeg-6b-26.i386.rpm that went ok on my REDHAT 9.0 box
I have installed jpegsrc.v6b.tar.gz and at the bottom i got a error but not sure if its realated
[root@linbox snortinstall]# cd jpeg-6b/
[root@linbox jpeg-6b]# ./configure
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking how to run the C preprocessor... gcc -E
checking for function prototypes... yes
checking for stddef.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for size_t... yes
checking for type unsigned char... yes
checking for type unsigned short... yes
checking for type void... yes
checking for working const... yes
checking for inline... __inline__
checking for broken incomplete types... ok
checking for short external names... ok
checking to see if char is signed... yes
checking to see if right shift is signed... yes
checking to see if fopen accepts b spec... yes
checking for a BSD compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking libjpeg version number... 62
creating ./config.status
creating Makefile
creating jconfig.h
jconfig.h is unchanged
[root@linbox jpeg-6b]# make
make: Nothing to be done for `all'.
[root@linbox jpeg-6b]# make install
/usr/bin/install -c cjpeg /usr/local/bin/cjpeg
/usr/bin/install -c djpeg /usr/local/bin/djpeg
/usr/bin/install -c jpegtran /usr/local/bin/jpegtran
/usr/bin/install -c rdjpgcom /usr/local/bin/rdjpgcom
/usr/bin/install -c wrjpgcom /usr/local/bin/wrjpgcom
/usr/bin/install -c -m 644 ./cjpeg.1 /usr/local/man/man1/cjpeg.
/usr/bin/install: cannot create regular file `/usr/local/man/man1/cjpeg
make: *** [install] Error 1
Here is the files i have installed
libpcap-0.7.2.tar.gz
went ok but then i tried to install the rpm it said the package was already install
Main Topics
Browse All Topics





by: khkremerPosted on 2003-12-26 at 16:58:29ID: 10003868
Do you have the development package for libpng installed? Depending on your distribution, there may be two packages for most libraries: The actual library, and a -devel package that contains the header files. The same goes for libjpeg.
Which distribution are you running? Did you install png and jpeg yourself, or are you using the distribution's package?