LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Missing Lib? Libjack? (https://www.linuxquestions.org/questions/linux-newbie-8/missing-lib-libjack-653762/)

lifeforce4 07-05-2008 01:02 PM

Missing Lib? Libjack?
 
I'm trying to install mplayer on my laptop but when I type "make" I get this error(1) so I tried installed from a slackbuild and when I run mplayer I get this error(2). I installed libdvdread and libdvdcss but cant find this libjack library. Any help would be great. I have it working on my desktop slack just get get it to work on my laptop.

Thanks,
Kyle

Code:

Error (1):
vo_ivtv.c: In function 'ivtv_reset':
vo_ivtv.c:79: error: storage size of 'sd' isn't known
vo_ivtv.c:80: error: storage size of 'sd1' isn't known
vo_ivtv.c:84: error: 'IVTV_STOP_FL_HIDE_FRAME' undeclared (first use in this function)
vo_ivtv.c:84: error: (Each undeclared identifier is reported only once
vo_ivtv.c:84: error: for each function it appears in.)
vo_ivtv.c:87: error: 'IVTV_IOC_STOP_DECODE' undeclared (first use in this function)
vo_ivtv.c:97: error: 'IVTV_IOC_START_DECODE' undeclared (first use in this function)
vo_ivtv.c:80: warning: unused variable 'sd1'
vo_ivtv.c:79: warning: unused variable 'sd'
make[1]: *** [vo_ivtv.o] Error 1
make[1]: Leaving directory `/usr/src/MPlayer-1.0rc2/libvo'
make: *** [libvo/libvo.a] Error 2

Code:

Error (2):
mplayer: error while loading shared libraries: libjack.so.0: cannot open shared object
 file: No such file or directory


knudfl 07-05-2008 03:30 PM

'libjack.so.0' is part of package 'jack'
e.g. 'jack-0.109.2-i486-1rra.tgz' for Slack 12.1 from
http://slack.sarava.org/packages/sla...ia/sound/jack/

Just 'google .. jack slackware
for other choices.

Rgds

lifeforce4 07-06-2008 12:49 AM

Quote:

Originally Posted by knudfl (Post 3205038)
'libjack.so.0' is part of package 'jack'
e.g. 'jack-0.109.2-i486-1rra.tgz' for Slack 12.1 from
http://slack.sarava.org/packages/sla...ia/sound/jack/

Just 'google .. jack slackware
for other choices.

Rgds

Thank you for the info that seemed to work and now its asking for other libraries. I am missing... looks like I am going to get really go at figuring out what libs this requires. I got stuck with this one, on why it does not detected the lib when its installed?
Code:

root@LF4-Laptop:/tmp# mplayer
mplayer: error while loading shared libraries: libx264.so.59: cannot open shared object file: No such file or directory
root@LF4-Laptop:/tmp# locate x264
/media/LF4/linux/Mplayer/codecs-libs/x264.tar.gz
/media/LF4/linux/Mplayer/codecs-libs/x264-snapshot-20070722-2245.tar.bz2
/var/log/scripts/x264-20070722-i486-1_SBo
/var/log/packages/x264-20070722-i486-1_SBo
/usr/doc/x264-20070722
/usr/doc/x264-20070722/regression_test.txt
/usr/doc/x264-20070722/vui.txt
/usr/doc/x264-20070722/AUTHORS
/usr/doc/x264-20070722/x264.SlackBuild
/usr/doc/x264-20070722/threads.txt
/usr/doc/x264-20070722/ratecontrol.txt
/usr/doc/x264-20070722/COPYING
/usr/lib/libx264.a
/usr/lib/libx264.so.56
/usr/lib/pkgconfig/x264.pc
/usr/lib/libx264.so
/usr/bin/x264
/usr/src/x264
/usr/src/x264/x264.desktop
/usr/src/x264/doinst.sh
/usr/src/x264/slack-desc
/usr/src/x264/x264.info
/usr/src/x264/README
/usr/src/x264/x264-snapshot-20070722-2245.tar.bz2
/usr/src/x264/x264.SlackBuild
/usr/include/x264.h

Thanks again,
Kyle

knudfl 07-06-2008 05:55 AM

x264-0.0.0-0.6.20080510 contains libx264.so.59

ftp://ftp.videolan.org/pub/videolan/x264/snapshots/

In fact it is very easy to find : search libx264.so.59 rpm
(rpm packages can show files inside the package by a simple command)
rpm.pbone.net will show the package version :
http://rpm.pbone.net/index.php3/stat.../libx264.so.59

Then search ..(google again) .. x264 .. and find "videolan.org"

To see files in a package : 'lesspipe.sh <package>'
(.tgz, .rpm, .deb .. and may be other suffix's too)
'less' can be used too.

May be there is a Slackware package x264-0.0.0-0.6.20080510 too ??

Rgds


All times are GMT -5. The time now is 08:23 AM.