[Gambas-user] ERROR: #27: Cannot load component 'gb.db': cannot find library file

Benoit Minisini gambas at ...1...
Sun Oct 22 10:17:07 CEST 2006


On Saturday 21 October 2006 19:43, Oliver Etchebarne Bejarano wrote:
> Hi,
>
> I don't remember in which version it begun to appear that error (I was
> upgrading, thinking the problem was in something in the old version),
> but that appears when I try to run the IDE.
>
> I have a LFS, and I compile gambas with
>
> ./configure --prefix=/opt/gambas2/
> --with-moc=/opt/qt-x11-free-3.3.6/bin/
> --with-qt-libraries=/opt/qt-x11-free-3.3.6/lib/
> --with-qt-headers=/opt/qt-x11-free-3.3.6/include/
> --with-sdl-libraries=/opt/SDL/lib/ --with-sdl-includes=/opt/SDL/include/
>
> ...as you can see, everything is inside /opt . The gb.db.so.* exists in
>
> [drmad at ...1596... bin]$ l /opt/gambas2/lib/gb.db.so*
> -rwxr-xr-x  1 root root 200809 2006-10-21 12:16 /opt/gambas2/lib/gb.db.so*
> -rwxr-xr-x  1 root root 200809 2006-10-21 12:16
> /opt/gambas2/lib/gb.db.so.0* -rwxr-xr-x  1 root root 200809 2006-10-21
> 12:16
> /opt/gambas2/lib/gb.db.so.0.0.0*
>
> and they have a soft symlink in /usr/local/  (e.g /usr/local/lib/gb.db.so*)
>
> Is there anything I am doing wrong??
>
> Saludos,

Can you do a 'strace gbx2 -p' in your directory project and look which file it 
looks for when trying to load gb.db.so?

-- 
Benoit Minisini





More information about the User mailing list