- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- libxm.so.3
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2007 02:51 PM
03-27-2007 02:51 PM
libxm.so.3
I need to install the libxm.so.3 from redhat. i think it is included in the openmotif. However, when i install the openmotif, i got the message that it is installed already. I tried to find the location of the libxm.so.3 but it cannot find one. We need this library for other software. I have used the command to locate the libxm.so.3 using (# find / -name libxm.so.3 ) but yielded no result. I would like to ask if i need to re-install the openmotif rpm again? Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2007 04:38 PM
03-27-2007 04:38 PM
Re: libxm.so.3
/usr/X11R6/lib/libXm.so.3
NOTE: Case sensitive (as is 'find').
So, try to 'up2date -u openmotif'. If that doesn't work, 'rpm -e openmotif --nodeps' then do it again.
If you're not using RHEL4, then tell us what, and we'll tell you where to look.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2007 03:50 AM
03-28-2007 03:50 AM
Re: libxm.so.3
I think that Pando must be cautious with up2date because doing that he may solve the problem with the new software but he may have problems with others softwares that uses the actual version of libXm.
Regards,
Xyko
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2007 12:59 PM
03-29-2007 12:59 PM
Re: libxm.so.3
Yes, you are correct. It is case sensitive. We found it at /usr/X11R6/lib directory. Unfortunately, the software was not able to find it even if i modify the system wide profile by adding:
export LD_LIBRARY_PATH=/usr/X11R6/lib
What could be done to solve this?
BTW, we are using RHEL 3 64-bit.
Brgds,
Pando
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2007 07:36 PM
03-29-2007 07:36 PM
Re: libxm.so.3
You may use the file(1) command to check whether you have the 32- or 64-bit version.
Also, in order for the dynamic loader to find the library automatically, the file /etc/ld.so.conf should contain "/usr/X11R6/lib64".