Yep, looks like your Steam install is using a C lib which is incompatible with your system libGL. Notice the lines with the following location: /home/pbc/.steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libstdc++.so.6
Your system LibGL driver (/usr/lib/dri/r600_dri.so) is trying to load the C lib located in the Steam directory, and then complains that it's the wrong version. Obvious solution is you need to delete/rename/move the Steam C lib above. Then Steam will either run, or complain about something else. Cheers, dave.k In the year 2015, of the month of June, on the 11th day, Paul Cartwright wrote: > On 06/10/2015 10:43 PM, Dave wrote: > > As Raster says, this really isn't anything to do with Enlightenment. Would > > have been better to ask about this on the Steam forums. > > > > But hey, I like to solve a problem, so here goes. I'm guessing that Steam > > is trying to load up its own libraries, and they're incompatible with your > > system. Hence the error. If so, you will need to delete the Steam version > > of those libraries you're having errors on, which will force it to use your > > system libraries. > > > > You can probably get more information if you try to run Steam as follows: > > > > LIBGL_DEBUG=verbose steam > > > > > > Cheers, > > dave.k > > > thanks Dave! As I fouind out when I logged into a MATE session, I also > get the error in MATE.. so it is NOT an E19 issue.. and your line did > show up a few more lines of info. From what I was able to google ( > before your email) there seems to be an issue with the steam libraries, > some being older.. there were a few posts that said to delete some > libraries in steam folders, other posts to link libraries... I tried > them all, nothing worked. MOST were from Ubuntu users, none that I > found were fedora, so... I have a windows 10 VM in fedora, but, steam > also doesn't work in windows 10 yet! > > anyway, starting steam with your line got me this: > $ LIBGL_DEBUG=verbose steam > Running Steam on fedora 22 64-bit > STEAM_RUNTIME is enabled automatically > Installing breakpad exception handler for appid(steam)/version(1427176184) > libGL: OpenDriver: trying /usr/lib/dri/tls/r600_dri.so > libGL: OpenDriver: trying /usr/lib/dri/r600_dri.so > libGL: dlopen /usr/lib/dri/r600_dri.so failed > (/home/pbc/.steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libstdc++.so.6: > version `GLIBCXX_3.4.20' not found (required by /usr/lib/dri/r600_dri.so)) > libGL error: unable to load driver: r600_dri.so > libGL error: driver pointer missing > libGL error: failed to load driver: r600 > libGL: OpenDriver: trying /usr/lib/dri/tls/swrast_dri.so > libGL: OpenDriver: trying /usr/lib/dri/swrast_dri.so > libGL: dlopen /usr/lib/dri/swrast_dri.so failed > (/home/pbc/.steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libstdc++.so.6: > version `GLIBCXX_3.4.20' not found (required by /usr/lib/dri/swrast_dri.so)) > libGL error: unable to load driver: swrast_dri.so > libGL error: failed to load driver: swrast > > > looking at yumex shows glibc as version 2.21-5 . and no glibcxx.. > > dnf list|grep glibc > glibc.i686 2.21-5.fc22 > @System > glibc.x86_64 2.21-5.fc22 > @System > glibc-common.x86_64 2.21-5.fc22 > @System > glibc-devel.x86_64 2.21-5.fc22 > @System > glibc-headers.x86_64 2.21-5.fc22 > @System > glibc-devel.i686 2.21-5.fc22 > fedora > glibc-headers.i686 2.21-5.fc22 > fedora > glibc-static.i686 2.21-5.fc22 > fedora > glibc-static.x86_64 2.21-5.fc22 > fedora > glibc-utils.x86_64 2.21-5.fc22 > fedo > > > -- > Paul Cartwright > Registered Linux User #367800 and new counter #561587 > > > > ------------------------------------------------------------------------------ > _______________________________________________ > enlightenment-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-users ------------------------------------------------------------------------------ _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
