Page 1 of 1

PowerDNS

Posted: 2003-06-11 09:03
by nmg
ich habe versucht powerdns zu installieren. Allerdings stoße ich auf ein problem ...

Wenn ich /etc/init.d/pdns monitor starten will kommt die folgende fehlermeldung :

Code: Select all

[root@155215 init.d]# ./pdns monitor
pdns: /usr/sbin/pdns_server: error while loading shared libraries: libstdc++.so.3: cannot open shared object file: No such file or directory
[root@155215 init.d]#
daraufhin wollte ich die libstdc++ -libary instalieren.

bei der installation erhalte ich nur diesen fehler :

Code: Select all

[root@155215 root]# rpm -U libstdc++-2.96-110.i386.rpm
error: failed dependencies:
        libstdc++ = 2.96-113 is needed by libstdc++-devel-2.96-113
[root@155215 root]#

Re: PowerDNS

Posted: 2003-06-11 09:18
by sascha
Entweder mit Yast installieren (löst Abhängigkeiten automatisch auf) oder erst libstdc++-devel-2.96-113 installieren.

Re: PowerDNS

Posted: 2003-06-11 10:33
by nmg
obwohl die installation ok war ,

Code: Select all

[root@155215 root]# rpm -U libstdc++-devel-2.96-113.i386.rpm
package libstdc++-devel-2.96-113 is already installed
[root@155215 root]# 

[root@155215 root]# rpm -U libstdc++-2.96-113.i386.rpm
package libstdc++-2.96-113 is already installed
[root@155215 root]#
erhalte ich nich immer die fehlermeldung.

Code: Select all

[root@155215 init.d]# ./pdns monitor
pdns: /usr/sbin/pdns_server: error while loading shared libraries: libstdc++.so.3: cannot open shared object file: No such file or directory
[root@155215 init.d]#

Re: PowerDNS

Posted: 2003-06-11 16:12
by netzmeister
Hi!

Code: Select all

[root@155215 init.d]# ./pdns monitor
pdns: /usr/sbin/pdns_server: error while loading shared libraries: libstdc++.so.3: cannot open shared object file: No such file or directory
[root@155215 init.d]#
Mach mal ein "find / -name libstdc++.so.3" und schau, ob das Verzeichnis, in dem find die Datei findet, in /etc/ld.so.conf eingetragen ist. Falls nicht, dort eintragen und ldconfig ausführen (als root).

Gruss, Alexander