PlusPack for ASL4 available

Here:

 PlusPack download directory 

Here is the readme:
 Code:

*****************************************************************
PlusPack for ASL 4.xxx
by Tom Kistner aka duncanthrax 2003

*****************************************************************
This package is NOT released nor supported by Astaro Corporation.
    Installing this package may void your support contract.
*****************************************************************

The PlusPack is an add-on to Astaro Security Linux. It contains
GNU software. You can get the sources from ftp.gnu.org.

The PlusPack contains:

- glibc
        - gcc
        - coreutils
        - binutils
        - ncurses
        - wget
        - nano
        - automake
        - autoconf
        - glib
        - libpcap
        - tcpdump

This basic set allows you to compile everything else you need on
the ASL distribution itself.


INSTALLATION
------------

- SCP tarball to your ASL machine (/tmp)

- Login as root

- Unpack the tarball in /var/chroot-report:

  cd /var/chroot-report
  tar xvzf pluspack-asl-4.xxx.tar.gz

- run the setup perl script

  opt/setup.pl

- log out and back in to update the
  environment


USAGE
-----

When compiling things, I heavily recommend to call ./configure
with a prefix of "/opt", like this:

./configure --prefix=/opt [other options]

This will make sure that no system files will get overwritten
on installation.

There is an exception from this rule: If you compile libraries,
you may have to install them to / (root), because not all
binaries correctly use the dynamic linker, but instead blindly
look for .so files in /lib or /usr/lib.

Enjoy,

/tom kistner  May 2003
 

 

regards,

/tom
  
Parents
  • Thats great! any chance in getting the following with the Plus Pack as well:
    version.h
    autoconf.h

    Thanks   
  • Hi All,

    Never mind, I am assuming that the file /opt/src/linux/config/kernel is the current .config for the running kernel. I can use this to generate the files.

    Thanks,
    Serge  
  • I am a little confused when I download the software it downloads as pluspack-asl-4.xxx.tar.tar through Internet Explorer and when I download it through Netscape it downloads it as pluspack-asl-4.xxx.tar.gz.tar. When I expand it into the /var/chroot-report dir. it expands the whole file when I extract it on my Windows machine it expands a single 455mb file pluspack-asl-4.xxx.tar.gz.  If I run the setup.pl  file it blows away the su password leaving the firewall messed up on a reboot.  What am I doing wrong, I am somewhat familier with tar but it seems as if something is wrong either with the file or a problem between the keyboard and the chair.  I think some of us need a little more guidance than what the Readme tells us step by step would be a plus.  I really don't want the pluspack just tcpdump is there another way of installing it?

    Thanks
    Buddy Edwards   
Reply
  • I am a little confused when I download the software it downloads as pluspack-asl-4.xxx.tar.tar through Internet Explorer and when I download it through Netscape it downloads it as pluspack-asl-4.xxx.tar.gz.tar. When I expand it into the /var/chroot-report dir. it expands the whole file when I extract it on my Windows machine it expands a single 455mb file pluspack-asl-4.xxx.tar.gz.  If I run the setup.pl  file it blows away the su password leaving the firewall messed up on a reboot.  What am I doing wrong, I am somewhat familier with tar but it seems as if something is wrong either with the file or a problem between the keyboard and the chair.  I think some of us need a little more guidance than what the Readme tells us step by step would be a plus.  I really don't want the pluspack just tcpdump is there another way of installing it?

    Thanks
    Buddy Edwards   
Children