Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GTK: Not Opening #89

Open
Maggin16 opened this issue Dec 24, 2023 · 8 comments
Open

GTK: Not Opening #89

Maggin16 opened this issue Dec 24, 2023 · 8 comments

Comments

@Maggin16
Copy link

It's giving an error like this '' Hmmm... it seems that you don't have gtk support or Yersinia has been configured with --disable-gtk option... Go and get it!!
What should I do

@eser1984
Copy link

eser1984 commented Feb 4, 2024

+1

@Dcyyr
Copy link

Dcyyr commented Feb 6, 2024

same

@alecclyde
Copy link

Current workaround (still get some errors, but the Yersinia runs):

git clone https://github.com/tomac/yersinia /opt/yersinia
apt install autoconf libgtk-3-dev libnet1-dev libgtk2.0-dev
cd /opt/yersinia
./autogen.sh
./configure
make
make install

then it should run. Look for errors throughout each configure or autogen command run for packages it tells you are missing.

@0skull
Copy link

0skull commented Feb 26, 2024

@alecclyde you forget libpcap-dev in this line

apt install autoconf libgtk-3-dev libnet1-dev libgtk2.0-dev libpcap-dev

@ThatIdiotSid
Copy link

Just as a heads up, the listed workaround does result in xz-utils 5.6.1 and liblzma 5.6.1 being auto-installed as dependencies in Kali as of 4/3/2024.

@luoluo13
Copy link

luoluo13 commented Jul 7, 2024

same

@luoluo13
Copy link

luoluo13 commented Jul 7, 2024

Current workaround (still get some errors, but the Yersinia runs):

git clone https://github.com/tomac/yersinia /opt/yersinia
apt install autoconf libgtk-3-dev libnet1-dev libgtk2.0-dev
cd /opt/yersinia
./autogen.sh
./configure
make
make install

then it should run. Look for errors throughout each configure or autogen command run for packages it tells you are missing.

but it still error like the header said..... :(

@NILS-IT-OT-SEC
Copy link

NILS-IT-OT-SEC commented Aug 19, 2024

you forgot to add --with-gtk...

git clone https://github.com/tomac/yersinia /opt/yersinia
apt install autoconf libgtk-3-dev libnet1-dev libgtk2.0-dev libpcap-dev -y
cd /opt/yersinia
./autogen.sh
./configure --with-gtk
make
make install

Current workaround (still get some errors, but the Yersinia runs):

git clone https://github.com/tomac/yersinia /opt/yersinia
apt install autoconf libgtk-3-dev libnet1-dev libgtk2.0-dev
cd /opt/yersinia
./autogen.sh
./configure
make
make install

then it should run. Look for errors throughout each configure or autogen command run for packages it tells you are missing.

but it still error like the header said..... :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants