Announcement

Collapse
No announcement yet.

Help for iplist installation?

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Help for iplist installation?

    Hi!

    Any help with iplist installation?

    This page http://iplist.sourceforge.net/download.html, indicates java v.6, libnfnetlink0 and libnetfilter-queue1 as requirements, so I installed them.
    So far, so good.

    From this page
    http://iplist.sourceforge.net/documentation.html trying
    Code:
    aptitude install prerequisites
    , returns that there aren't such packages.

    Giving at konsole (with kdesu)
    Code:
    dpkg -i ./iplist*.deb
    , was a failure as well!


    Ehm...Any hints available?
    Speak "Friend" and enter, or...

    #2
    Re: Help for iplist installation?

    The site says
    aptitude install prerequisites
    Note that the word prerequisites is in italics. The word "prerequisites" is not meant to be in the command, it is meant to be substituted by the apps which are prerequisites e.g
    aptitude install libnfnetlink0
    -So if you have already installed libnfnetlink0 you have no need to use the command.

    I think that the command
    dpkg -i ./iplist*.deb
    should be a sudo rather than a kdesu e.g.
    sudo dpkg -i ./iplist*.deb
    The problem I see, because it is a bit beyond me, is "iplist requires a 2.6.14 kernel or later with the option CONFIG_NETFILTER_XT_TARGET_NFQUEUE enabled (module or build-in)"
    "A problem well stated is a problem half solved." --Charles F. Kettering
    "Sometimes the questions are complicated and the answers are simple."--Dr. Seuss

    Comment


      #3
      Re: Help for iplist installation?

      Originally posted by arochester
      I think that the command
      dpkg -i ./iplist*.deb
      should be a sudo rather than a kdesu e.g.
      sudo dpkg -i ./iplist*.deb

      THANKS arochester!!!

      sudo has done the trick!!!
      8)
      Speak "Friend" and enter, or...

      Comment


        #4
        Re: Help for iplist installation?

        Originally posted by arochester
        The site says
        aptitude install prerequisites
        Note that the word prerequisites is in italics. The word "prerequisites" is not meant to be in the command, it is meant to be substituted by the apps which are prerequisites e.g
        aptitude install libnfnetlink0
        -So if you have already installed libnfnetlink0 you have no need to use the command.

        I think that the command
        dpkg -i ./iplist*.deb
        should be a sudo rather than a kdesu e.g.
        sudo dpkg -i ./iplist*.deb
        The problem I see, because it is a bit beyond me, is "iplist requires a 2.6.14 kernel or later with the option CONFIG_NETFILTER_XT_TARGET_NFQUEUE enabled (module or build-in)"

        Hi!

        Was someone able to install it on amd64 distribution?
        I just moved from hardy x86 -> hardy amd64 and although the rest of software installed as expected, I wasn't able to install iplist!

        Prerequisites installed easy enough, but the hardy64 deb package, is giving me the "no such package" error.

        Maybe was someone else to install it on intrepid?
        Is upgrading to intrepid a possible solution?

        I hate installing the 32bit release again, only for iplist to work
        .



        [SOLVED]

        gdebi-gtk has done the trick!
        Speak "Friend" and enter, or...

        Comment

        Working...
        X