PowerDNS

Bind, PowerDNS
Post Reply
nmg
Posts: 19
Joined: 2003-05-04 09:49
Location: BäRLIN
Contact:
 

PowerDNS

Post 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]#
sascha
Posts: 1325
Joined: 2002-04-22 23:08
 

Re: PowerDNS

Post by sascha »

Entweder mit Yast installieren (löst Abhängigkeiten automatisch auf) oder erst libstdc++-devel-2.96-113 installieren.
nmg
Posts: 19
Joined: 2003-05-04 09:49
Location: BäRLIN
Contact:
 

Re: PowerDNS

Post 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]#
netzmeister
Posts: 25
Joined: 2003-06-11 00:50
Location: Stuttgart
 

Re: PowerDNS

Post 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
Post Reply