01-17-2008
You can download the installation cd image file from SCO's web site, and when the installation procedure asks for the serial number etc. just press F8 and a license good for thirty days will be used.
10 More Discussions You Might Find Interesting
1. UNIX for Dummies Questions & Answers
I'm new to the whole Unix thing and have inherited a network running Macs, Windows 2000 and Unix. The Unix side is very suspect at this point and I want to change out the server.
I'd love to use one of the new Apple servers but can't find any info on what "flavors" of Unix it will run. Specificly... (3 Replies)
Discussion started by: matthewd
3 Replies
2. UNIX for Advanced & Expert Users
I'm in the process of installing SCO Open Server 5.05 on the following platform:
Hardware:
IBM 300PL
64 MB RAM
Yamaha 16/4/16 CDRW (Internal defined on SCSI ID 3 LUN 0)
I'm able to boot from the CD and advance to the Installation screen but when it asks for where the media source will... (3 Replies)
Discussion started by: budrito
3 Replies
3. SCO
Dear All,
I am considering installing SCO Open Server as an alternative to MS Exchange. Has anybody had any real world experience of using Open Office?
Thanks,
TC. (1 Reply)
Discussion started by: TCuk
1 Replies
4. SCO
How can I to know procesor type. (1 Reply)
Discussion started by: Batya
1 Replies
5. SCO
Hi,
in our business we have a formerly (few years ago) installed computer with an openserver SCO 5.05
there are 3 network cards in it. one on board and two 3Com-cards
Looking with ifconfig (or scoadmin) they seemed to be installed correctly.
IP-Adress, netmask broadcas looks OK.
But no... (3 Replies)
Discussion started by: klex
3 Replies
6. Programming
If only SCO UNIX was as easy as Debian :mad:
I intend to compile some c scripts but realized that I hadn't installed GCC on my SCO UNIX, after trying to install the package from a CD (Development Kit) and failing (Something to do with the License) ... I decided to download a Media image from... (2 Replies)
Discussion started by: itmon
2 Replies
7. SCO
Hi,
Completely new to UNIX - so be gentle
Cut a long story short, we have a micros 8700 system (eclipse) that needs the Micros 8700 software installed.
The system needs UNIX and I have downloaded and successfully installed SCO open Server 6 and can log into root e.t.c.
Now I have... (13 Replies)
Discussion started by: kennyruss
13 Replies
8. UNIX for Advanced & Expert Users
=========================================================
Errrr previously post: https://www.unix.com/sco/140055-sco-open-server-6-system-halt.html
Then I think it's better to post here. If I wrong, please ignore.
=========================================================
Dear All,
Newbie... (1 Reply)
Discussion started by: virgani
1 Replies
9. SCO
Dear All,
Newbie here, hope my post goes to the correct room.
System: SCO Open Server 6.0
Everything running well, after this Sunday morning noone can login via telnet or via putty, the system suddenly reject without any message (and also ftp). The local IT Support there (without enough... (2 Replies)
Discussion started by: virgani
2 Replies
10. UNIX for Advanced & Expert Users
Hi my name is Danilo.
I'm trying to install Sco foxbase + 2.1.2d. When i tried to install it with "custom" command, i receive the error:
"sed: cannot open: ./tmp/perms/prep/*/prep.message: No such file or directory (error 2)
The Operative System is Sco Open Server 5.0.7v (the virtualized version... (1 Reply)
Discussion started by: danilosevilla
1 Replies
LEARN ABOUT MOJAVE
perlivp5.18
PERLIVP(1) Perl Programmers Reference Guide PERLIVP(1)
NAME
perlivp - Perl Installation Verification Procedure
SYNOPSIS
perlivp [-p] [-v] [-h]
DESCRIPTION
The perlivp program is set up at Perl source code build time to test the Perl version it was built under. It can be used after running:
make install
(or your platform's equivalent procedure) to verify that perl and its libraries have been installed correctly. A correct installation is
verified by output that looks like:
ok 1
ok 2
etc.
OPTIONS
-h help
Prints out a brief help message.
-p print preface
Gives a description of each test prior to performing it.
-v verbose
Gives more detailed information about each test, after it has been performed. Note that any failed tests ought to print out some
extra information whether or not -v is thrown.
DIAGNOSTICS
o print "# Perl binary '$perlpath' does not appear executable.
";
Likely to occur for a perl binary that was not properly installed. Correct by conducting a proper installation.
o print "# Perl version '$]' installed, expected $ivp_VERSION.
";
Likely to occur for a perl that was not properly installed. Correct by conducting a proper installation.
o print "# Perl @INC directory '$_' does not appear to exist.
";
Likely to occur for a perl library tree that was not properly installed. Correct by conducting a proper installation.
o print "# Needed module '$_' does not appear to be properly installed.
";
One of the two modules that is used by perlivp was not present in the installation. This is a serious error since it adversely affects
perlivp's ability to function. You may be able to correct this by performing a proper perl installation.
o print "# Required module '$_' does not appear to be properly installed.
";
An attempt to "eval "require $module"" failed, even though the list of extensions indicated that it should succeed. Correct by
conducting a proper installation.
o print "# Unnecessary module 'bLuRfle' appears to be installed.
";
This test not coming out ok could indicate that you have in fact installed a bLuRfle.pm module or that the "eval " require
"$module_name.pm"; "" test may give misleading results with your installation of perl. If yours is the latter case then please let
the author know.
o print "# file",+($#missing == 0) ? '' : 's'," missing from installation:
";
One or more files turned up missing according to a run of "ExtUtils::Installed -> validate()" over your installation. Correct by
conducting a proper installation.
For further information on how to conduct a proper installation consult the INSTALL file that comes with the perl source and the README
file for your platform.
AUTHOR
Peter Prymmer
perl v5.18.2 2018-08-17 PERLIVP(1)