Bug 8213

Summary: Contains bad links to libXm.so.1
Product: [Retired] Red Hat Powertools Reporter: rossigee
Component: lesstifAssignee: Tim Powers <timp>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.1   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-01-05 20:59:27 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description rossigee 2000-01-05 20:42:14 UTC
The package therefore provides no support for programs linked against
libXm.so.1

bash-2.03# rpm -qi lesstif
Name        : lesstif                      Relocations: (not relocateable)
Version     : 0.88.1                            Vendor: Red Hat Software
Release     : 3                             Build Date: Fri Sep  3 21:55:14
1999Install date: Wed Jan  5 20:04:00 2000      Build Host:
porky.devel.redhat.com
Group       : Development/Libraries         Source RPM:
lesstif-0.88.1-3.src.rpmSize        : 21792172
License: LGPL
Packager    : LessTif Releasemeister <lesstif>
Summary     : An OSF/Motif(R) clone.
Description :
LessTif is a free replacement for OSF/Motif(R), which provides a full
set of widgets for application development (menus, text entry areas,
scrolling windows, etc.). LessTif is source compatible with
OSF/Motif(R) 1.2.  The widget set code is the primary focus of
development. If you're installing lesstif, you'll also need to install
lesstif-clients.

bash-2.03# rpm -qlv lesstif | grep libXm
-rwxr-xr-x     root     root     19290028 Sep  3 21:54
/usr/X11R6/LessTif/Motif2.0/lib/libXm.a
-rwxr-xr-x     root     root          561 Sep  3 21:54
/usr/X11R6/LessTif/Motif2.0/lib/libXm.la
lrwxr-xr-x     root     root           14 Sep  3 21:54
/usr/X11R6/LessTif/Motif2.0/lib/libXm.so -> libXm.so.2.0.0
lrwxr-xr-x     root     root           14 Sep  3 21:54
/usr/X11R6/LessTif/Motif2.0/lib/libXm.so.2 -> libXm.so.2.0.0
-rwxr-xr-x     root     root      1370920 Sep  3 21:54
/usr/X11R6/LessTif/Motif2.0/lib/libXm.so.2.0.0
lrw-r--r--     root     root           32 Sep  3 21:54
/usr/X11R6/lib/libXm.so -> ../LessTif/Motif2.0/lib/libXm.so
lrw-r--r--     root     root           34 Sep  3 21:54
/usr/X11R6/lib/libXm.so.1 -> ../LessTif/Motif1.2/lib/libXm.so.1
lrw-r--r--     root     root           38 Sep  3 21:54
/usr/X11R6/lib/libXm.so.1.0.2 -> ../LessTif/Motif1.2/lib/libXm.so.1.0.2
lrw-r--r--     root     root           34 Sep  3 21:54
/usr/X11R6/lib/libXm.so.2 -> ../LessTif/Motif2.0/lib/libXm.so.2
lrw-r--r--     root     root           38 Sep  3 21:54
/usr/X11R6/lib/libXm.so.2.0.0 -> ../LessTif/Motif2.0/lib/libXm.so.2.0.0

Comment 1 Tim Powers 2000-01-05 20:59:59 UTC
Install the lesstif-1.2-devel package as well. The build of the main lesstif
package is for motif 2.0.

Tim