search for: findssl

Displaying 20 results from an estimated 29 matches for "findssl".

2007 Feb 13
2
[Bug 1283] findssl assumes existence of 'which'
http://bugzilla.mindrot.org/show_bug.cgi?id=1283 Summary: findssl assumes existence of 'which' Product: Portable OpenSSH Version: v4.5p1 Platform: Other OS/Version: Linux Status: NEW Severity: minor Priority: P2 Component: Miscellaneous AssignedTo: bitbucket at mindro...
2005 Jul 10
0
[RESOLVED, in 'findssl.sh'] Re: openssh-4.1p1 on OSX 10.4.1 w/ openssl-0.9.8 NOT FINDING -lcrypto
..., > configure fails w/: > > ... > checking whether getpgrp requires zero arguments... yes > checking OpenSSL header version... not found > configure: error: OpenSSL version header not found. i first suspected the 'culprit' to be the following stanza in "contrib/findssl.sh": ... echo Searching for OpenSSL header files. if [ -x "`which locate`" ] then headers=`locate opensslv.h` else headers=`find / -name opensslv.h -print 2>/dev/null` fi ... for header in $headers do ver=`awk '/OPENSSL_VERSION_NUMBER/{printf \$3}...
2008 Apr 03
0
[Bug 1283] findssl assumes existence of 'which'
https://bugzilla.mindrot.org/show_bug.cgi?id=1283 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #3 from Damien Miller <djm at mindrot.org>
2003 Jun 22
2
Problem with Configure
I try to set up openssh-3.6.1p2 on a baox and get: Script started on Sun Jun 22 07:55:36 2003 gallifrey.nk.ca//usr/source/openssh-3.6.1p2$ cat /usr/contrib/bin/configssh ./configure --prefix=/usr/contrib --localstatedir=/var --infodir=/usr/share/info\ --mandir=/usr/share/man --with-low-memory --with-elf --with-ncurses\ --with-ssl=/usr/source/openssl-engine-0.9.7g\
2006 Jul 05
0
[Bug 1206] configure: error: *** 'ar' missing, please install or fix your $PATH
...=1154&action=view) Your OpenSSL headers do not match your library. I've installed zlib 1.2.3 for Solaris 10 x86. Build openssl 0.9.8b and installed under /usr/local. Attempting to make openssh 4.3p2 under /opt/openssh. However it complains regarding the versions of OpenSSL. - "sh -x findssl" complains about no "locate" variable in the PATH. # sh -x findssl.sh CC=gcc STATIC=-static + trap rm -f conftest.c INT HUP TERM + rm -f findssl.log + cat #include <stdio.h> int main(){printf("0x%08xL\n", SSLeay());} DEFAULT_LIBPATH=/usr/lib:/usr/local/lib LIBPATH=/u...
2006 Jul 05
0
[Bug 1206] configure: error: *** 'ar' missing, please install or fix your $PATH
...=1155&action=view) Your OpenSSL headers do not match your library. I've installed zlib 1.2.3 for Solaris 10 x86. Build openssl 0.9.8b and installed under /usr/local. Attempting to make openssh 4.3p2 under /opt/openssh. However it complains regarding the versions of OpenSSL. - "sh -x findssl" complains about no "locate" variable in the PATH. # sh -x findssl.sh CC=gcc STATIC=-static + trap rm -f conftest.c INT HUP TERM + rm -f findssl.log + cat #include <stdio.h> int main(){printf("0x%08xL\n", SSLeay());} DEFAULT_LIBPATH=/usr/lib:/usr/local/lib LIBPATH=/u...
2009 Aug 21
1
Your OpenSSL headers do not match your library
...penSSL's headers match the library... no configure: error: Your OpenSSL headers do not match your library. Check config.log for details. If you are sure your installation is consistent, you can disable the check by running "./configure --without-openssl-header-check". Also see contrib/findssl.sh for help identifying header/library mismatches. So, I ran findssl.sh and got the following: Searching for OpenSSL header files. 0x009080bfL /usr/include/openssl/opensslv.h Searching for OpenSSL shared library files. 0x0090701fL /lib/libcrypto.so.4 0x0090701fL /lib/libcrypto.so.0.9.7a 0x009080...
2005 Jul 10
1
openssh-4.1p1 on OSX 10.4.1 w/ openssl-0.9.8 NOT FINDING -lcrypto
...ut: dyld: Library not loaded: libcrypto.0.9.8.dylib ... Reason: image not found which *is* in place @: ls -al /usr/local/ssl/lib/libcrypto.0.9.8.dylib -r-xr-xr-x 1 root staff 1412444 Jul 10 10:46 /usr/local/ssl/lib/libcrypto.0.9.8.dylib so, i suspect it may be an issue in "contrib/findssl.sh", not picking up *MY* ssl path, but dunno as yet .... comments? thoughts? cheers, richard
2006 Jul 04
0
[Bug 1206] configure: error: *** 'ar' missing, please install or fix your $PATH
...rom dtucker at zip.com.au 2006-07-04 17:27 ------- (In reply to comment #2) > I specify 0.9.8b in the ./configure statement but it is finding 0.9.7d > god knows where. What exact arguments did you give to configure? > The contrib/findssh.sh takes forever without reporting > anything findssl.sh is a horrible nasty hack (and I say that as its author :-) but I can't imagine why it's not working for you. Could you please run "sh -x findssl.sh" and attach the output to this bug (please use "Create Attachment" rather than pasting it into the comment field). Als...
2005 Apr 19
2
OpenSSL Installation Problem after Migration AIX 4.3.3 to AIX 5.2
...without Errormessages ) I have compiled my ssh Package with this SSL Version and: blibpath=/usr/lib:/lib:/usr/local/lib:/opt/freeware/lib export blibpath ./configure --with-ssl-dir=/opt/freeware --sysconfdir=/etc/ssh \ --with-zlib=/usr/local --with-ipaddr-display --prefix=/opt/ssh If i run the findssl Script i have the following Output: # sh findssl.sh Searching for OpenSSL header files. 0x009060dfL /opt/freeware/include/openssl/opensslv.h
2024 Mar 07
1
Call for testing: OpenSSH 9.7
...;s headers match the library... no configure: error: Your OpenSSL headers do not match your library. Check config.log for details. If you are sure your installation is consistent, you can disable the check by running "./configure --without-openssl-header-check". Also see contrib/findssl.sh for help identifying header/library mismatches. > > -- > Darren Tucker (dtucker at dtucker.net) > GPG key 11EAA6FA / A86E 3E07 5B19 5880 E860 37F4 9357 ECEF 11EA A6FA > Good judgement comes with experience. Unfortunately, the experience > usually comes from bad judgemen...
2024 Mar 07
1
Call for testing: OpenSSH 9.7
...r > library. Check config.log for details. > If you are sure your installation is consistent, you can disable the check > by running "./configure --without-openssl-header-check". > Also see contrib/findssl.sh for help identifying header/library mismatches. That sounds like the runtime linker path problem I described in my first reply. Is the OpenSSL 3.2.2-dev version of libcrypto in your runtime linker path? I assume that's in /usr/local/lib? Does /usr/local/bin/openssl actually work? You ca...
2003 Jan 01
12
[Bug 462] compile failure with openssl 0.9.7
http://bugzilla.mindrot.org/show_bug.cgi?id=462 markus at openbsd.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From markus at openbsd.org 2003-01-02
2002 Jul 07
5
[Bug 335] OpenSSL headers do not match your library
http://bugzilla.mindrot.org/show_bug.cgi?id=335 dyw at iohk.com changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|major |normal Keywords| |help-wanted OS/Version|Linux |BSDI
2024 Mar 07
3
Call for testing: OpenSSH 9.7
...library. Check config.log for details. > > If you are sure your installation is consistent, you can disable the check > > by running "./configure --without-openssl-header-check". > > Also see contrib/findssl.sh for help identifying header/library mismatches. > > That sounds like the runtime linker path problem I described in my > first reply. Is the OpenSSL 3.2.2-dev version of libcrypto in your > runtime linker path? I assume that's in /usr/local/lib? Does > /usr/local/bin/opens...
2006 Jul 06
0
[Bug 1206] configure: error: *** 'ar' missing, please install or fix your $PATH
...al/ssl/lib -R/usr/local/ssl/lib but I'm not sure why it's wrong. What is in /usr/local/ssl? Anyway, please try: $ LD_LIBRARY_PATH=/usr/local/ssl/lib:/usr/local/ssl:/usr/lib:/lib $ export LD_LIBRARY_PATH $ ./configure --prefix=/opt/openssh --with-ssl-dir=/usr/local/ssl > - "sh -x findssl" complains about no "locate" variable in the PATH. That's nothing to worry about. Locate is only used as an optimization and the script will fall back to "find" if it's not present. Is there any more output after the "find"? If so please attach it....
2005 Feb 23
1
Problems to compile openssh 3.9.pm1 on AIX 5.2 with openssl-devel-0.9.6m-1 / OpenSSL Header Error
...pm1 on AIX 5.2 with openssl-devel-0.9.6m-1 On Configure I've the following Error: ./configure --with-ssl-dir=/usr/local/ssl/include/openssl/ --sysconfdir=/etc/ssh --with-zlib=/usr/local checking OpenSSL header version... not found configure: error: OpenSSL version header not found. ./contrib/findssl.sh Searching for OpenSSL header files. 0x009060dfL /opt/freeware/include/openssl/opensslv.h Searching for OpenSSL shared library files. Searching for OpenSSL static library files. 0x009060dfL /opt/freeware/lib/libcrypto.a 0x009060dfL /opt/freeware/64/lib/libcrypto.a 0x009060dfL /usr/local/lib/lib...
2005 Feb 23
0
Configure Problems with OpenSSH AIX 5.2 and openssl-devel-0.9.6m-1
...pm1 on AIX 5.2 with openssl-devel-0.9.6m-1 On Configure I've the following Error: ./configure --with-ssl-dir=/usr/local/ssl/include/openssl/ --sysconfdir=/etc/ssh --with-zlib=/usr/local checking OpenSSL header version... not found configure: error: OpenSSL version header not found. ./contrib/findssl.sh Searching for OpenSSL header files. 0x009060dfL /opt/freeware/include/openssl/opensslv.h Searching for OpenSSL shared library files. Searching for OpenSSL static library files. 0x009060dfL /opt/freeware/lib/libcrypto.a 0x009060dfL /opt/freeware/64/lib/libcrypto.a 0x009060dfL /usr/local/lib/lib...
2005 Feb 25
0
Openssh AIX 5.2 Symbol getpeereid (number 34) is not exported
Hello I've compiled OpenSSH 3.9p1 on AIX <source Dir>/contrib/findssl.sh Searching for OpenSSL header files. 0x009060dfL /opt/freeware/include/openssl/opensslv.h Searching for OpenSSL shared library files. Searching for OpenSSL static library files. 0x009060dfL /opt/freeware/lib/libcrypto.a 0x009060dfL /opt/freeware/64/lib/libcrypto.a 0x009060dfL /usr/local/lib/lib...
2024 Mar 07
1
Call for testing: OpenSSH 9.7
On Thu, 7 Mar 2024 at 12:00, The Doctor <doctor at doctor.nl2k.ab.ca> wrote: > On Thu, Mar 07, 2024 at 09:58:38AM +1100, Darren Tucker wrote: [...] > > Please try this patch. Note that you will need to run "autoreconf" to > > rebuild configure before rerunning it. [...] > In which test release can this be made available? It has not been committed and is not