[elrepo] Announcement: EL5 New ATI (fglrx) drivers now available for testing

Phil Perry phil at elrepo.org
Tue Dec 14 13:11:45 EST 2010


On 14/12/10 10:26, gilesaj wrote:
>
>
>   Hi Phil,
>

<snip>

> dnetc_1.02_i686-pc-linux-gnu__ati14: error while loading shared libraries:
> libaticalrt.so: cannot open shared object file: No such file or directory
> app exit status: 0x7f00

 From the above, it looks like the application looking for 
libaticalrt.so is dnetc_1.02_i686-pc-linux-gnu__ati14, and I note the 
i686 in the filename suggesting it's a 32-bit application.

So lets try installing the 32-bit compatibility libs and see if that 
helps. Do this:

yum --enablerepo=elrepo-testing install fglrx-x11-drv-32bit

That might also pull in further packages from the base/updates repo of 
your distro (CentOS) which is fine. Then reboot and try testing it again.

>
> When I loaded the drivers all I ran was "yum --enablerepo=elrepo-testing install
> kmod-fglrx" and it loaded the 64 bit version.  How would I load the 32 bit as
> well and use the 64 bit version ?

See above.

>
> This is from your original post where you wanted the result of  ldd
> /usr/bin/glxgears
>
> [root at coopers ~]# ldd /usr/bin/glxgears
>          libGL.so.1 =>  /usr/lib64/fglrx/libGL.so.1 (0x00002af6d532d000)
>          libc.so.6 =>  /lib64/libc.so.6 (0x00000033b1600000)
>          libX11.so.6 =>  /usr/lib64/libX11.so.6 (0x00000033b3a00000)
>          libm.so.6 =>  /lib64/libm.so.6 (0x00000033b1a00000)
>          libpthread.so.0 =>  /lib64/libpthread.so.0 (0x00000033b2200000)
>          libXext.so.6 =>  /usr/lib64/libXext.so.6 (0x00000033b4200000)
>          libatiuki.so.1 =>  /usr/lib64/fglrx/libatiuki.so.1 (0x00002af6d5508000)
>          /lib64/ld-linux-x86-64.so.2 (0x00000033b0600000)
>          libXau.so.6 =>  /usr/lib64/libXau.so.6 (0x00000033b3200000)
>          libXdmcp.so.6 =>  /usr/lib64/libXdmcp.so.6 (0x00000033b2e00000)
>          libdl.so.2 =>  /lib64/libdl.so.2 (0x00000033b1e00000)
>

Thanks for that - much appreciated. The new libs are correctly linked so 
that looks encouraging. Hopefully the bit above will fix your issue with 
running your BOINC app.

As a test, you could also try running ldd against the BOINC app above 
(dnetc_1.02_i686-pc-linux-gnu__ati14), and you should hopefully see it 
linked against the missing libaticalrt.so library once it's fixed.







More information about the elrepo mailing list