Installing and using openSSH on SCO 5.0.6


 
Thread Tools Search this Thread
Operating Systems SCO Installing and using openSSH on SCO 5.0.6
# 1  
Old 04-26-2007
Question Installing and using openSSH on SCO 5.0.6

I have a few resources that I have read that show what I need, openSSL and zlib of one version or another to get openSSH to work to start.

Here is my dilemma to start, I will need to compile the source for the openSS* and the zlib, but when I type "make" into the command prompt I get "make: not found". There is also no man pages for it either, the make anyways.

I have all of the source downloaded and can move it to the SCO box, but if I don't have make, what would I do with it? Should I get GNU C++ compiler? This is the first hurdle. I also have to do this for 5.0.5, 5.0.4, and I think older like 5.0.2 or something.

Does anyone have any suggestions on what I should be doing with the source, or if there is distribution from SCO for openSSH, openSSL, or zlib. (I don't have any contact with SCO without payment and it has never been approved any other time I have asked for it.) But I was thinking zlib or an equivalent was already on the SCO boxes, or at the very least got that impression when I was reading the documentation on zlib its variants and stuff like that. So I might not need that program "zlib", but it would be great to know.

Is there something I can add from the SCO install CD ROM to accomplish some if this, I have read about some 5.0.7 updates that have older or compatible system files in them for this sort of thing.
# 2  
Old 04-26-2007
Development System

Do you have the development system installed?
I did this installation about 3 years ago.
Even if you install the gcc environment, I am not sure that the linker is available.
However with gcc you can try gmake instead of make, and probably will have to hack the make file to change CC to GCC
You might consider upgrading to 5.0.7 as ssh is included.
The development system is on the base OS cd, and can be installed for 60 days. The last price I saw was about 1200.US

Jack
# 3  
Old 04-26-2007
Lightbulb Update

I found through google.com and then the old Caldera Skunkware site where to get GNU CC, and GNU make, along with other toys like the CD recorder someone else was looking for on here a while ago, it is also on the SCO/Caldera SKunkware website:

http://www.sco.com/skunkware/devtools/index.html

Anyways, I used `custom' and got that stuff installed, but the files for zlib and openSSL come as *.gz!?!?! What the do I use for those, for now I am going to try using WinRAR on my laptop and get them to just *.tar files and go from there. Hopefully there is nothing I need to worry about there.

Update 4/26/2007

Never mind I figured out it was gzip, or GNU ZIP, and added nearly every GNU tool on the Skunkware CD that I could find just for good measure on our test box.

Update 4/27/2007

I have GCC and the other stuff needed in the test system now. But, really since I taught myself from the Internet and man pages I am kind of at a loss for what to do now. The zlib stuff seems to be header files, so I am assuming they are not going to get compiled, or so GCC tells me. So should they be included in a "make" for openSSH?

Last edited by PinkLemonade; 04-27-2007 at 10:50 AM..
# 4  
Old 04-27-2007
Which release of OpenSSH

As I recall, the zlib stuff is copied into the ssh source directory into a directory called zlib.
Then run make |gmake | and watch for errors, there is lots of output, you may find redirecting it to a file is useful.
When there are no more errors, run "make install".
# 5  
Old 04-27-2007
Okay, maybe I need to learn more about make and its purpose

I am getting the impression that make is a building tool. I get the impression that I put all of the files into a directory that are needed, and then use make or gmake, switching the "cc" to "gcc", and running until no more errors with all of the zlib and openSSL software with the openSSH software in a directory.

The header files are just directives, data structures etc., and they should be included in the directory when the compiling/make happens. I got that out of a SCO programming guide circa 12/10/1991 for SCO System V/386, don't I feel spiffy, that's my docs. (Part number AU01404P001)

Thanks jgt for the advice, I will mess with it on Monday again, I had gotten distracted with Windows virii issues at customers.
# 6  
Old 04-30-2007
Configure make files

Forgot to mention that there is a script called configure in the root directory of the ssh distribution. Run it './configure' and it will run a series of tests to determine which compiler you are using, and which libraries you have available and whether your system is 'big endian' or 'little endian'.

Jack
# 7  
Old 05-01-2007
Java Thanks jgt

I am getting back onto this project for a little while again, interruptions happen constantly, and have installed the development system from the base CD. Hopefully this will work better for me.

All I have to do I think is get this one done and then deploy it. Or at least I hope, if I get this done do you jgt, or anyone else, know if I can just tar the directory and place it into a new system? Or would I have to go through this process everywhere? Now that I think about it all of the system hooks would have to be recreated...would it be something that I could package and load through scoadmin?

I have found a something packaged online already but don't trust it. Has anyone downloaded a complete version that is already finished and packaged?
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Installing OPENSSH 6.2P2 on RHEL 4, 64B failed

make: Leaving directory `/u01/openssh-6.2p2/openbsd-compat' gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -fno-builtin-memset -std=gnu99 -I. -I. -DSSHDIR=\"/usr/local/etc\" - D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\"... (0 Replies)
Discussion started by: scao
0 Replies

2. SCO

Installing sco unix

How I install sco unix 5.02 on hard disk ide. I have cd-rom scsi (1 Reply)
Discussion started by: Terence
1 Replies

3. SCO

Need help installing Bash in SCO

Hi am Running SCO UNIXware 7.1.4 am i cant stand the shell that comes with, i downloaded the source for bash and the uncompressed it. I run the:- ./configure and that went through with no issues I then ran make that also went through fine with no errors. But when i ran make install i got... (1 Reply)
Discussion started by: Han.nlo
1 Replies

4. Solaris

Installing openSSH 3.5p1 on Solaris 5.6

Hello, I have installed OpenSSH_3.5p1 On Solaris 5.6. Specifically, I have installed these packages: OBSDssh-3.5p1-sparc-sun4u-5.6.pkg DJBdaemon-0.76-sparc-sun4u-5.6.pkg ANDIrand-0.7-sparc-sun4u-5.6.pkg All three packages have installed successfully. From this point, I can... (8 Replies)
Discussion started by: chucker8
8 Replies

5. SCO

Problem while installing Unixware 7 SCO

Hi All, I just tried to intall Unix ware SCO version 7 on my computer but when system first boots from the CD The terminal Emulator does not shows texts in correct form; it shows all the text in Obnoxious form which is unable to read. I have ATI Radeon 9000 Graphics card installed on my... (0 Replies)
Discussion started by: monster12
0 Replies

6. SCO

HELP SCO 5.07 and Installing Apache Tomcat 4.01

I need to install Apache TOmcat 4.01 on SCO Openserver 5.07 rather than using the default 4.1.29 version which comes with the original release of 5.07 anyone got any ideas hw to go about this, really struggling having downloaded the source and binariys and getting nowhere fast (0 Replies)
Discussion started by: ccarcher
0 Replies

7. SCO

Installing RMCOBOL on SCO UNIX

Hello there, I have a rather big question, I need to install RMCOBOL on SCO, but i've got absolutely no idea of how to do it, I'm currently installing a server with SCO but the guys forgot to mention that they also wanted the rmcobol thingy... i've been looking on the internet but i cant find a... (1 Reply)
Discussion started by: sx3v1l_1n51de
1 Replies

8. SCO

Installing informix SE at sco 5.0.6

Dear Sir, We are using sco 5.0.6 version. we need to install the informix database standard engine(SE) into this server. Kindly give me detailed instruction of preconfiguration( e.g. path) of sco 5.0.6 server. Kind Regards, Mostafizur Rahman (1 Reply)
Discussion started by: rahmanm
1 Replies

9. UNIX for Dummies Questions & Answers

Installing nic on sco 5.0.5

How do I install an intel nic on sco 5.0.5 it did not detect when i installed the program:confused: (2 Replies)
Discussion started by: recono1
2 Replies

10. UNIX for Dummies Questions & Answers

Problem installing openssh v2.9-p2

I am trying to install openssh v2.9-p2 on Solaris 8. I already installed zlib and openssl, as required in INSTALL file. But when I issue ./configure to configure openssh v2.9-p2 for my platform ( I got the sources), it stops in the folowing message: checking for OpenSSL directory... configure:... (1 Reply)
Discussion started by: htsubamoto
1 Replies
Login or Register to Ask a Question