Displaying 4 results from an estimated 4 matches for "90704f".
Did you mean:
90702f
2006 Jul 04
0
[Bug 1206] configure: error: *** 'ar' missing, please install or fix your $PATH
...erflow... yes
checking whether snprintf can declare const char *fmt... yes
checking whether system supports SO_PEERCRED getsockopt... no
checking whether getpgrp requires zero arguments... yes
checking OpenSSL header version... 90802f (OpenSSL 0.9.8b 04 May 2006)
checking OpenSSL library version... 90704f (OpenSSL 0.9.7d 17 Mar 2004)
checking whether OpenSSL's headers match the library... no
configure: error: Your OpenSSL headers do not match your library.
Check config.log for details.
I specify 0.9.8b in the ./configure statement but it is finding 0.9.7d
god knows where. The contrib/findssh.sh...
2006 Jul 05
0
[Bug 1206] configure: error: *** 'ar' missing, please install or fix your $PATH
...bin /usr/ucb /usr/local
]
+ find / -name opensslv.h -print
- the configure statement is as follows:
./configure --prefix=/opt/openssh --with-ssl-dir=/usr/local/ssl
The error generated is:
checking OpenSSL header version... 90802f (OpenSSL 0.9.8b 04 May 2006)
checking OpenSSL library version... 90704f (OpenSSL 0.9.7d 17 Mar 2004)
checking whether OpenSSL's headers match the library... no
configure: error: Your OpenSSL headers do not match your library.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2006 Jul 05
0
[Bug 1206] configure: error: *** 'ar' missing, please install or fix your $PATH
...bin /usr/ucb /usr/local
]
+ find / -name opensslv.h -print
- the configure statement is as follows:
./configure --prefix=/opt/openssh --with-ssl-dir=/usr/local/ssl
The error generated is:
checking OpenSSL header version... 90802f (OpenSSL 0.9.8b 04 May 2006)
checking OpenSSL library version... 90704f (OpenSSL 0.9.7d 17 Mar 2004)
checking whether OpenSSL's headers match the library... no
configure: error: Your OpenSSL headers do not match your library.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2006 Apr 23
0
Configuration Warnings OpenSSH 4.3p2
...;t know enough about this to know if these warnings mean that
I can't build it or not.
Also, since I'm e-mailing anyway, how can I tell what options were
compiled into my exiting ssh:
My system is freeBSD 4.11.
PC% ssh -V
OpenSSH_3.5p1 FreeBSD-20030924, SSH protocols 1.5/2.0, OpenSSL 0x0090704f
PC%
so that I can do the same thing with the newer version. I don't
want to build and install the newer version and have things quit
working.
Thanks.
Charlie
Saturday, 22 Apr, 2006 -- 20:03:30 MDT
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking w...