Operating System - Tru64 Unix
1752525 Members
4546 Online
108788 Solutions
New Discussion юеВ

Re: OpenSSH Installation Error for Tru64

 
Pando
Regular Advisor

OpenSSH Installation Error for Tru64

Dear Gurus,

I have reconfigure AS40 with Tru64 v5.1A. I am now in the process of securing it.

I have done the following:

1. install tcp wrapper 7.6
2. install OpenSSL
3. install Zlib
4. Install egd

Am trying to install OpenSSH v 3.8.1.p1 but am getting error when trying to execute:

# ./configure --with-prngd-socket=/etc/opt/egd/entropy --with-tcp-wrappers --with-ssl-dir=/usr/local/ssl --with-ldflags=-L/usr/local/lib --with-cppflags=-l/usr/local/include

Herewith is the error:

configure:4896: error: *** compiler cannot create working executables, check config.log ***

upon checking the config.log, there is a line there that says:

Can't locate file for: -l/usr/local/include

I dont know what i am missing here.

Am attaching the config.log

Maximum point for correct solution.

Thanks!




4 REPLIES 4
Ivan Ferreira
Honored Contributor

Re: OpenSSH Installation Error for Tru64

>>> ompiler cannot create working executables, check config.log

You don't have the license for the default compiler, so you can't compile programs.

Probably, you need also gcc to be able to compile programs.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Steven Schweda
Honored Contributor

Re: OpenSSH Installation Error for Tru64

> You don't have the license for the default
> compiler, so you can't compile programs.

Uh, did you look at the attached log?

> I dont know what i am missing here.

My guess is "/usr/local/include".

Apparently, this builder is expecting to find
something in "/usr/local/include". If you
don't have that directory, you might try
making it. I'd guess that before you're
through, you'll need to put something(s) into
it, too.
Pando
Regular Advisor

Re: OpenSSH Installation Error for Tru64

Thanks. I have managed to solved it by checking the config.log. Thanks for the support!
Pando
Regular Advisor

Re: OpenSSH Installation Error for Tru64

I have found the solution. Thanks! Some files need to be copied to /usr/local/include directory.