LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-26-2015, 01:36 PM   #1
shermanator
LQ Newbie
 
Registered: Aug 2015
Posts: 3

Rep: Reputation: Disabled
I can't find a good source for libMrm.so.3


I am getting the error message: error while loading shared libraries: libMrm.so.3: cannot open shared object file: No such file or directory.

I assume that means that I need the library libMrm.so.3. First I need to know if this is correct. If so, where can I get it?

shermanator
 
Old 08-26-2015, 01:49 PM   #2
rtmistler
Moderator
 
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,883
Blog Entries: 13

Rep: Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931
As said in your other thread, you should contact the person who wrote this home grown application and ask them. Further, have you searched your machine for that file?
 
Old 08-26-2015, 02:32 PM   #3
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
libMrm.so.3 is found in the libmrm4 package.
jdk
 
Old 08-26-2015, 02:36 PM   #4
shermanator
LQ Newbie
 
Registered: Aug 2015
Posts: 3

Original Poster
Rep: Reputation: Disabled
It's a long story but I can't contact the person who wrote the application. No the lib is not on my computer. I finally got an answer from a co-worker who is very knowledgeable about Linux. Thanks for the reply though. I'm pretty new to Linux so I'll probably reach out for more help.

Shermanator
 
Old 08-26-2015, 02:40 PM   #5
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,517

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
@shermanator.

'libMrm.so.3' : # yum install openmotif22

Provides ( the example is for a 64bits RHEL 5.x ) :
/usr/lib64/libMrm.so.3
/usr/lib64/libMrm.so.3.0.2
/usr/lib64/libUil.so.3
/usr/lib64/libUil.so.3.0.2
/usr/lib64/libXm.so.3
/usr/lib64/libXm.so.3.0.2

-

Last edited by knudfl; 08-26-2015 at 02:53 PM.
 
Old 08-26-2015, 02:51 PM   #6
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,517

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Re #4 , @jdkaye.

The package 'libMrm4' is a Suse only / Mageia3 only package. And no libMrm.so.3 !
'libMrm4' provides ...
/usr/lib64/libMrm.so.4
/usr/lib64/libMrm.so.4.0.4
 
Old 08-26-2015, 02:59 PM   #7
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by shermanator View Post
I finally got an answer from a co-worker who is very knowledgeable about Linux. Thanks for the reply though. I'm pretty new to Linux so I'll probably reach out for more help.
Hi...

Welcome to the forum

If your issue is resolved, please mark this thread as "SOLVED" by clicking on "Thread Tools" directly above your initial post. Thanks!

Regards...
 
Old 08-26-2015, 05:34 PM   #8
joe_2000
Senior Member
 
Registered: Jul 2012
Location: Aachen, Germany
Distribution: Void, Debian
Posts: 1,019

Rep: Reputation: 308Reputation: 308Reputation: 308Reputation: 308
Quote:
Originally Posted by ardvark71 View Post
If your issue is resolved, please mark this thread as "SOLVED" by clicking on "Thread Tools" directly above your initial post.
... and consider posting the solution to your problem. Others might run into the same issue and will be grateful for that piece of information if they come to this thread during their search.
 
Old 08-27-2015, 12:49 AM   #9
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
Quote:
Originally Posted by knudfl View Post
Re #4 , @jdkaye.

The package 'libMrm4' is a Suse only / Mageia3 only package. And no libMrm.so.3 !
'libMrm4' provides ...
/usr/lib64/libMrm.so.4
/usr/lib64/libMrm.so.4.0.4
Nope, I have it (i.e. libMrm4) in the Debian repos.
Code:
~$ aptitude search libMrm4
c   libmrm4                                    - Motif - MRM (Motif Resource Manager) shared library
Quote:
You have searched for paths that end with libmrm.so.3 in suite stretch, all sections, and all architectures. Found 10 results.
/usr/lib/x86_64-linux-gnu/libMrm.so.3 libmrm4 [amd64]
jdk
 
Old 08-27-2015, 04:23 AM   #10
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,517

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Re #3.

Right ... ... I looked at RPM`s only, as the OP has RHEL 5.3 .

So 'yum install openmotif22' it is.
 
Old 08-27-2015, 12:14 PM   #11
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
Quote:
Originally Posted by knudfl View Post
Re #3.

Right ... ... I looked at RPM`s only, as the OP has RHEL 5.3 .

So 'yum install openmotif22' it is.
I must be getting more senile than I already am. Where does he say what distro he's using?
jdk
 
Old 08-27-2015, 12:25 PM   #12
rtmistler
Moderator
 
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,883
Blog Entries: 13

Rep: Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931
Quote:
Originally Posted by jdkaye View Post
I must be getting more senile than I already am. Where does he say what distro he's using?
jdk
It was in the other thread they created. It was closed because it was redundant and because it also was a "Please Help!" title.

Last edited by rtmistler; 08-27-2015 at 12:26 PM.
 
Old 08-28-2015, 01:40 AM   #13
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
Thanks, RT. I am somewhat reassured.
jdk
 
  


Reply

Tags
openmotif22



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Old School -- gdbmtool & dbmutil -- can't find RPMs and can't find Source spudzy Linux - Software 3 09-27-2014 06:29 AM
HP-UX error: ld: Mismatched ABI for -lMrm, found /usr/lib/hpux64/libMrm.so xhfahy Linux - Newbie 1 03-17-2011 12:28 PM
Where in the source code do I find the source for the Cisco FCoE HBA Drvr? madcowtricks Slackware 6 01-27-2011 03:00 PM
was trying to find a good source to build a ip ban list from.. mrmnemo Linux - Security 6 03-19-2010 11:11 AM
where can i find good c source code snippets tacca Programming 2 06-02-2006 03:12 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:46 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration