LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   failed dependency for avidemux in slackware 10.2 (https://www.linuxquestions.org/questions/slackware-14/failed-dependency-for-avidemux-in-slackware-10-2-a-506232/)

sharathg786 11-30-2006 09:29 AM

failed dependency for avidemux in slackware 10.2
 
Hi, i'm using slackware 10.2
i installed the avi to dvd conversion tool 'avidemux' from linuxpackages.net , when i try to run it i get this error:

Code:

error while loading shared libraries:
libpangocairo-1.0.so.0: cannot open shared object file: No such file or directory

I tried to find the libpangocairo library, but it wasn't there in linuxpackages.net or any other which could be installed on slackware, does anyone know where to find this slackware package or the source?

tuxrules 11-30-2006 09:36 AM

Quote:

Originally Posted by sharathg786
I tried to find the libpangocairo library, but it wasn't there in linuxpackages.net or any other which could be installed on slackware, does anyone know where to find this slackware package or the source?

I am not absolutely sure but it sounds like a gnome dependency...are you using gnome?

sharathg786 11-30-2006 11:18 AM

no i have only KDE 3.4.3

tuxrules 11-30-2006 12:34 PM

Quote:

Originally Posted by sharathg786
no i have only KDE 3.4.3

That may be your problem...check out avidemux wiki.

gnashley 11-30-2006 03:11 PM

Do you have cairo and pango installed?

sharathg786 12-01-2006 04:39 AM

ya now installed cairo & pango but now its showing some "libmozjs.so" library missing, where can i download this for slackware?

gegechris99 12-01-2006 06:46 AM

This library is in the mozilla-firefox package.

First install it. But you need another step to share the library:

Add the following line in file /etc/ld.so.conf (you must be root to do it)

/usr/lib/firefox

After run ( in root also):

/sbin/ldconfig

firefox libraries are now shared.

gegechris99 12-01-2006 06:50 AM

Also, if you look at the slack-desc file of the avidemux package (on linuxpackages.net), you'll find:

Quote:

PACKAGE REQUIRED: a52dec >= 0.7.4,arts >= 1.5.1,atk >= 1.10.3,audiofile >= 0.2.6,cairo >= 1.0.2,esound >= 0.2.36,faac >= 1.24,faad2 >= 2.0,fontconfig >= 2.3.91,gcc >= 3.3.6,gcc-g++ >= 3.3.6,glitz >= 0.4.4,gtk+2 >= 2.8.12,lame >= 3.97b2,libmad >= 0.15.1b,libogg >= 1.1.3,libpng >= 1.2.8,libvorbis >= 1.1.2,libxml2 >= 2.6.23,mozilla >= 1.7.12,nvu >= 1.0,pango >= 1.10.3,sdl >= 1.2.9,x11 >= 6.8.2,xvidcore >= 1.1.0

sharathg786 12-03-2006 08:15 PM

thanx, sharing firefox libraries worked for me!


All times are GMT -5. The time now is 05:28 PM.