smplayer looking for non-existent libs

Issue #42 resolved
nightflier created an issue

smplayer wants these: libssl.so.1 libcrypto.so.1

it works after making symlinks: ln -s libssl3.so libssl.so.1 ln -s libcrypto.so.1.0.0 libcrypto.so.1

Comments (10)

  1. Moises Henriquez

    This usually means one of the packages that smplayer depends on was built against an older openssl.

    In this case, a brief peek at the logs indicates MPlayer is involved, but the culprit is most likely another package in which MPlayer depends.

    We'll have to track it all the way back. Thanks for the report.

  2. nightflier reporter

    A0.2.1, auto, real hw:

    One more: It wants "librtmp.so.0" .. linking to "librtmp.so.1" makes it work.

  3. Moises Henriquez

    Similar issue as before. Some component was built against an older rmtpdump. Well get it straight

  4. Former user Account Deleted

    i added rtmpdump and directfb and am getting this error

    root:# mplayer movie.mp4 (or any extension) mplayer: error while loading shared libraries: libdirectfb-1.7.so.7: cannot open shared object file: No such file or directory

    trying to play a movie in SMPlayer gets this

    MPlayer/mpv has finished unexpectedely. Exit Code: 127

  5. nightflier reporter

    A0.2.2, vm, auto:

    I had to add the following to satisfy requirements: libdvdnav directfb svgalib openal-soft

    After installing these, smplayer launched and played my testvideo.

  6. retired1af

    Also getting an error with A02.2

    /usr/bin/mplayer -noquiet -slave -identify -nofs -sub-fuzziness 1 -vo xv, -nodr -double -stop-xscreensaver -nomouseinput -input nodefault-bindings:conf=/dev/null -nokeepaspect -wid 35651618 -monitorpixelaspect 1 -subfont-osd-scale 3 -ass -embeddedfonts -ass-line-spacing 0 -ass-font-scale 1 -noflip-hebrew -ass-styles /home/retired1/.config/smplayer/styles.ass -subcp ISO-8859-1 -subpos 100 -volume 50 -cache 2048 -osdlevel 0 -vf-add screenshot -noslices -af-add equalizer=0:0:0:0:0:0:0:0:0:0 -softvol -softvol-max 110 /home/retired1/MP3/tiesto.mp3

    /usr/bin/mplayer: error while loading shared libraries: libdvdnav.so.4: cannot open shared object file: No such file or directory

  7. Former user Account Deleted

    ive added libdvdnav and directfb rtmpdump, etc. (check commits for details) and i cant get passed this error

    wigums:$ mplayer

    mplayer: error while loading shared libraries: libdirectfb-1.7.so.7: cannot open shared object file: No such file or directory

  8. retired1af

    Added these (libdvdnav directfb svgalib openal-soft) via slapt-get and smplayer working fine now.

  9. Log in to comment