Results 1 to 10 of 10

Thread: HowTo: Install Peer Guardian for Linux

  1. #1
    Join Date
    Jan 2005
    Beans
    222
    1.) You'll need to install the following packages:

    Code:
    sudo apt-get install libncurses5-dev iptables-dev checkinstall automake1.9 texinfo
    2.) Then, go here and grab the latest linux version, currently "pglinux-1.5beta.tar.gz", near the bottom of the list of files there. (*Note: These instructions may not apply to future versions of pglinux, but as of the time of this post, they do.)

    3.) Extract it somewhere in our home directory, then in a terminal cd to that location.

    4.) Now we must edit the configure file:

    Code:
    gedit configure
    Go to line 1316 and change am__api_version="1.4" to am__api_version="1.9", then save and exit.

    5.) Run configure:

    Code:
    ./configure
    6.) Then edit the makefile:

    Code:
    gedit Makefile
    Go to line 80 and change mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs to mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs, then save and exit.

    7.) Run make:

    Code:
    make
    8.) Run checkinstall:

    Code:
    sudo checkinstall
    You should be done now! The rest is optional:

    When checkinstall completes, the newly created package will be installed. It will also have put a file called "pglinux-1.5beta_1.5beta-1_i386.deb" inside the current directory. You may wish to rename this and change it's permissions:

    Code:
    sudo chown your_username_here pglinux-1.5beta_1.5beta-1_i386.deb
    then
    Code:
    mv pglinux-1.5beta_1.5beta-1_i386.deb pglinux-1.5beta-1_i386.deb
    Now the filename for the package is proper, plus you can move it around as a normal user. I suggest storing it somewhere you keep backup files so that you can install it again later with dpkg thus avoiding going through all the above steps.

    For instance, if you fresh install breezy again one day, you need only do step one of this guide, then use dpkg on your backed-up peer guardian package:
    Code:
    sudo dpkg -i /path/to/package/pglinux-1.5beta-1_i386.deb
    ...

  2. #2
    Join Date
    Oct 2005
    Beans
    33

    Re: HowTo: Install Peer Guardian for Linux

    Cheers for the how to but i am having problems with make. My error i this

    richie@ubuntu:~/pglinux-1.5beta$ make
    cd . && automake-1.9 --gnu Makefile
    configure.ac:6: version mismatch. This is Automake 1.9.5,
    configure.ac:6: but the definition used by this AM_INIT_AUTOMAKE
    configure.ac:6: comes from Automake 1.4-p6. You should recreate
    configure.ac:6: aclocal.m4 with aclocal and run automake again.
    Makefile.am: required file `./depcomp' not found
    /usr/share/automake-1.9/am/depend2.am: am__fastdepCXX does not appear in AM_CONDITIONAL
    /usr/share/automake-1.9/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
    make: *** [Makefile.in] Error 63
    richie@ubuntu:~/pglinux-1.5beta$

    I have tried reverting back to auto make 1.4 and it didn't work either. Could you help me at all? As I used to use this in windows.
    Micro$oft I fart in your general direction!!!

  3. #3
    Join Date
    Oct 2005
    Beans
    109

    Re: HowTo: Install Peer Guardian for Linux

    Same problem.
    EDIT: Solved it by just getting automake and not changing the configure file. Everything else is same though.
    Last edited by no1wantdthisname; December 1st, 2005 at 02:38 AM.

  4. #4
    Join Date
    Jan 2005
    Beans
    222

    Re: HowTo: Install Peer Guardian for Linux

    People may also find this different method howto useful:
    http://ubuntuforums.org/showthread.php?t=95793
    I didn't see it because I spelled guardian wrong In my search before I posted this.
    Last edited by Arktis; December 1st, 2005 at 03:58 AM.
    ...

  5. #5
    Join Date
    Aug 2005
    Beans
    174

    Re: HowTo: Install Peer Guardian for Linux

    Can i ask, what does it show when you do a scan at sygate's site?

    http://scan.sygatetech.com/prestealthscan.html

  6. #6
    Join Date
    Jan 2006
    Beans
    30

    Re: HowTo: Install Peer Guardian for Linux

    Quote Originally Posted by no1wantdthisname View Post
    Same problem.
    EDIT: Solved it by just getting automake and not changing the configure file. Everything else is same though.
    What do you mean by this? i dont understand sorry, only just got linux. I got stuck at the same part.

  7. #7
    Join Date
    Jan 2006
    Beans
    30

    Re: HowTo: Install Peer Guardian for Linux

    Great help

  8. #8
    Join Date
    Jan 2006
    Beans
    30

    Re: HowTo: Install Peer Guardian for Linux

    bump

  9. #9
    Join Date
    Jan 2006
    Beans
    201
    Distro
    Ubuntu 6.06

    Re: HowTo: Install Peer Guardian for Linux

    thanks alot man.. good good good lookz
    www.nodemise.com/forums
    hacking, linux, windows, forum ==--private--== check it out

  10. #10
    Join Date
    Feb 2006
    Beans
    28
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: HowTo: Install Peer Guardian for Linux

    I get this error when I try to run checkinstall. Any ideas on what I'm doing wrong?

    Code:
    dpkg: error processing /home/machinebucket/Desktop/pglinux-1.5beta/pglinux-1.5beta_1.5beta-1_x86_64.deb (--install):
     package architecture (x86_64) does not match system (amd64)
    Errors were encountered while processing:
     /home/machinebucket/Desktop/pglinux-1.5beta/pglinux-1.5beta_1.5beta-1_x86_64.deb
    Thanks.

    EDIT: I got it working by changing the architecture during checkinstall from x86_64 to amd64.
    Last edited by MachineBucket; August 23rd, 2006 at 01:54 PM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •