Page 1 of 1

Compilation error, that use /usr/lib64/libvga.so

Posted: 25 Nov 2012, 14:21
by peter86
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

Re: Compilation error, that use /usr/lib64/libvga.so

Posted: 25 Nov 2012, 16:27
by fanthom
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 :wink:

thanks.