Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
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.
|
|
|
09-05-2005, 10:04 PM
|
#1
|
Member
Registered: Sep 2004
Location: Malaysia
Distribution: FC6, Solaris
Posts: 340
Rep:
|
Bind folder problem
When i click the BIND service in services, i get the following error
"named failed. The error was: Starting named: /usr/sbin/named: error while loading shared libraries: libcrypto.so.4: cannot open shared object file: No such file or directory
[FAILED]" . I have found that it is no such directory even reinstalling the bind . Any idea why ? Thanks
|
|
|
09-05-2005, 10:19 PM
|
#2
|
Member
Registered: Jun 2005
Location: q3dm7
Distribution: Mandriva 2010.0 x86_64
Posts: 338
Rep:
|
The file libcrypto.so.4 is missing. It's part of libopenssl.
Install libopenssl and then try again.
|
|
|
09-06-2005, 11:22 AM
|
#3
|
Member
Registered: Sep 2004
Location: Malaysia
Distribution: FC6, Solaris
Posts: 340
Original Poster
Rep:
|
Hi, how to install libopenssl ? Thanks
Quote:
Originally posted by Snowbat
The file libcrypto.so.4 is missing. It's part of libopenssl.
Install libopenssl and then try again.
|
|
|
|
09-06-2005, 06:41 PM
|
#5
|
Member
Registered: Sep 2004
Location: Malaysia
Distribution: FC6, Solaris
Posts: 340
Original Poster
Rep:
|
i just issue command like rpm -v xxx.rpm ? If from my media, i just find that .rpm file and click on it ? in the add/remove program i do not see any libopenssl components.
|
|
|
09-06-2005, 09:15 PM
|
#6
|
Member
Registered: Jun 2005
Location: q3dm7
Distribution: Mandriva 2010.0 x86_64
Posts: 338
Rep:
|
For Fedora Core 3 you need to install openssl. It comes with libopenssl, which includes libcrypto.so.4.
Look for openssl in your add/remove programs and install from there.
Alternatively, in a window manager, you can search your distribution, and double-click an RPM to install
Alternatively, if you want to use the command line, rpm -i /path/to/xxxx.rpm will install xxxx.rpm
Alternatively, download it from a mirror and use double-click or use rpm -i as appropriate to install
|
|
|
09-07-2005, 12:57 AM
|
#7
|
LQ Guru
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,398
|
Fedora comes with yum install tool that automatically resolves dependencies. I'd recommend logging in as root and trying that, otherwise you can end up in dependency hell.
See
man yum
|
|
|
09-07-2005, 09:51 AM
|
#8
|
Member
Registered: Sep 2004
Location: Malaysia
Distribution: FC6, Solaris
Posts: 340
Original Poster
Rep:
|
I ran yum update install, it says no package mark for update /obsoletion. Is it correct ?
Quote:
Originally posted by chrism01
Fedora comes with yum install tool that automatically resolves dependencies. I'd recommend logging in as root and trying that, otherwise you can end up in dependency hell.
See
man yum
|
|
|
|
09-07-2005, 09:55 AM
|
#9
|
Member
Registered: Sep 2004
Location: Malaysia
Distribution: FC6, Solaris
Posts: 340
Original Poster
Rep:
|
When i double click the .rpm, it says package already installed. If i issue rpm -i xxx.rpm and it reported that xxx.rpm conflict with xxx.rpm package in system. Those in my system now is more newer than this file. Btw openssl is in which component of Add/Remove application ? Thanks
Regards
Daniel
Quote:
Originally posted by Snowbat
For Fedora Core 3 you need to install openssl. It comes with libopenssl, which includes libcrypto.so.4.
Look for openssl in your add/remove programs and install from there.
Alternatively, in a window manager, you can search your distribution, and double-click an RPM to install
Alternatively, if you want to use the command line, rpm -i /path/to/xxxx.rpm will install xxxx.rpm
Alternatively, download it from a mirror and use double-click or use rpm -i as appropriate to install
|
|
|
|
09-07-2005, 02:18 PM
|
#10
|
Member
Registered: Jun 2005
Location: q3dm7
Distribution: Mandriva 2010.0 x86_64
Posts: 338
Rep:
|
Maybe you have an older or newer version of openssl already installed.
What is the output of the following commands:
openssl version
ls -l /usr/lib/*crypto*
|
|
|
09-12-2005, 11:34 AM
|
#11
|
Member
Registered: Sep 2004
Location: Malaysia
Distribution: FC6, Solaris
Posts: 340
Original Poster
Rep:
|
Hi sorry late reply. Below is the reply from ls- l /usr/lib/*crypto*
[root@mp420 /]# ls -l /usr/lib/*crypto*
-rw-r--r-- 1 root root 1833612 Oct 5 2004 /usr/lib/libcrypto.a
lrwxrwxrwx 1 root root 29 Jun 26 01:38 /usr/lib/libcrypto.so -> ../../lib/ libcrypto.so.0.9.7a
-rw-r--r-- 1 root root 227362 Sep 1 2004 /usr/lib/libk5crypto.a
lrwxrwxrwx 1 root root 18 Jun 26 01:25 /usr/lib/libk5crypto.so -> libk5cry pto.so.3.0
lrwxrwxrwx 1 root root 18 Jun 26 00:34 /usr/lib/libk5crypto.so.3 -> libk5c rypto.so.3.0
-rwxr-xr-x 1 root root 136044 Sep 1 2004 /usr/lib/libk5crypto.so.3.0
If i issue rpm -q openssl ,
openssl-0.9.7a-42.1
openssl-0.9.7a-40
So what seems to be the problem ? Pls advise. Thanks
Regards
Daniel
Quote:
Originally posted by Snowbat
Maybe you have an older or newer version of openssl already installed.
What is the output of the following commands:
openssl version
ls -l /usr/lib/*crypto*
|
|
|
|
09-12-2005, 11:38 AM
|
#12
|
Member
Registered: Sep 2004
Location: Malaysia
Distribution: FC6, Solaris
Posts: 340
Original Poster
Rep:
|
I tried rpm -q libopenssl and it say package is not installed. Any idea why ?
Rgds
Daniel
Quote:
Originally posted by Snowbat
Maybe you have an older or newer version of openssl already installed.
What is the output of the following commands:
openssl version
ls -l /usr/lib/*crypto*
|
|
|
|
09-12-2005, 07:39 PM
|
#13
|
Member
Registered: Jun 2005
Location: q3dm7
Distribution: Mandriva 2010.0 x86_64
Posts: 338
Rep:
|
You have libcrypto installed but it may not be the version that this Bind is expecting, or the Fedora package did not set up a symlink that this Bind is expecting. I've seen that kind of thing before in Mandrake. I can tell you that libcrypto.so.4 should be a symlink to the currently installed libcrypto library but exactly what the .4 signifies and if it refers to a particular libcrypto version, I have no idea. Adding the apparently missing symlink to my currently installed library has always worked for me in the past.
Try the following. If no error, try BIND again:
ln -s /lib/libcrypto.so.0.9.7a /usr/lib/libcrypto.so.4
|
|
|
09-12-2005, 11:14 PM
|
#14
|
Member
Registered: Sep 2004
Location: Malaysia
Distribution: FC6, Solaris
Posts: 340
Original Poster
Rep:
|
Hi, what is symlink ? Thanks
Reagrds
Daniel
Quote:
Originally posted by Snowbat
You have libcrypto installed but it may not be the version that this Bind is expecting, or the Fedora package did not set up a symlink that this Bind is expecting. I've seen that kind of thing before in Mandrake. I can tell you that libcrypto.so.4 should be a symlink to the currently installed libcrypto library but exactly what the .4 signifies and if it refers to a particular libcrypto version, I have no idea. Adding the apparently missing symlink to my currently installed library has always worked for me in the past.
Try the following. If no error, try BIND again:
ln -s /lib/libcrypto.so.0.9.7a /usr/lib/libcrypto.so.4
|
|
|
|
09-13-2005, 10:02 AM
|
#15
|
Member
Registered: Sep 2004
Location: Malaysia
Distribution: FC6, Solaris
Posts: 340
Original Poster
Rep:
|
Hi, there is no error message after issue that command, just blank. Is that make symbolic link ? connect the 2 files ?
Regards
Daniel
Quote:
Originally posted by DanielTan
Hi, what is symlink ? Thanks
Reagrds
Daniel
|
|
|
|
All times are GMT -5. The time now is 11:31 PM.
|
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
|
|