LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Problems with bind installation (https://www.linuxquestions.org/questions/linux-general-1/problems-with-bind-installation-88479/)

TransAmJugo 09-02-2003 01:10 PM

Problems with bind installation
 
Hello,

I am running Red Hat Linux 9 and trying to updgrade bind. I got the new rpm of bind and after installing it I got the following error after trying to stop the service:

[root@luckyclay source]# rpm -Uvh bind-9.2.2-8.i386.rpm --nodeps
Preparing... ########################################### [100%]
1:bind ########################################### [100%]


[root@luckyclay etc]# /sbin/service named stop
Stopping named: /usr/sbin/rndc: error while loading shared libraries: libdns.so.8: cannot open shared object file: No such file or directory
[FAILED]

david_ross 09-02-2003 04:30 PM

Probably because you ran it with "--nodeps" this means that it does not check for dependencies an so you probably missed a required package. Try the install again without "--nodeps" and satisfy any dependencies.


All times are GMT -5. The time now is 10:57 PM.