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

Please reproduce your error on a second machine before posting, and check the error by running without saved changes or extra modules (See FAQ No. 13, "How to report a bug"). For unstable Porteus versions (alpha, beta, rc) please use the relevant thread in our "Development" section.
peter86
White ninja
White ninja
Posts: 4
Joined: 24 Aug 2012, 18:57
Location: Ukraine / Kiev

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

Post#1 by peter86 » 25 Nov 2012, 14:21

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

User avatar
fanthom
Moderator Team
Moderator Team
Posts: 5666
Joined: 28 Dec 2010, 02:42
Distribution: Porteus Kiosk
Location: Poland
Contact:

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

Post#2 by fanthom » 25 Nov 2012, 16:27

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.
Please add [Solved] to your thread title if the solution was found.

Post Reply