Bug 74934 - games/linux-q3ademo - libGL.so symbolic link needed
Summary: games/linux-q3ademo - libGL.so symbolic link needed
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-11 01:20 UTC by Yonas
Modified: 2004-12-17 08:58 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yonas 2004-12-11 01:20:36 UTC
    I believe a symbolic link to /compat/linux/usr/X11R6/lib/libGL.so.1 is needed in /usr/local/share/q3ademo
    
    Otherwise, quake will complain that it can not find the libGL.so. Perhaps /compat/linux/usr/X11R6/lib/
    could also be added to the library path, but creating a link may be a simplier solution.

Fix: 

ln -s /compat/linux/usr/X11R6/lib/libGL.so.1 /usr/local/share/q3ademo/libGL.so
    
    This could be done by the port after installation.
How-To-Repeat:     Run quake after install the
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2004-12-17 08:58:20 UTC
State Changed
From-To: open->closed

Committed, thanks!