3.6p2 build errors on buffer_get with latest portable/SNAP
Darren Tucker
dtucker at zip.com.au
Wed Sep 10 23:31:59 EST 2003
"STEWARD, Curtis (Jamestown)" wrote:
> I've been running gcc 3.2, OpenSSL 0.9.7b and zlib 1.1.4. After
> receiving your reply I tried both OpenSSL 0.9.6.b and pulled
> /usr/local/bin and /usr/local/sbin out of the PATH only
> to get the same results. I don't have any OS patches on 8.0,
> so I can only guess I have something flakey on my box since
> your up and running with the same release? Let me know if
> you have any other ideas.
Do you have openssl or zlib libraries in /usr/local? Something odd in
your sshd_config triggering the problem? Corrupt public/private keys?
You can use "-ddd" for a little more debug info:
# ./sshd -ddd -t
debug2: read_server_config: filename /usr/local/etc/sshd_config
debug1: sshd version OpenSSH_3.7p1
debug3: Not a RSA1 key file /usr/local/etc/ssh_host_rsa_key.
debug1: read PEM private key done: type RSA
debug1: private host key: #0 type 1 RSA
debug3: Not a RSA1 key file /usr/local/etc/ssh_host_dsa_key.
debug1: read PEM private key done: type DSA
debug1: private host key: #1 type 2 DSA
Here's the versions I have:
# rpm -q openssl openssl-devel zlib zlib-devel gcc glibc-devel
openssl-0.9.6b-33
openssl-devel-0.9.6b-33
zlib-1.1.4-8.8x
zlib-devel-1.1.4-8.8x
gcc-3.2-7
glibc-devel-2.3.2-4.80.6
--
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69
Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.
More information about the openssh-unix-dev
mailing list