Displaying 4 results from an estimated 4 matches for "optrs_strongly_typ".
Did you mean:
optrs_strongly_typed
2001 Feb 13
2
problem installing openssh
I am still trying to install openssh, I did like Kevin told me but it
didn't work, I tried it like this:
VER=openssh-2.3.0p1
SRC=/usr/src
CFLAGS="+w1 +W 486,474 +O3 +ESlit +Optrs_strongly_typed \
> -I/opt/zlib/include/"
LDFLAGS="-L/opt/zlib/lib/"
# ./configure --prefix=/opt/${VER} \
> --sysconfdir=/etc/opt/openssh \
> --with-default-path="/usr/bin:/usr/sbin:/opt/${VER}/bin" \
> --with-ssl-dir=/opt/openssl/lib/ \
> --disable-suid-ssh \
> --with...
2005 Apr 21
2
[Bug 806] openssh after 3.6.1p1 can not authenticate via public rsa2 key
http://bugzilla.mindrot.org/show_bug.cgi?id=806
------- Additional Comments From djm at mindrot.org 2005-04-21 15:56 -------
Does removing +Optrs_strongly_typed from your CFLAGS help?
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2001 Feb 09
1
I don't know if this is the right place
I don't know if this is the right place for my problem, but
couldn't find any other place.
I am trying to install OpenSSH in a HPUX system, I installed
OpenSSL and Zlibzlib-1.1.3, but when I execute configure, get the
following:
# ./configure
loading cache ./config.cache
checking for gcc... cc
checking whether the C compiler (cc ) works... yes
checking whether the C compiler (cc ) is a
2004 Mar 03
8
[Bug 806] openssh after 3.6.1p1 can not authenticate via public rsa2 key
...show the described effect, i.e. I can
connect from HP-UX using my rsa2 public key authentication without problems.
As HP-UX does not support PAM I did not use the with-pam flag for compilation.
The compile flags were the same for all revisions and as follows:
CFLAGS="+O3 +ESlit +Optrs_strongly_typed
-I$SRC/tcp_wrappers/$TCP_WRAPver" \
LDFLAGS="-L$SRC/tcp_wrappers/$TCP_WRAPver" \
./configure --prefix=/opt/$VER \
--sysconfdir=/etc/opt/openssh \
--with-default-path="/usr/bin:/usr/sbin:/opt/$VER/b...