#4393 closed defect (invalid)
OpenJDK-1.7.0.45/IcedTea-2.4.3: Fix to build with Xorg not installed at /usr
Reported by: | Fernando de Oliveira | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
Bruce, instead of including
export LIBRARY_PATH=/usr/X11/lib
perhaps it is better to use
export LIBRARY_PATH=/path/to/X11/lib
What do you think?
Change History (6)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 11 years ago
Do we need to explain LIBRARY_PATH every place it's needed for Xorg when it's not installed in /usr? See http://www.linuxfromscratch.org/blfs/view/svn/x/xorg7.html We don't go into depth, but it's certainly there in /etc/profile.d/xorg.sh.
comment:4 by , 11 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
OK. Just read there. Actually, the user has not followed the book. Agreed that this does not need to be in the OJDK/ICT page. So, will revert the commit.
comment:5 by , 11 years ago
Resolution: | → invalid |
---|---|
Status: | reopened → closed |
Note:
See TracTickets
for help on using tickets.
See Inkscape page. It uses $XORG_PREFIX/lib (that's actually the purpose of $XORG_PREFIX - doh)