Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#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: blfs-book@…
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 Armin K, 10 years ago

See Inkscape page. It uses $XORG_PREFIX/lib (that's actually the purpose of $XORG_PREFIX - doh)

comment:2 by Fernando de Oliveira, 10 years ago

Resolution: fixed
Status: newclosed

LOL - doh, really. And I use it, although installing at /usr.

Thanks, Armin.

Fixed at r12316.

comment:3 by bdubbs@…, 10 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 Fernando de Oliveira, 10 years ago

Resolution: fixed
Status: closedreopened

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 Fernando de Oliveira, 10 years ago

Resolution: invalid
Status: reopenedclosed

comment:6 by bdubbs@…, 10 years ago

Milestone: current

Milestone current deleted

Note: See TracTickets for help on using tickets.