Results 1 to 3 of 3
I have been trying to install yersina in Suse 10.3. I keep getting this error, but I dont understand what it means-
Code:
Linux:~/yersinia-0.7.1 # make
Making all in src
...
- 05-16-2008 #1Just Joined!
- Join Date
- Apr 2005
- Posts
- 26
Problem compiling yersina in 10.3
I have been trying to install yersina in Suse 10.3. I keep getting this error, but I dont understand what it means-
Code:Linux:~/yersinia-0.7.1 # make Making all in src make[1]: Entering directory `/root/yersinia-0.7.1/src' make all-am make[2]: Entering directory `/root/yersinia-0.7.1/src' gcc `/usr/bin/libnet-config --defines` -DHAVE_CONFIG_H -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local//locale"\" -I. -I. -I. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -O3 -Wall -g -c terminal.c terminal.c: In function ‘term_destroy’: terminal.c:193: error: ‘struct terminals’ has no member named ‘gui_th’ make[2]: *** [terminal.o] Error 1 make[2]: Leaving directory `/root/yersinia-0.7.1/src' make[1]: *** [all] Error 2 make[1]: Leaving directory `/root/yersinia-0.7.1/src' make: *** [all-recursive] Error 1
- 05-16-2008 #2Linux Guru
- Join Date
- Nov 2007
- Posts
- 1,695
Looks like this is the same issue.
You can install the ncurses-dev package and try it again, or else apply the patch mentioned at the bottom and try it.
- 05-16-2008 #3Just Joined!
- Join Date
- Apr 2005
- Posts
- 26
Works like a champ after adding ncurses-dev. Thanks for the help.


Reply With Quote