LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Zenwalk (https://www.linuxquestions.org/questions/zenwalk-75/)
-   -   [BUG] Missing symlink in libffi (https://www.linuxquestions.org/questions/zenwalk-75/%5Bbug%5D-missing-symlink-in-libffi-4175445428/)

josiah 01-13-2013 01:59 PM

[BUG] Missing symlink in libffi
 
I recently installed Zenwalk 7.2. I have had a few strange little problems, the latest of which poked its head up when I installed the gnome-games package. When I tried to open one of the games, I got nothing, so I went to the terminal to see if there was something wrong. I got this:

Code:

$ mahjongg
mahjongg: error while loading shared libraries: libffi.so.5: cannot open shared object file: No such file or directory

Well, this is silly, I thought to myself. Maybe Netpkg missed a dependency? No, libffi is already installed. Hmm.

I guess it's time to make a symlink!

Code:

$ su -
# ln -s /usr/lib/libffi.so /usr/lib/libffi.so.5

...and now I can play Mahjongg. I suppose a recompile could also fix the problem, but I'm a Slacker and prefer the simpler solution. ;)

tl;dr There's a symlink missing in the libffi package that would allow running some software (including the games in the gnome-games package).


All times are GMT -5. The time now is 05:49 AM.