Results 1 to 10 of 11
hello everyone
i wanna install wireshark on fedora core 8
can u please tell me how can i install and also all the dependencies.
regards...
- 03-12-2009 #1
how to install wireshark on fedora core 8
hello everyone
i wanna install wireshark on fedora core 8
can u please tell me how can i install and also all the dependencies.
regardsLinux is basically a simple operating system, but you have to be a genious to understand the simplicaity - Dennis Ritchie
- 03-12-2009 #2
Have you tried using the package manager?
Code:sudo yum install wireshark
Registered Linux user #388328 || Registered LFS user #15880
AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
Need instant help? Try us on IRC -- #linuxforums on freenode
- 03-12-2009 #3
i am getting following error
PHP Code:setting up Install Process
Parsing package install arguments
No Package wireshark available
Nothing to do
Linux is basically a simple operating system, but you have to be a genious to understand the simplicaity - Dennis Ritchie
- 03-13-2009 #4
Weird. I don't understand that. Try this,
Also, try the following ,Code:yum search wireshark
Code:yum install wireshark-gnome
Registered Linux user #388328 || Registered LFS user #15880
AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
Need instant help? Try us on IRC -- #linuxforums on freenode
- 03-13-2009 #5
on executing
i am getting following erroryum install wireshark-gnome
on executingi am getting this error
setting up Install Process
Parsing package install arguments
No Package wireshark available
Nothing to do
i am gettingyum search wireshark
No matches foundLinux is basically a simple operating system, but you have to be a genious to understand the simplicaity - Dennis Ritchie
- 03-13-2009 #6
Visit this website
https://admin.fedoraproject.org/pkgd...eshark#Fedora8
may be can help you!
my english is bad!
don't know can help on busy!
- 03-13-2009 #7Just Joined!
- Join Date
- Mar 2009
- Posts
- 35
try with opensource code from
wget http://media-2.cacetech.com/wireshar...-1.0.6.tar.bz2
tar -xjvf wireshark-1.0.6.tar.bz2
cd wireshark-1.0.6
./configure
make
make install
- 03-13-2009 #8
i downloaded the code and cd to diectory wireshark-1.0.5
when i issue ./configure
and issuing make command gives*** Could not run GTK+ test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GTK+ is incorrectly installed.
Configure: error: GTK+ isnt available, so Wireshark cant be comipled
make: *** No targets specified and no makefile found. Stop.Linux is basically a simple operating system, but you have to be a genious to understand the simplicaity - Dennis Ritchie
- 03-14-2009 #9
hay Fantaman where are u man
Linux is basically a simple operating system, but you have to be a genious to understand the simplicaity - Dennis Ritchie
- 03-14-2009 #10
It looks like you need to install GTK
This usually means GTK+ is incorrectly installed.
Configure: error: GTK+ isnt available, so Wireshark cant be compiledI do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.


Reply With Quote