search for: linuxnetwork

Displaying 3 results from an estimated 3 matches for "linuxnetwork".

Did you mean: linuxnetworks
2007 Jan 20
3
libmysqlclient not found, while compiling PowerDNS
Hi Everyone, I am trying to build the PowerDNS rpm from the source rpms powerdns-2.9.20-3.MIND.src.rpm, it requires opendbx-devel which I am trying to build from the instructions at (http://www.linuxnetworks.de/opendbx/download/index.html) I have subscribe to centosplus for packages like mysql5 and php5. I have the following MySQL packages installed [root at charlie ~]# rpm -qa | grep mysql mysql-server-5.0.22-1.centos.1 mysql-5.0.22-1.centos.1 mysqlclient10-3.23.58-9.2.c4 php-mysql-5.1.6-1.2.1.cent...
2002 Jan 09
2
Passing a password from a program to ssh
Hi all Probably this question was asked before, but I didn't find anything in the FAQ or in the archives. I've written an programm that connects to a SSH server and communicate over the SSH protocol with a SSH subsystem. SSH now shows a prompt where the password should be typed in. If an error occurs (protocol error or so) the programm must reconnect to the server and reestablish
2002 Apr 10
1
OpenSSH server stops returning data from a server module
Hi all I've written a client/server application using OpenSSH for securing the transactions. The server is written as OpenSSH server module (same as sftp) while the client is a seperate application invoking the ssh client. My application and the ssh client are connected by socketpairs the same way as the OpenSSH server and the server module are. After the connection between the ssh