You are not logged in.

#1 2004-06-01 02:19:49

schome1
Member
Registered: 2004-02-15
Posts: 61

cannot find the library /usr/lib/libgl.la

I'm trying to create a kmymoney2 package with abs, but I always get the error

cannot find the library /usr/lib/libgl.la

and then the compilation fails.  I do have an NVIDIA card, but I did not install the NVIDIA driver yet.  Has anyone seen this error and if so, what is the correction for it?

Thanks.

Offline

#2 2004-06-01 09:12:52

zeppelin
Member
From: Athens, Greece
Registered: 2004-03-05
Posts: 807
Website

Offline

#3 2004-06-14 21:12:53

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: cannot find the library /usr/lib/libgl.la


The impossible missions are the only ones which succeed.

Offline

#4 2004-06-16 11:38:55

schome1
Member
Registered: 2004-02-15
Posts: 61

Re: cannot find the library /usr/lib/libgl.la

Thanks for your reply.  This solution worked!  I have been wondering if I'd ever get that KDE application compiled.

The only problem I'm having now is that once the application is compiled, and installed, and I try to run it.  I get the KDE Error 'Malformed URL' when dialog boxes are opened.  I just thought I'd post that here in case it's related to the libGL.la issue.  The application, from what I can tell, still runs fine.  That error is just annoying as it pops up for every new screen produced by the application.

Offline

#5 2004-06-16 18:24:03

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: cannot find the library /usr/lib/libgl.la

schome1 wrote:

Thanks for your reply.  This solution worked!  I have been wondering if I'd ever get that KDE application compiled.

The only problem I'm having now is that once the application is compiled, and installed, and I try to run it.  I get the KDE Error 'Malformed URL' when dialog boxes are opened.  I just thought I'd post that here in case it's related to the libGL.la issue.  The application, from what I can tell, still runs fine.  That error is just annoying as it pops up for every new screen produced by the application.

hmm ... i think something like URL cannot have chance to be related to libGL in any way ... what is most probably the trouble: some path is set wrong in your build()

try something like this

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/opt/kde
  make || return 1
  make DESTDIR=$startdir/pkg install
}

The impossible missions are the only ones which succeed.

Offline

#6 2004-06-19 03:18:07

schome1
Member
Registered: 2004-02-15
Posts: 61

Re: cannot find the library /usr/lib/libgl.la

That worked as well.  I had changed the following line

make DESTDIR=$startdir/pkg/usr install

to

make DESTDIR=$startdir/pkg install

Offline

Board footer

Powered by FluxBB