http://blfs-bugs.linuxfromscratch.org/show_bug.cgi?id=1536
Summary: JDK source install instructions seem to be slightly
incorrect.
Product: Beyond LinuxFromScratch
Version: b-6.1-pre1
Platform: PC
URL: http://lfs.osuosl.org/blfs/view/stable/general/jdk.html
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: BOOK
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
QAContact: [email protected]
Rather than using this for the source install:
.............................................
cp -v -a j2sdk-image /opt/jdk/jdk-1.5.0 &&
chown -v -R root:root /opt/jdk/jdk-1.5.0 &&
ln -sf motif21/libmawt.so /opt/jdk/jdk-1.5.0/jre/lib/i386/
.............................................
I had to use something like this for the source install:
.............................................
install -v -d /opt/jdk/jdk-1.5.0 &&
cp -v -a j2sdk-image/* /opt/jdk/jdk-1.5.0 &&
chown -v -R root:root /opt/jdk/jdk-1.5.0 &&
ln -sf motif21/libmawt.so /opt/jdk/jdk-1.5.0/jre/lib/i386/
.............................................
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the QA contact for the bug, or are watching the QA contact.
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page