Alex Cavnar, aka alc6379
09-16-2003, 12:11 AM
Okay... I've been tasked with installing OpenSSH on a Unixware server. I installed the package and the prerequisites using pkgadd, as was directed. Now, when I try to start sshd using /etc/init.d/opensshd start, I get this error:
# ./opensshd start
Generating host keys ... dynamic linker: /usr/bin/ssh-keygen: binder error: symbol not found: strlcpy; referenced from: /usr/bin/ssh-keygen
Killed
dynamic linker: /usr/bin/ssh-keygen: binder error: symbol not found: strlcpy; referenced from: /usr/bin/ssh-keygen
Killed
dynamic linker: /usr/bin/ssh-keygen: binder error: symbol not found: strlcpy; referenced from: /usr/bin/ssh-keygen
Killed
starting /usr/sbin/sshd... PRNG is not seeded
./opensshd: Error 255 starting /usr/sbin/sshd... bailing.
Now, if I try to use ssh to connect to other machines, I get the same spiel about the dynamic linker not being able to find the symbol strcopy. I'm definitely thinking it's a shared libs problem, but I've made sure that all of my libraries that affect OpenSSH are up to date. Could it be that I'm using Unixware packages for a 7.1.1 system, when I've got a 7.1.0 box, maybe?
# ./opensshd start
Generating host keys ... dynamic linker: /usr/bin/ssh-keygen: binder error: symbol not found: strlcpy; referenced from: /usr/bin/ssh-keygen
Killed
dynamic linker: /usr/bin/ssh-keygen: binder error: symbol not found: strlcpy; referenced from: /usr/bin/ssh-keygen
Killed
dynamic linker: /usr/bin/ssh-keygen: binder error: symbol not found: strlcpy; referenced from: /usr/bin/ssh-keygen
Killed
starting /usr/sbin/sshd... PRNG is not seeded
./opensshd: Error 255 starting /usr/sbin/sshd... bailing.
Now, if I try to use ssh to connect to other machines, I get the same spiel about the dynamic linker not being able to find the symbol strcopy. I'm definitely thinking it's a shared libs problem, but I've made sure that all of my libraries that affect OpenSSH are up to date. Could it be that I'm using Unixware packages for a 7.1.1 system, when I've got a 7.1.0 box, maybe?