LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
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


Reply
  Search this Thread
Old 09-13-2005, 10:22 AM   #16
DanielTan
Member
 
Registered: Sep 2004
Location: Malaysia
Distribution: FC6, Solaris
Posts: 340

Original Poster
Rep: Reputation: 30

After i run the command, i go to services to start the Named service. It notified that named service is restart or started successfully but have below error ,
"rndc: connect failed: connection refused".

What does it means ?

Regards
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
 
Old 09-13-2005, 08:10 PM   #17
Snowbat
Member
 
Registered: Jun 2005
Location: q3dm7
Distribution: Mandriva 2010.0 x86_64
Posts: 338

Rep: Reputation: 31
A symlink is a symbolic link (shortcut)
man symlink

The fact that there was no error message means the symlink was created as requested.

I never saw that error message when installing BIND on Mandrake. Try the solution here:
http://www.daniweb.com/techtalkforums/thread19915.html
 
Old 09-26-2005, 06:42 PM   #18
DanielTan
Member
 
Registered: Sep 2004
Location: Malaysia
Distribution: FC6, Solaris
Posts: 340

Original Poster
Rep: Reputation: 30
Hi, what is the command for yum install ? previously i use yum, my system hang in loading. If so how to restore it ?

Rgds
Daniel


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
 
Old 09-26-2005, 07:35 PM   #19
DanielTan
Member
 
Registered: Sep 2004
Location: Malaysia
Distribution: FC6, Solaris
Posts: 340

Original Poster
Rep: Reputation: 30
Hi, how do you make the symlink between libcrypto and its library ? The error now is rndc connection refused even matching the key or even creating the new key. I noticed there is also libcrypto error message when system shutdown. so i suspect libcrypto still have problem. Can you show me step by step how do you did it ? Thanks

Rgds
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
 
Old 09-27-2005, 06:53 AM   #20
Snowbat
Member
 
Registered: Jun 2005
Location: q3dm7
Distribution: Mandriva 2010.0 x86_64
Posts: 338

Rep: Reputation: 31
Quote:
Originally posted by DanielTan
Hi, how do you make the symlink between libcrypto and its library ?
On your system, as I said in an earlier post:
ln -s /lib/libcrypto.so.0.9.7a /usr/lib/libcrypto.so.4
Quote:
The error now is rndc connection refused even matching the key or even creating the new key. I noticed there is also libcrypto error message when system shutdown. so i suspect libcrypto still have problem. Can you show me step by step how do you did it ? Thanks
Have you checked Google? http://www.google.com/search?q=rndc+connection+refused
What is the libcrypto error message when system shutdown?
I'm afraid I can't help with things specific to Fedora Core 3 (such as yum) as I run Mandrake/Mandriva distros here. You could post your question in the Fedora forum: http://www.linuxquestions.org/questi...php?forumid=35

Last edited by Snowbat; 09-27-2005 at 06:54 AM.
 
Old 09-27-2005, 06:35 PM   #21
DanielTan
Member
 
Registered: Sep 2004
Location: Malaysia
Distribution: FC6, Solaris
Posts: 340

Original Poster
Rep: Reputation: 30
Hi, i saw named service process being killed and /usr/sbin/libcrypt.so.4 ....denied{Read}. Also /var/run/named.pid reading error. Exact error message i will post. But as i know named service requires named.pid file , right ? But my system doesnt have it. Others system have /var/run/named directory but my doesnt have. One more thing, previously once i managed to yum update my system, and named did works but later my system crash. So do you think is the permission & file error ?

Rgds
Daniel


Quote:
Originally posted by Snowbat
On your system, as I said in an earlier post:
ln -s /lib/libcrypto.so.0.9.7a /usr/lib/libcrypto.so.4

Have you checked Google? http://www.google.com/search?q=rndc+connection+refused
What is the libcrypto error message when system shutdown?
I'm afraid I can't help with things specific to Fedora Core 3 (such as yum) as I run Mandrake/Mandriva distros here. You could post your question in the Fedora forum: http://www.linuxquestions.org/questi...php?forumid=35
 
  


Reply



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
Folder Max Size and Limiting SSH access to home folder. Mefistofeles Linux - General 4 11-26-2005 02:09 PM
how can i default the max folder file size when it create inside a folder antony_csf Linux - Software 1 06-17-2004 02:26 AM
Bind problem WiWa Linux - Networking 4 06-03-2004 09:53 AM
Firefox XBL Bind/No .phoenix folder Ryknow215 Linux - Software 3 03-24-2004 10:05 PM
problem bind 9.xx Rana Saud Linux - Networking 1 07-15-2003 11:45 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 04:19 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