|
webcam server 0.50 installation
hi all ..
i have run the ./configure files from the package and then try the command of make and make install but i have the following error
[bytesurfer@hacker webcam_server-0.50]$ ./configure
loading cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal-1.4... missing
checking for working autoconf... missing
checking for working automake-1.4... missing
checking for working autoheader... missing
checking for working makeinfo... found
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 whether gcc accepts -g... yes
checking for a BSD compatible install... /usr/bin/install -c
checking for mawk... no
checking for gawk... gawk
checking how to run the C preprocessor... gcc -E
checking whether gcc needs -traditional... no
checking whether ln -s works... yes
checking for ftime... yes
checking for inet_ntoa... yes
checking for malloc... yes
checking for memset... yes
checking for munmap... yes
checking for select... yes
checking for socket... yes
checking for strchr... yes
checking for strstr... yes
checking for unistd.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking for strftime... yes
checking for jpeglib.h... no
configure: error: Could not find jpeglib.h
[bytesurfer@hacker webcam_server-0.50]$ make
make: *** No targets specified and no makefile found. Stop.
[bytesurfer@hacker webcam_server-0.50]$ make install
make: *** No rule to make target `install'. Stop.
as you can see her e. there is problem with jpeglib.h how can i install it ?
why the make and make install still cannot working .. ?
Hope you all can help me .. cos i am new to Linux.
thanks in advance.
regards,
Billy
|