<quote who="Per �yvind Karlsen">
> On Sunday 22 June 2003 12:29, Adam Williamson wrote:
>> On Sun, 2003-06-22 at 10:09, Steffen Barszus wrote:
>> > Hi!
>> >
>> > I try to package some kde-rpms. Since I have the NVIDIA drivers
>> installed, the buildscript seems to think that the apps/rpms depends
>> on the open-gl libs. Is there a way to avoid this somehow ? I guess
>> others have encountered the same problems, but i have not found a
>> real solution. Any hints how to build kde-packages without having
>> them depend on NVIDIA-driver RPM ?
>>
>> Don't install the NVIDIA driver from an RPM? The last couple of
>> versions use an install script
Which sucks, cause you download 4.2MB of binary objects compiled for 93
kernels you aren't running ... I have a wrapper rpm around the script
which creates <3MB total for the GLX (2.2MB) and kernel module (600kB)
RPMS instead of 6MB+.
>, so shouldn't bother RPM
>> dependencies...
> it'll still add dependency on the library, won't it?
Yes:
$ ldd /usr/bin/mysqlcc |grep core
libGLcore.so.1 => /usr/lib/libGLcore.so.1 (0x40ba4000)
$ ldd /usr/lib/libGL.so.1|grep core
libGLcore.so.1 => /usr/lib/libGLcore.so.1 (0x4007e000)
> I mean, it does'nt add dependencies on the NVIDIA-GLX package itself but
> on the libraries, or..?
Yes, either you have to revert to the original libGL.so.1, or fool rpm
into ignoring it ...
Regards,
Buchan