Probably libvga used from Slackware installed without runing package initialization script.
So some programs (e.g. smpeg) can't find it /usr/lib64/libvga.so (no symbolic link),
This problem exist also in Slax 6.1.2
I propose to solve it:
ln -s `ls /usr/lib64/libvga.so.* | tail -n1` /usr/lib64/libvga.so
Compilation error, that use /usr/lib64/libvga.so
- fanthom
- Moderator Team
- Posts: 5667
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: Compilation error, that use /usr/lib64/libvga.so
hello peter86,
yes - i have spot it also in aaa_elflibs package from slackware-14.0 while building porteus-2.0.
must be a bug in the slackbuild as libgcc_s.so is also missing.
no worries - will fix them all
thanks.
yes - i have spot it also in aaa_elflibs package from slackware-14.0 while building porteus-2.0.
must be a bug in the slackbuild as libgcc_s.so is also missing.
no worries - will fix them all

thanks.
Please add [Solved] to your thread title if the solution was found.