Download and Install chkrootkit version 0.48 on Mac OS X
Friday the 8th of August, 2008

    chkrootkit  most recent diff


      View the most recent changes for the chkrootkit port at: chkrootkit.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for chkrootkit.
      The raw portfile for chkrootkit 0.48 is located here:
      http://chkrootkit.darwinports.com/dports/sysutils/chkrootkit/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/chkrootkit
      Google
      Web Darwinports.com



      # $Id: Portfile 34279 2008-02-20 19:27:41Z raimue macports.org $

      PortSystem 1.0
      Name: chkrootkit
      Version: 0.48
      Category: sysutils
      Maintainers: nomaintainer
      Description: chkrootkit is a tool to locally check for signs of a rootkit
      Long Description: chkrootkit is a tool to locally check for signs of a rootkit.
      Homepage: http://www.chkrootkit.org/
      master_sites ftp://ftp.pangeia.com.br/pub/seg/pac/
      checksums md5 de8b8b5013e7faa2b66c0e33c59677e8 sha1 edbaf062a78f4210a7dbe9ef935cb86d12695d91 rmd160 4ab07d02dd9c366b32383d84a339ef72cd4e6703
      worksrcdir ${name}-${version}

      patchfiles patch-Makefile

      configure { }

      build.cmd { make sense }

      destroot {
      xinstall -m 755 -c ${worksrcpath}/check_wtmpx ${destroot}${prefix}/bin
      xinstall -m 755 -c ${worksrcpath}/chkdirs ${destroot}${prefix}/bin
      xinstall -m 755 -c ${worksrcpath}/chklastlog ${destroot}${prefix}/bin
      xinstall -m 755 -c ${worksrcpath}/chkproc ${destroot}${prefix}/bin
      xinstall -m 755 -c ${worksrcpath}/chkrootkit ${destroot}${prefix}/bin
      xinstall -m 755 -c ${worksrcpath}/chkutmp ${destroot}${prefix}/bin
      xinstall -m 755 -c ${worksrcpath}/chkwtmp ${destroot}${prefix}/bin
      xinstall -m 755 -c ${worksrcpath}/ifpromisc ${destroot}${prefix}/bin
      xinstall -m 755 -c ${worksrcpath}/strings-static ${destroot}${prefix}/bin

      xinstall -m 755 -d ${destroot}${prefix}/share/doc/chkrootkit

      xinstall -m 644 -c ${worksrcpath}/ACKNOWLEDGMENTS ${destroot}${prefix}/share/doc/chkrootkit
      xinstall -m 644 -c ${worksrcpath}/COPYRIGHT ${destroot}${prefix}/share/doc/chkrootkit
      xinstall -m 644 -c ${worksrcpath}/README ${destroot}${prefix}/share/doc/chkrootkit
      xinstall -m 644 -c ${worksrcpath}/README.chklastlog ${destroot}${prefix}/share/doc/chkrootkit
      xinstall -m 644 -c ${worksrcpath}/README.chkwtmp ${destroot}${prefix}/share/doc/chkrootkit
      }

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/chkrootkit
      % sudo port install chkrootkit
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching chkrootkit
      ---> Verifying checksum for chkrootkit
      ---> Extracting chkrootkit
      ---> Configuring chkrootkit
      ---> Building chkrootkit with target all
      ---> Staging chkrootkit into destroot
      ---> Installing chkrootkit
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using chkrootkit with these commands:
      %  man chkrootkit
      % apropos chkrootkit
      % which chkrootkit
      % locate chkrootkit

     Where to find more information:

    Darwin Ports



    image test