LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-05-2008, 01:02 PM   #1
lifeforce4
Member
 
Registered: May 2003
Location: 2:16:840
Distribution: Slackware, CentOS, Arch, Debian
Posts: 169
Blog Entries: 1

Rep: Reputation: 32
Question 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
 
Old 07-05-2008, 03:30 PM   #2
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
'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
 
Old 07-06-2008, 12:49 AM   #3
lifeforce4
Member
 
Registered: May 2003
Location: 2:16:840
Distribution: Slackware, CentOS, Arch, Debian
Posts: 169

Original Poster
Blog Entries: 1

Rep: Reputation: 32
Quote:
Originally Posted by knudfl View Post
'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

Last edited by lifeforce4; 07-06-2008 at 12:59 AM. Reason: Error with one of the Lib's I am installing.
 
Old 07-06-2008, 05:55 AM   #4
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
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
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
missing lib with inkscape kevin-isca Grafpup 3 06-25-2007 09:45 AM
beryl missing lib d2490n Linux - Newbie 5 05-18-2007 05:10 AM
Missing lib satimis Fedora 19 08-28-2006 03:52 PM
splashutils missing lib flying-tuxman Linux - General 2 01-08-2006 02:20 PM
Missing lib mikedh Linux - General 2 04-25-2001 10:06 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:18 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration