Displaying 11 results from an estimated 11 matches for "tryssldir".
2000 Sep 13
1
Problem with --with-ssl-dir
Hi!
When specifying --with-ssl-dir=/path/to/ssl, configure will always use
an openssl-library in system locations if there, regardless of the setting.
This is caused by line 343 of configure.in:
for ssldir in "" $tryssldir /usr/local/openssl /usr/lib/openssl /usr/local/ssl /usr/lib/ssl /usr/local /usr/pkg /opt /opt/openssl ; do
as "" precedes $tryssldir, so $tryssldir is never used, if "" is already
successfull.
I recommend to change the precedence to ' $tryssldir "" ', so that I...
2000 Mar 11
3
TEST RELEASE: openssh-1.2.3pre1
I have just uploaded a test release of 1.2.3. It includes numerous
fixes from the OpenBSD team and should fix the stupid configure bugs
of 1.2.2p1.
http://violet.ibs.com.au/openssh/files/test/
A detailed ChangeLog is in the directory.
Please report successes and failures.
Regards,
Damien Miller
--
| "Bombay is 250ms from New York in the new world order" - Alan Cox
| Damien Miller -
2000 Mar 23
1
Found a bug in the OpsnSSH configuration script
...for OpenSSL, there's a
glitch in the way it tries to find the libraries. The following fix
works for me:
--- configure.in.orig Thu Mar 23 18:56:58 2000
+++ configure.in Thu Mar 23 18:55:05 2000
@@ -152,10 +152,10 @@
AC_MSG_CHECKING([for OpenSSL/SSLeay directory])
for ssldir in "" $tryssldir /usr /usr/local/openssl /usr/lib/openssl /usr/local/ssl /usr/lib/ssl /usr/local /usr/pkg /opt /opt/openssl ; do
if test ! -z "$ssldir" ; then
- LIBS="$saved_LIBS -L$ssldir"
+ LIBS="$saved_LIBS -L$ssldir/lib"
CFLAGS="$CFLAGS -I$ssldir/include"
if tes...
2000 Aug 15
0
[PATCH]: Port to Mac OS X/Darwin, misc
...rvices/OpenSSH/openssh/configure.in
diff -u Services/OpenSSH/openssh/configure.in:1.1.1.4
Services/OpenSSH/openssh/configure.in:1.5
--- Services/OpenSSH/openssh/configure.in:1.1.1.4 Thu Aug 3 14:29:33 2000
+++ Services/OpenSSH/openssh/configure.in Mon Aug 14 19:38:51 2000
@@ -323,19 +326,25 @@
tryssldir="$tryssldir $prefix"
fi
AC_CACHE_CHECK([for OpenSSL directory], ac_cv_openssldir, [
-
- for ssldir in "" $tryssldir /usr/local/openssl /usr/lib/openssl
/usr/local/ssl /usr/lib/ssl /usr/local /usr/pkg /opt /opt/openssl ; do
- if test ! -z "$ssldir" ; then
+ for ssl...
2000 Mar 11
1
OpenSSH 1.2.3 Configure
...:00 2000
--- configure Sat Mar 11 03:15:55 2000
***************
*** 1887,1895 ****
fi
echo $ac_n "checking for OpenSSL/SSLeay directory""... $ac_c" 1>&6
echo "configure:1890: checking for OpenSSL/SSLeay directory" >&5
! for ssldir in "" $tryssldir /usr /usr/local/openssl /usr/lib/openssl
/usr/local/ssl /usr/lib/ssl /usr/local /usr/pkg /opt /opt/openssl ; do
if test ! -z "$ssldir" ; then
! LIBS="$saved_LIBS -L$ssldir -lcrypto"
CFLAGS="$CFLAGS -I$ssldir/include"...
2000 Oct 25
1
Typo in configure.in
...ug 30 18:20:05 2000
+++ configure.in Wed Oct 25 12:17:19 2000
@@ -326,7 +326,7 @@
AC_ARG_WITH(ssl-dir,
[ --with-ssl-dir=PATH Specify path to OpenSSL installation ],
[
- if test "x$withval" != "$xno" ; then
+ if test "x$withval" != "xno" ; then
tryssldir=$withval
fi
]
@@ -824,7 +824,7 @@
AC_ARG_WITH(xauth,
[ --with-xauth=PATH Specify path to xauth program ],
[
- if test "x$withval" != "$xno" ; then
+ if test "x$withval" != "xno" ; then
xauth_path=$withval
fi
],
@@ -950,7 +950,7 @@...
2002 Mar 15
0
[Bug 168] New: "Could not find working OpenSSL library"
...e"
#include "confdefs.h"
#include <string.h>
#include <openssl/rand.h>
------------------------------------------------------------------
The problem seems to result from this loop:
------------------------------------------------------------------
for ssldir in $tryssldir "" /usr/local/openssl /usr/lib/openssl
/usr/local/ssl /usr/lib/ssl /usr/local /usr/pkg /opt /opt/openssl ; do
<snip>
# Try to use $ssldir/include if it exists, otherwise
# $ssldir
if test -d "$ssldir/includ...
2000 Mar 09
0
Can not configure openssh-1.2.2p1
...ion.
I needed the following patch to configure.in in order to enable
configure to find the -lcrypto library:
--- configure.in.orig Sun Mar 5 01:02:46 2000
+++ configure.in Wed Mar 8 22:28:19 2000
@@ -152,10 +152,10 @@
AC_MSG_CHECKING([for OpenSSL/SSLeay directory])
for ssldir in "" $tryssldir /usr /usr/local/openssl /usr/lib/openssl /usr/local/ssl /usr/lib/ssl /usr/local /usr/pkg /opt /opt/openssl ; do
if test ! -z "$ssldir" ; then
- LIBS="$saved_LIBS -L$ssldir"
+ LIBS="$saved_LIBS -L$ssldir/lib"
CFLAGS="$CFLAGS -I$ssldir/include"
if tes...
2001 Feb 16
7
OpenSSH 2.5.0p1
Known issues:
1) Linux 'sleep 20' -- Unfixable before 2.5.0 (known work around)
2) HP/UX signal issue -- Patched and HP/UX 11 works in v2
3) SCO 2/ Native Compiler -- Unfixable before 2.5.0 (known work around)
4) NeXTStep -- Resynced, MAX_GROUPS vs NGROUPS unresolved (not major)
5) DG/UX regcomp/regexec -- Fixed.
6) Cray signal issues -- ???
7) Solaris '$PATH' issue -- ??
2000 Aug 26
0
New chroot patch, for 2.1.1p4
...716: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:2718: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
echo "$ac_t""no" 1>&6
else
@@ -2752,7 +2754,7 @@
tryssldir="$tryssldir $prefix"
fi
echo $ac_n "checking for OpenSSL directory""... $ac_c" 1>&6
-echo "configure:2756: checking for OpenSSL directory" >&5
+echo "configure:2758: checking for OpenSSL directory" >&5
if eval "test \&qu...
2000 Oct 04
0
2.2.0p1 chroot patch
...783: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:2785: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
echo "$ac_t""no" 1>&6
else
@@ -2819,7 +2821,7 @@
tryssldir="$tryssldir $prefix"
fi
echo $ac_n "checking for OpenSSL directory""... $ac_c" 1>&6
-echo "configure:2823: checking for OpenSSL directory" >&5
+echo "configure:2825: checking for OpenSSL directory" >&5
if eval "test \&qu...