Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 85950 - emul-linux-x86-xlibs doesn't add libGL.so.1 path to ld.so.conf
Summary: emul-linux-x86-xlibs doesn't add libGL.so.1 path to ld.so.conf
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-19 15:17 UTC by Ricardo Correia
Modified: 2005-04-18 03:02 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ricardo Correia 2005-03-19 15:17:16 UTC
This should solve problem (while it isn't fixed):

1. echo LDPATH=\"/emul/linux/x86/usr/lib/opengl/xorg-x11/lib\" > /etc/env.d/75emul-linux-x86-x
2. env-update


Reproducible: Always
Steps to Reproduce:
1. run 32-bit app in AMD64 that uses OpenGL
2.
3.

Actual Results:  
error while loading shared libraries: libGL.so.1: cannot open shared object 
file: No such file or directory

Expected Results:  
Run successfully.
Comment 1 Herbie Hopkins (RETIRED) gentoo-dev 2005-04-18 03:02:40 UTC
FYI libGL symlinks are handled by opengl-update (opengl-update --help for more info). As of emul-linux-x86-xlibs-2.0 this is run automatically on installing emul-linux-x86-xlibs - FIXED.