Re: openssh-3.8.1p1 & Solaris 8 Installation Issue
From: Hi-Lo (elle_royal_at_hotmail.com)
Date: 07/12/04
- Previous message: Darren Tucker: "Re: openssh-3.8.1p1 & Solaris 8 Installation Issue"
- In reply to: Lauri Bettencourt: "openssh-3.8.1p1 & Solaris 8 Installation Issue"
- Next in thread: Troy.Wilson_at_chi.frb.org: "Re: openssh-3.8.1p1 & Solaris 8 Installation Issue"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 12 Jul 2004 16:17:41 +0900 To: Lauri Bettencourt <lbetten@ziplink.net>
Hi,
Lauri Bettencourt <lbetten@ziplink.net> wrote:
> Here are some of my attempts at the config....
>
> CPPFLAGS="-I/usr/include -I/usr/local/include
> -I/usr/local/ssl/include/openssl" ./configure --with-md5-passwords
> --with-prngd-socket=/var/spool/prngd/pool --with-tcp-wrappers
> --disable-suid-ssh --prefix=/usr/local
How about using LDFLAGS instead of CPPFLAGS ?
Ex: My configure option is as follows...
% env CC="gcc -m32" \
LDFLAGS="-L/usr/local/lib -Xlinker -R/usr/local/lib" \
./configure \
--sysconfdir=/etc \
--with-pam \
--mandir=/usr/share/man \
--with-tcp-wrappers \
--with-ssl-dir=/usr/local/ssl \
--with-pid-dir=/var/run \
--with-mantype=man
PS
And, my OpenSSL config option is ...
% ./config -fPIC zlib-dynamic
Best regards,
::Hi-Lo::
- Previous message: Darren Tucker: "Re: openssh-3.8.1p1 & Solaris 8 Installation Issue"
- In reply to: Lauri Bettencourt: "openssh-3.8.1p1 & Solaris 8 Installation Issue"
- Next in thread: Troy.Wilson_at_chi.frb.org: "Re: openssh-3.8.1p1 & Solaris 8 Installation Issue"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]