You are not logged in.

#1 2006-08-07 19:23:13

Kurous
Member
From: Victoria BC
Registered: 2006-08-07
Posts: 36

libstdc++.so.5: and fglrx_drv.so [Solved]

For anyone else with this problem...took me awhile to figure out sad

Your getting this in /var/log/Xorg.0.log

(II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
dlopen: libstdc++.so.5: cannot open shared object file: No such file or director
y
(EE) Failed to load /usr/lib/xorg/modules/drivers/fglrx_drv.so
(II) UnloadModule: "fglrx"
(EE) Failed to load module "fglrx" (loader failed, 7)

and the file is in the right spot

[root@x~]# slocate fglrx_drv.so
/usr/lib/xorg/modules/drivers/fglrx_drv.so

The problem is with libstdcc++ not being installed,

pacman -S libstdc++5

should get rid of the problem.


I just want to be a moderately intelligent monkey that wears a suit.... That's why I've enrolled in business school!

Offline

#2 2006-08-10 13:14:52

The_Nerd
Member
From: Syracuse, NY / Baltimore, MD
Registered: 2005-11-30
Posts: 134
Website

Re: libstdc++.so.5: and fglrx_drv.so [Solved]

This helped me out a bunch! I was installing on a new computer and was confronted by this problem... would you file a bug report if you havent already for libstdc++5 to be added to the "depends" line of the ati-fglrx package.

Offline

#3 2006-08-10 14:55:03

Cerebral
Forum Fellow
From: Waterloo, ON, CA
Registered: 2005-04-08
Posts: 3,108
Website

Re: libstdc++.so.5: and fglrx_drv.so [Solved]

No, libstdc++5 is part of the "depends" line of ati-fglrx-utils - and this is already done correctly, afaik.  The kernel module does _not_ depend on libstdc++5.so, the userspace utilities (ie. xorg driver) do.

-edit- crap, it's not there.  It used to be, I'm sure of it.  Yeah, a bug-report needs to be filed... I think this is probably my fault.  sad

Offline

#4 2006-08-10 19:42:30

The_Nerd
Member
From: Syracuse, NY / Baltimore, MD
Registered: 2005-11-30
Posts: 134
Website

Re: libstdc++.so.5: and fglrx_drv.so [Solved]

i'm filing a bug report as we speak so it should be taken care of shortly!

edit: Done!

Offline

Board footer

Powered by FluxBB