Yersinia : patch to compile under openSUSE (11.1)

Yet another post in the series of compilation failures due to unexpected libraries paths.

This time, it is about Yersinia and the ncurses library. I made the following yersinia-opensuse11.1 patch which should work for openSUSE 11.1 and maybe other versions or distros.

Related posts:

  1. Compilation of PackETH on openSUSE
  2. Compile Hping on OpenSuse (and maybe others…)
  3. openSUSE kernel sources : patching against sock_sendpage() NULL Pointer Dereference vulnerability
  4. No Nessus gui client and limited support of the server for openSUSE
  5. openSUSE 11.1

Comments 3

  1. rotyyu wrote:

    How to apply this patch, because I always get this
    patch: **** Only garbage was found in the patch input.
    error message when trying to apply it using command
    patch -u -p0 > yersinia-opensuse11.1.patch

    Posted 10 Sep 2009 at 2:23 pm
  2. JC wrote:

    You have a typo (>), and you should not use “-u” for this patch format.

    So, just :
    patch -p0 < yersinia-opensuse11.1.patch

    Posted 10 Sep 2009 at 3:02 pm
  3. Nacho Colunga wrote:

    Thanks for the patch, i was getting crazy compiling yersinia.

    Great work.

    Posted 21 Sep 2009 at 2:15 pm

Post a Comment

Your email is never published nor shared. Required fields are marked *