Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 39782 - SDLcam can't find jpeg.so
Summary: SDLcam can't find jpeg.so
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-29 10:13 UTC by Daniel Milne
Modified: 2004-01-30 01:40 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Milne 2004-01-29 10:13:57 UTC
After building and installing SDLcam, running it produces the error 

"sources/jpeg.so: cannot open shared object file: No such file or directory"

The application still runs fine.

I guess this means it's built with it's own jpeg library, rather than the one at
/usr/lib/libjpeg.so

The application runs fine however.


Reproducible: Always
Steps to Reproduce:
1. Run the app, the messages appears.
2.
3.

Actual Results:  
espresso root # SDLcam

SDLcam version 0.7.3, Copyright (C) 2001-2002 Raphael Assenat
SDLcam comes with ABSOLUTELY NO WARRANTY; for details
type `SDLcam --warrenty'.  This is free software, and you are welcome
to redistribute it under certain conditions; read LICENSE
        for details.

Try ./SDLcam --help for a list of command line options

Loading plugins
..............................Done!
Webcam use /dev/v4l/video0 (Philips 740 webcam)
sources/jpeg.so: cannot open shared object file: No such file or directory




Expected Results:  
Links with correct jpeg library.

Application seems to run fine.

# emerge info
Portage 2.0.50_pre21 (default-x86-1.4, gcc-3.3.2, glibc-2.3.3_pre20040117-r0,
2.6.2-rc2-mm1)
=================================================================
System uname: 2.6.2-rc2-mm1 i686 AMD Athlon(tm) processor
Gentoo Base System version 1.4.3.12
Autoconf: sys-devel/autoconf-2.59
Automake: sys-devel/automake-1.7.8
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon -Os -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.1/share/config /usr/kde/3/share/config /usr/share/config
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O2 -mcpu=i686 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://128.213.5.34/gentoo/
ftp://ftp.uninett.no/pub/linux/Gentoo http://trumpetti.atm.tut.fi/gentoo/
http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/
http://gentoo.tiscali.nl/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="3dnow X aalib apache2 apm arts avi berkdb cdr crypt cups curl directfb dvd
encode esd ffmpeg flash foomaticdb gdbm gif gphoto2 gpm gtk gtk2 guile
imagemagick imap imlib innodb java jpeg kde ldap libg++ libwww lirc mad mikmod
mmx motif mozilla mpeg mpeg4 mysql ncurses nls nvidia offensive oggvorbis openal
opengl openssh oss pam pdflib perl png python qt quicktime readline sdl slang
sml2 spell ssl svga tcltk tcpd truetype usb v4l wmf x86 xine xinerama xml xml2
xmms xv xvid yahoo zlib zvbi"
Comment 1 SpanKY gentoo-dev 2004-01-30 01:40:43 UTC
it's not trying to load the jpeg library, it's trying to load its own jpeg loader

fixed that among other things and 0.7.3-r1 is now in portage