LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Error message when trying to run DVDStyler. (https://www.linuxquestions.org/questions/slackware-14/error-message-when-trying-to-run-dvdstyler-4175586381/)

TheNutCase 08-05-2016 04:00 PM

Error message when trying to run DVDStyler.
 
When I try to run DVDStyler from terminal mode, I get the following error message:

bash-4.3$ dvdstyler
dvdstyler: error while loading shared libraries: libavformat.so.56: cannot open shared object file: No such file or directory

And yes, I have ffmpeg, as well as all the DVDStyler dependencies installed

bassmadrigal 08-05-2016 04:21 PM

What version of ffmpeg do you have installed? And where did you get that package and all your other dependencies?

dugan 08-05-2016 05:01 PM

Rebuild dvdstyler.

TheNutCase 08-05-2016 10:10 PM

Quote:

Originally Posted by bassmadrigal (Post 5586645)
What version of ffmpeg do you have installed? And where did you get that package and all your other dependencies?

Installed version of ffmpeg is: 3.1.1., and I got that package and all the other dependencies from - http://pkgs.org/

ibmercurial 08-05-2016 11:10 PM

libavformat.so.56
 
something similar happened to me with ffmpeg or handbrake, avidemux, audacity.. the program was looking for newer libraries.. I copied the symlinks to another directory, renamed them to the numbers the program was looking for, then copied them back into /usr/lib/ sometimes the shared object files are in /usr/lib64.. a dirty hack but it worked relatively painlessly

ponce 08-05-2016 11:15 PM

Quote:

Originally Posted by TheNutCase (Post 5586753)
Installed version of ffmpeg is: 3.1.1., and I got that package and all the other dependencies from - http://pkgs.org/

https://www.linuxquestions.org/quest...6/#post5570336

ponce 08-05-2016 11:22 PM

Quote:

Originally Posted by ibmercurial (Post 5586764)
something similar happened to me with ffmpeg or handbrake, avidemux, audacity.. the program was looking for newer libraries.. I copied the symlinks to another directory, renamed them to the numbers the program was looking for, then copied them back into /usr/lib/ sometimes the shared object files are in /usr/lib64.. a dirty hack but it worked relatively painlessly

https://www.linuxquestions.org/quest...4&d=1452780721
creating random symlink is one of the best ways to bork your system: the version of the library you create a link to may (and most of the time actually does) have different functions (or other stuff) from the version you are linking it to, and this confuses what uses it.
more, the link you create is not in any package and stays on your system forever, untracked by the package manager.
don't do it.

TheNutCase 08-05-2016 11:30 PM

But other packages that I've downloaded from that site and installed have worked without any problems.

ponce 08-05-2016 11:40 PM

Quote:

Originally Posted by TheNutCase (Post 5586769)
But other packages that I've downloaded from that site and installed have worked without any problems.

don't push your luck. ;)

(don't get me wrong, I have no intention to be rude at all, but) if you decide to keep using it you can always try asking for support to the pkgs.org people and see what happens...

zk1234 08-06-2016 06:09 AM

FFmpeg incompatibility has been quite a common problem lately.
Please read the mpv 0.18.1 changelog:
http://linux.softpedia.com/progChang...og-103092.html

.

Gerard Lally 08-06-2016 10:28 AM

Quote:

Originally Posted by TheNutCase (Post 5586769)
But other packages that I've downloaded from that site and installed have worked without any problems.

You seem to be having some trouble remembering your own problems running software you downloaded from that site.

I'd encourage you to use slackbuilds.org or Eric's repositories instead but you persist in ignoring the advice of those from whom you seek advice so I'll abstain.

TheNutCase 08-06-2016 04:33 PM

I tried installing DVVDStyler from Slackbuilds.org (as root) following the instructions, with the following result:

bash-4.3# ./dvdstyler.SlackBuild
tar: /root/dvdstyler/DVDStyler-2.9.6.tar.?z*: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now

suppy 08-06-2016 04:51 PM

Sounds like you forgot to put the source tarball from http://downloads.sf.net/dvdstyler/DV...-2.9.6.tar.bz2 in the same directory.

Gerard Lally 08-06-2016 05:26 PM

Quote:

Originally Posted by TheNutCase (Post 5587126)
I tried installing DVVDStyler from Slackbuilds.org (as root) following the instructions, with the following result:

bash-4.3# ./dvdstyler.SlackBuild
tar: /root/dvdstyler/DVDStyler-2.9.6.tar.?z*: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now

So you don't have the source in the same directory as the slackbuild. Is the error message really that hard to decipher?

Move the bzipped dvdstyler tar archive to the directory in which you are running the slackbuild. If you haven't already downloaded it a link is at the slackbuilds page. Better yet, learn how to use sbopkg or sbotools.

TheNutCase 08-06-2016 05:45 PM

The source tarball IS in the same directory as the slackbuild.


All times are GMT -5. The time now is 10:38 PM.