Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SSH Configuration

Status
Not open for further replies.

warmpapi

IS-IT--Management
Nov 15, 2000
42
0
0
US
Hi,

I am trying to install SSH on a solaris 8 system. I pulled down the SSH3-0.1 tar file and have untarred the file.

I am at the point where i need to run configure;make
but when i run this it tells me that cc can't create executables. I always have trouble with this because I dont know anything about compilers and how this stuff is suppose to work. I just want to get SSH installed on the server and have the daemon running. Can anyone provide some assistance or direction when they have time. Thanks
 
Do you have the compiler installed correctly? The compiler that comes included with the operating system isn't sufficient.
Mike
"Experience is the comb that Nature gives us after we are bald."

Is that a haiku?
I never could get the hang
of writing those things.
 
I can't get the C compiler to work, it says the C compiler cant create executables...I downloaded gcc and it still doesn't work.

cause i can't get the C compiler to create executables.

Any software recommended off of sunfreeware?

By the way, I couldn't get to that website and thanks for the help
 
Funny, I could not hit the page either from that link in the above post. I assure you the file is there, so lets try again.
Incase you still can't hit that page:
Ground up installation for SSH and all the associated elements on a solaris machine

Install GCC2.96 - SMCgcc
Install libgcc3.0.3 - SMClibgcc
Install zlib1.1.4 - SMCzlib
Install make 3.79.1 - SMCmake
Install tcp-wrappers 7.6 - SMCtcpw6
Install prngd 0.9.23 - SMCprngd
Install egd 0.8 - SMCegd
Install Perl 5.6.1 - SMCprl561
Add /usr/local/bin in PATH before /usr/bin

Generate Random Number Seed
#>cat /var/log/syslog /var/adm/messages > /usr/local/etc/prngd/prngd-seed

Generate a Random Number Seed Pool
#>mkdir /var/spool/prngd
#>/usr/local/bin/prngd /var/spool/prngd/pool
#>/usr/local/bin/egc.pl /var/spool/prngd/pool get

Install openssl 0.9.6b - SMCossl
Install openssh 3.1p1 - SMCossh3
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top