Opened 19 years ago

Closed 19 years ago

Last modified 10 years ago

#1536 closed defect (invalid)

JDK source install instructions seem to be slightly incorrect.

Reported by: pbowyer@… Owned by: blfs-book@…
Priority: high Milestone:
Component: BOOK Version: b-6.1-pre1
Severity: normal Keywords:
Cc:

Description

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/ .............................................

Change History (3)

comment:1 by tushar@…, 19 years ago

What was the error that you got with the method in the book?

comment:2 by DJ Lucas, 19 years ago

Resolution: invalid
Status: newclosed

Issue was tracked down to an 'install' command that created an /opt/jdk/jdk-1.5.0 directory and a 'cp -a' where the book expets to see no existing direcorty. Closing bug as invalid.

comment:3 by bdubbs@…, 10 years ago

Milestone: old

Milestone old deleted

Note: See TracTickets for help on using tickets.