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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
11-08-2003, 11:23 PM
|
#1
|
Member
Registered: Mar 2003
Location: Tribeca, NYC
Distribution: Slackware 9.0, Fedora Core 1
Posts: 111
Rep:
|
how to install libMagick.so.5?
I'm trying to install transcode and it needs libMagick.so.5. I've checked on Google, but everwhere points me to the standard ImageMagick rpm. I have the ImageMagick-5.5.6-5 rpm installed on my machine, but I don't know exactly where libMagick.so.5 comes from.
Thanks for your help.
Last edited by cpv204; 11-08-2003 at 11:26 PM.
|
|
|
11-08-2003, 11:45 PM
|
#2
|
LQ Guru
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613
Rep:
|
You might look at rpmfind.net when searching for RPM's  Here's my search:
http://rpmfind.net/linux/rpm2html/se...y=libMagick.so
Basically, it looks like you should look for a lib file, and/or a -devel version of that file. Usually that's the problem when you don't meet lib requirements for files that you know are indeed installed.
Cool
|
|
|
11-09-2003, 12:00 AM
|
#3
|
Member
Registered: Oct 2002
Location: Sydney, Australia
Distribution: Gentoo, Ubuntu, Debian
Posts: 184
Rep:
|
Here's a suggestion that may work if you've still got weirdness. Do a locate for libMagick.so and see if you get any results, ie.
locate -i libMagick.so
The -i is to ignore case. Now assuming ImageMagick is installed you should get the paths to files that contain the phrase you searched for in them. If you find you only have a file like libMagick.so.5.5.6 (for example, it's probably different), you can try and get your program to work by sym-linking the library you have to the name of the one that's needed.
So the result of the locate might look like:
/usr/lib/libMagick.so.5.5.6
/usr/lib/libMagick.so.5
So as root you could go:
cd /usr/lib
ln -s libMagick.so.5.5.6 libMagick.so
And you might have some luck. But if you can, try MasterC's advice first.
|
|
|
11-11-2003, 10:16 AM
|
#4
|
Member
Registered: Mar 2003
Location: Tribeca, NYC
Distribution: Slackware 9.0, Fedora Core 1
Posts: 111
Original Poster
Rep:
|
Thanks for your suggestions. I'm posting a followup for whomever this may help in the future. As it turns out, I did have libMagick-devel installed already and no amount of removing it and re-installing could make libMagick.so.5 visible to transcode.
In trying to address this and other issues, something that I rpm'd caused a segmentation fault that brought Fedora Core 1 to its knees. My desktop froze and the system would not even boot.
Bottom line is, after reinstalling, I was able to install transcode via yum, letting it sort out all the dependencies.
|
|
|
All times are GMT -5. The time now is 10:20 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|