Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

cannot load program sshd

Status
Not open for further replies.

redsydus

Programmer
Joined
Nov 21, 2003
Messages
23
Location
FR
Hi all,

I'm triyng to start sshd program.
Here is the system answers :

exec(): 0509-036 Cannot load program ./sshd because of the following errors:
0509-023 Symbol setauthdb in sshd is not defined.
0509-026 System error: Cannot run a file that does not have a valid format.

I really don't understansd !!

Thks in advance for your answers

bye
 
looks like sshd can't find some libraries
 
I'm working on AIX F40 4.3,
and before installing ssh, i upgrade the system with :

abi-0.7.13.0.exe
freeware.gtk+.rte 1.2.8.0
freeware.libpng.rte 1.0.9.0
freeware.zlib.rte 1.1.3.2
freeware.glib.rte 1.2.8.0
freeware.gnu.gettext.rte 0.10.35.0
 
hello

Have you also installed OpenSSL & prngd ?
 
How did you install ssh ? using installp rpm or did you compile it ?
 
You may try to install openssh 3.6 and openssl only with rpm to be sure to resolve all the dependencies.


I did it and the install of prngd openssl & openssh took me 10 minutes and i also re-applied my own config files

this is the last up to date IBM site for openssh:
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top