VM OpenEdition Ported Packages


    Packages to Download


    General Notes

    The archive files are in a format similar to that you would find on the VM packages page: i.e. a VMARC file containing:

    • <package> ABSTRACT
    • <package> DESCRIPT
    • <package> TAR

    The TAR files are usually GZIP compressed so you will need the GZIP package first (which is not GZIPped!!).

    The archives contain both source, object, and executable code. However, in some cases the object code has been created using the hwopts(string) compiler option. Therefore, you will have to have the string assist instructions on your processor. You'll soon tell if you have it or not by attempting to execute the programs which use it.

    In most cases you should not have to run the auto-configurator programs that come along with most of these packages as the configuration files have already been built. If you do run it you will probably have to manually alter files such as Makefile and config.h.

    Neale Ferguson

    Note: I strongly suggest you install the following packages in this order:

    1. LIBXPG4
    2. GNUMAKE
    3. GZIP
    4. SYSLOGD
    5. INETD

    These packages will allow you to build and run all the others. If you are going to modify code then RCS should also be amongst the first.


    Porting Progress

    Here's what I am or have been working on recently:

    1. SAMBA Version 2;
    2. Perl 5.005 - the latest with thread support: now passes 85% of regression tests (I should be able to hit 95%). The VM changes have been accepted into the _53 level of the language;
    3. Patch - utility to take a diff file and apply it to source code;
    4. byacc - a yacc substitute (perl5 needed so I had to port it);
    5. Samba - continuing to improve nmbd and domain logon processing;
    6. hostname - simple command to return host name of VM system;
    7. domainname - simple command to return domain name of VM system.

    Packages


    Package Description
      GZIP VMARC   GNU zip/unzip for VM/OpenEdition. File is compressed TAR. After extracting TAR file place in BFS: OPENVM PUTBFS GZIP TAR A /path (BFSLINE NONE Then use pax -x tar -rzf gzip.tar to unbundle.

    See "GZIP README" for more information.  

      GNUMAKE VMARC   GNU make for VM/OpenEdition. File is compressed TAR. After extracting TAR file place in BFS: OPENVM PUTBFS GNUMAKE TAR A /path/gnumake.tar.gz (BFSLINE NONE Then use gunzip gnumake.tar.gz to uncompress then use pax -x tar -rf gnumake.tar to unbundle.

    See "GNUMAKE README" for more information.  

      RCS VMARC   RCS for VM/OpenEdition. File is compressed TAR. After extracting TAR file place in BFS: OPENVM PUTBFS RCS TAR A /path/rcs.tar.gz (BFSLINE NONE Then use gunzip rcs.tar.gz to uncompress then use pax -x tar -rf rcs.tar to unbundle.

    See "RCS README" for more information.  

      GNUDIFF VMARC   GNUDiff for VM/OpenEdition for use with RCS package. File is compressed TAR. After extracting TAR file place in BFS: OPENVM PUTBFS GNUDIFF TAR A /path/gnudiff.tar.gz (BFSLINE NONE Then use gunzip gnudiff.tar.gz to uncompress then use pax -x tar -rf gnudiff.tar to unbundle.

    See "GNUDIFF README" for more information.  

      DCRON VMARC   CRON/CRONTAB for VM/OpenEdition. File is compressed TAR. After extracting PAX file place in BFS: OPENVM PUTBFS DCRON TAR A /path/dcron.tar.gz (BFSLINE NONE Then use gunzip dcron.tar.gz to uncompress then use pax -rf dcron.tar to unbundle.

    See "DCRON README" for more information.  

      GDBM VMARC   GNU DBM for VM/OpenEdition. File is compressed TAR. After extracting PAX file place in BFS: OPENVM PUTBFS GDBM TAR A /path/gdbm.tar.gz (BFSLINE NONE Then use gunzip gdbm.tar.gz to uncompress then use pax -rf gdbm.tar to unbundle.

    See "GDBM README" for more information.  

      LIBXPG4 VMARC   Miscellaneous XPG4 APIs for VM/OE. Some of these functions are now in the base of VM/ESA 2.3.0 so can be ignored. File is compressed TAR. After extracting PAX file place in BFS: OPENVM PUTBFS LIBXPG4 TAR A /path/libxpg4.tar.gz (BFSLINE NONE Then use gunzip libxpg4.tar.gz to uncompress then use pax -rf libxpg4.tar to unbundle.

    See "LIBXPG4" for more information.  

      SYSLOGD VMARC   SYSLOG Daemon for VM/OE. File is compressed TAR. After extracting PAX file place in BFS: OPENVM PUTBFS SYSLOGD TAR A /path/syslogd.tar.gz (BFSLINE NONE Then use gunzip syslogd.tar.gz to uncompress then use pax -rf syslogd.tar to unbundle.

    See "SYSLOG Daemon" for more information.  

      LDAP VMARC   LDAP Suite of programs for VM/OpenEdition. File is compressed TAR. After extracting PAX file place in BFS: OPENVM PUTBFS LDAP TAR A /path/ldap.tar.gz (BFSLINE NONE Then use gunzip ldap.tar.gz to uncompress then use pax -rf ldap.tar to unbundle.

    See "LDAP Suite" for more information.  

      REGINA VMARC   Regina - UNIX REXX for VM/OpenEdition. File is compressed TAR. After extracting PAX file place in BFS: OPENVM PUTBFS REGINA TAR A /path/Regina.tar.gz (BFSLINE NONE Then use gunzip Regina.tar.gz to uncompress then use pax -rf Regina.tar to unbundle.

    See "Regina" for more information.  

      IRCD VMARC   IRCD - Internet Relay Chat for VM/OpenEdition. File is compressed TAR. After extracting PAX file place in BFS: OPENVM PUTBFS IRCD TAR A /path/ircd.tar.gz (BFSLINE NONE Then use gunzip ircd.tar.gz to uncompress then use pax -rf ircd.tar to unbundle.

    See "IRCD" for more information.  

      INETD VMARC   INETD - Internet Super Daemon for VM/OpenEdition. File is compressed TAR. After extracting PAX file place in BFS: OPENVM PUTBFS INETD TAR A /path/inetd.tar.gz (BFSLINE NONE Then use gunzip inetd.tar.gz to uncompress then use pax -rf inetd.tar to unbundle.

    See "INETD" for more information.  

      SAMBA VMARC   SAMBA - Samba for VM/OpenEdition. File is compressed TAR. After extracting PAX file place in BFS: OPENVM PUTBFS INETD TAR A /path/samba.tar.gz (BFSLINE NONE Then use gunzip samba.tar.gz to uncompress then use pax -rf samba.tar to unbundle.

    See "Samba" for more information.

    Note: A refresh of this package will be available soon with enhanced (i.e. working!) NMB support.  

      PERL VMARC   PERL - Perl-5.004.03 for VM/OpenEdition. File is compressed TAR. After extracting PAX file place in BFS: OPENVM PUTBFS DAYTIME TAR A /path/perl.tar.gz (BFSLINE NONE Then use gunzip perl.tar.gz to uncompress then use pax -rf perl.tar to unbundle.

    See "PERL Information" for more information.  

      DAYTIME VMARC   DAYTIME - RFC867 and RFC868 - for VM/OpenEdition. File is compressed TAR. After extracting PAX file place in BFS: OPENVM PUTBFS DAYTIME TAR A /path/daytime.tar.gz (BFSLINE NONE Then use gunzip daytime.tar.gz to uncompress then use pax -rf daytime.tar to unbundle.

    See "daytimed" for more information.  

      JACORB VMARC   JacORB - Java-based CORBA implementation. File is compressed TAR. After extracting PAX file place in BFS: OPENVM PUTBFS JACORB TAR A /path/JacORB.tar.gz (BFSLINE NONE Then use gunzip JacORB.tar.gz to uncompress then use pax -rf JacORB.tar to unbundle.

    See "JacORB" for more information.  

      APACHE VMARC   Apache - 1.3.6 version of the world's most popular webserver. File is compressed TAR. After extracting PAX file place in BFS: OPENVM PUTBFS APACHE TAR A /path/apache_1.3.6.tar.gz (BFSLINE NONE Then use gunzip apache_1.3.6.tar.gz to uncompress then use pax -rf apache_1.3.6.tar to unbundle.

    See "Apache" for more information.  

      INND VMARC   INND 1-5.1 version of Internet News daemon. File is compressed TAR. After extracting PAX file place in BFS: OPENVM PUTBFS INND TAR A /path/innd-1.5.1.tar.gz (BFSLINE NONE Then use gunzip innd-1.5.1.tar.gz to uncompress then use pax -rf innd-1.5.1.tar to unbundle.

    See "INND - Internet News" for more information.  

      ANALOG VMARC    Analog is a program that takes the logs from web servers and analyzes them for various types of content.

    To unpack the archive you will need the VMARC program, downloadable from the IBM VM website at http://vmdev.gpl.ibm.com/download/. Instructions for downloading it are on that page.

    Download the ANALOG VMARC file from the webserver and upload it to your VM system using a BINARY upload. Then access an installation or T-disk as E and do

    PIPE < ANALOG VMARC A | fblock 80 00 | > ANALOG VMARC E
    
    and then decompress the VMARC file by doing
    VMARC UNPK ANALOG VMARC E * * E
    

    If the unpack is successful, you can discard ANALOG VMARC A. Then follow the instructions in the file README INSTALL.  


    [ Top of Page | Previous Page | Next Page | Table of Contents ]