Opened 18 years ago

Closed 18 years ago

#1967 closed defect (fixed)

lesstif install instructions don't reflect xorg7

Reported by: bdubbs@… Owned by: Randy McMurchy
Priority: normal Milestone: 6.2.0
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description (last modified by bdubbs@…)

Current intallation instructions for lesstif say:

make rootdir=/usr/share/doc/lesstif-0.94.4 install &&
mv -v /usr/X11R6/lib/X11/mwm /etc/X11 &&
ln -v -s ../../../../etc/X11/mwm /usr/X11R6/lib/X11

But /usr/X11R6/ doesn't exist when using the default instructions for xorg7 (and possibly xorg6.9 -- didn't look).

For xorg7 the mwm directory is installed in as /usr/lib/X11/mwm. The last two instructions should be:

mv -v /usr/lib/X11/mwm /etc/X11 &&
ln -v -s ../../../etc/X11/mwm /usr/lib/X11

Change History (3)

comment:1 by bdubbs@…, 18 years ago

Description: modified (diff)

comment:2 by Randy McMurchy, 18 years ago

Owner: changed from blfs-book@… to Randy McMurchy
Status: newassigned

For Xorg 6.9 and XFree86, the instructions are correct. Only the Xorg7 instructions have moved the default. I'll put something in there to reflect Xorg7.

comment:3 by Randy McMurchy, 18 years ago

Resolution: fixed
Status: assignedclosed

Added commands to the LessTif instructions to accomodate an X Window System installation in /usr

Note: See TracTickets for help on using tickets.