search for: eslit

Displaying 5 results from an estimated 5 matches for "eslit".

Did you mean: elit
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-su...
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
2001 Dec 08
5
No "seteuid" method available
Hey Everyone: "No seteuid method available" is the error I get when trying to configure Samba 2.2.2 on an HP-UX 11.0 system. This system is part of a test network and has tcp/ip but no DNS. There are only 3 articles on the Samba site about this and the only fix requires changing and recompiling "C" libraries. Is there another, simpler fix? Thanks. ~ Gary Zawilinski ~
2002 Jul 12
2
HP-UX slow login problem found?
...me millicode routines to do the 64-bit modulus "%" operation. I've found though that HP's ANSI C compiler with the correct optimization arguments is able to produce some PA-RISC 2.0 specific instructions which make it very fast in comparison (say by 100 clock cycles). cc +O3 +ESlit +DA2.0 +DS2.0 -Ae \ -DOPENSSL_THREADS -D_REENTRANT -DDSO_DL -DOPENSSL_NO_KRB5 \ -I/opt/gnu/include \ -DOPENSSL_NO_RC5 -DOPENSSL_NO_IDEA -D_REENTRANT \ -DB_ENDIAN -DMD32_XARRAY -c bn_word.c -o bn_word.o Also throw in +Z if you're trying to make a shared library (but see...
2004 Mar 03
8
[Bug 806] openssh after 3.6.1p1 can not authenticate via public rsa2 key
...es not 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:/...