[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Jpeg library installation



Hi Guys

I need some help on installation of the JPEG library on my RAQ server.
I followed as instructed in the install.doc, everything is happening I
proceeded as
1.    ./configure --enable-shared --enable-static
2.    make
3.    make test
4.    make -n install ( points to /usr/local/lib)
5.    make install as root
gives me an output as shown below ..

[root@cob558 jpeg-6b]# make install
/usr/bin/install -c -m 644 jconfig.h /usr/local/include/jconfig.h

(output snipped!)

I cannot see any error messages in the output, so I assume everything has installed correctly. What RaQ are you installing on? I installed the JPEG library on a fresh RaQ3 not so long ago with the following commands:

./configure --enable-shared
make
make test
make -n install

I take it you are trying to install version 6b? If not, you download it from www.ijg.org/

Regards,

Glen