Ben Rosenberg wrote:
> 
> Hello all,
> 
> I have downloaded and compiled every libjpeg package I can find...and
> none of them come with this file..can someone point me at a tar.gz
> package that has it for sure...at this point I need to be treated like a
> 6 year old..*sigh*
> 
> Thanks,
> 
> libjpeg.so.62: cannot open shared object file: No such file or directory

Do you have a libjpeg.so.62.0.0 somewhere? 
(Use 'ldsoconfig -NXvp | less')
If so, make a link to libjpeg.so, 
else get the following sources

ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v6b.tar.gz
These are the original sources and they give you libjpeg.so.62

For compilation of other packages to find exactly _this_ library
you should, however, ensure that no other libjpeg stuff (libraries
and header files) are lurking around on your system.

Before compiling libjpeg, scan your /usr/X11/lib/ and /usr/X11/include
and /usr/X11/bin trees for libjpeg stuff.
Names of files installed by make install include:

.../bin/cjpeg djpeg jpegtran rdjpgcom wrjpgcom
.../include/jconfig.h jpeglib.h jmorecfg.h jerror.h
.../lib/libjpeg.a libjpeg.la libjpeg.so*

For configure use --prefix=/usr.

Henning

-- 
  H. Henning Vossieck   -   [EMAIL PROTECTED]   -   http://www.hhv.de/
--
To get out of this list, please send email to [EMAIL PROTECTED] with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at http://www.suse.com/Support/Doku/FAQ/ and the
archive at http://www.suse.com/Mailinglists/suse-linux-e/index.html

Reply via email to