Thanks for the wakeup call Gregor......I must have been asleep at the wheel.
I actually tried a test program with my gcc compiler and it doesn't
work....so I'll have to look at that. However, using my cc compiler it works
but dumps out when it checks for zlib. I'm just going to reinstall a whole
bunch of stuff and start over. Luckily this is a development box.

Thanks to all for the suggestions. I'll let you know how it turns out.

--Scott

> -----Original Message-----
> From: Gregor Mosheh [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, July 27, 2000 7:06 PM
> To: Scott D. Allen
> Cc: '[EMAIL PROTECTED]'
> Subject: Re: OpenSSH Install
> 
> 
> 
> Can your C compiler do small test programs? e.g.:
> 
> #include <stdio.h>
> main() {
>    printf("hello world");
> }
> 
> If not, then the problem is with your compiler and you'll need to get
> that straightened out.
> 
> --
> Gregor Mosheh
> [EMAIL PROTECTED]
> Systems Admin, Humboldt Internet
> 707.825.4638
> 
> 
> On Thu, 27 Jul 2000, Scott D. Allen wrote:
> 
> > I'm having problems getting openssh-2.1.1p4 installed on my 
> HP-UX 10.20
> > server. I installed zlib-1.1.3 and openssl-0.9.5a and then 
> went to install
> > openssh, but the configure came up with:
> > 
> > "loading cache ./config.cache
> > checking for gcc... gcc
> > checking whether the C compiler (gcc  ) works... no
> > configure: error: installation or configuration problem: C 
> compiler cannot
> > create executables."
> > 
> > So, I checked the openssh archives and found some 
> references to setting
> > CFLAGS and LDFLAGS (which I set). I retried with the same 
> results. I also
> > set LIBS="-lRSAref -lRSAglue" and still same result.
> > 
> > Suggestions? Anyone seen this sort of problem before (I'm sure).
> > 
> > TIA.
> > 
> > --Scott
> > 
> 

Reply via email to