LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-03-2008, 03:45 AM   #1
Linuxfan0001
Member
 
Registered: Apr 2008
Posts: 47

Rep: Reputation: 15
can anyone please provide me with the link to wireshark rpm for Redhat Linux


hi
I know nothing about wireshark so i wanted to install it on my linux machine and study its functionality but i am not able find the link to the same.. I tried to install the rpms that i got on www.rpm.pbone.net but was not successful..
I have already tried steps in the user guide of wireshark but it keeps on giving dependecies error and i am not getting the rpms it requires on net...
anyone who does knows link and installation steps please do let me know
Thanks

Last edited by Linuxfan0001; 04-03-2008 at 03:49 AM.
 
Old 04-03-2008, 04:00 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
the pbone rpm's look just fine to me. you'd need the equivalent centos packages form there of course...
 
Old 04-03-2008, 04:05 AM   #3
bigrigdriver
LQ Addict
 
Registered: Jul 2002
Location: East Centra Illinois, USA
Distribution: Debian stable
Posts: 5,908

Rep: Reputation: 356Reputation: 356Reputation: 356Reputation: 356
Download the wireshark .tar.gz file from the wireshark website. Unpack the tarball, and read the INSTALL file. It has instructions (and apparently scripts) to build your own installable .rpm.
 
Old 04-03-2008, 04:09 AM   #4
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
why? As conventional as that may be to someone who's used to doing that, there's really no reason to build from source when you can drop in an RPM in a matter of seconds.
 
Old 04-03-2008, 04:11 AM   #5
Linuxfan0001
Member
 
Registered: Apr 2008
Posts: 47

Original Poster
Rep: Reputation: 15
which version of centos i am using RedHat EL3 of Linux
 
Old 04-03-2008, 04:14 AM   #6
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
3. if you'd actually told us that in the first place i would have said.
 
Old 04-03-2008, 04:15 AM   #7
Linuxfan0001
Member
 
Registered: Apr 2008
Posts: 47

Original Poster
Rep: Reputation: 15
the .tar.gz files that i downloaded and tried to install display message on screeen that the rpm is getting installed but actually nothing gets installed... i have installed the windows version of it and its working too but searching for this linux version has taken lot of my time and still no output...
 
Old 04-03-2008, 04:17 AM   #8
Linuxfan0001
Member
 
Registered: Apr 2008
Posts: 47

Original Poster
Rep: Reputation: 15
wireshark-gnome-0.99.5-EL3.1.i386 is this the rpm ??? i got it on www.rpm.pbone.net
 
Old 04-03-2008, 04:18 AM   #9
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
nothing is getting installed? why do you think that? maybe you've not installed the gtk interface too?
 
Old 04-03-2008, 05:15 AM   #10
Linuxfan0001
Member
 
Registered: Apr 2008
Posts: 47

Original Poster
Rep: Reputation: 15
in gtk
when i run ./configure i get following error:
configure:error:Package requirements (glib-2.0 >=2.13.5 atk >= 1.9.0 pango >=1.17.3 cairo >=1.2.0 were not met
 
Old 04-03-2008, 05:29 AM   #11
grumbl
LQ Newbie
 
Registered: Jan 2008
Location: The Netherlands
Distribution: Red Hat/Fedora, Suse, Studio64, etc...
Posts: 9

Rep: Reputation: 0
So far as i can tell, it could just be that your system is somewhat out of date (the rpm is build against higher versions ). Update your system and then try again ?
 
Old 04-03-2008, 05:37 AM   #12
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
well that's not an RPM error, thats a source build error, so stop trying to build from source, install the right rpm's and it'll work. simple.
 
Old 04-03-2008, 06:30 AM   #13
Linuxfan0001
Member
 
Registered: Apr 2008
Posts: 47

Original Poster
Rep: Reputation: 15
thats wat my query is which are the right rpms to install???
regarding this gtk i was just following the steps mentioned in the User guide of wireshark
 
Old 04-03-2008, 06:31 AM   #14
grumbl
LQ Newbie
 
Registered: Jan 2008
Location: The Netherlands
Distribution: Red Hat/Fedora, Suse, Studio64, etc...
Posts: 9

Rep: Reputation: 0
Quote:
Originally Posted by acid_kewpie View Post
well that's not an RPM error, thats a source build error, so stop trying to build from source, install the right rpm's and it'll work. simple.
you are right of course.

That's what i get when i forget to press submit, run off to a meeting ( Linuxfan's 2nd reply
Quote:
the .tar.gz files that i downloaded
was not yet posted when i wanted to reply ) and then thoughtlessly submit when coming back to my screen...

I need to use F5 more frequently ...
 
Old 04-03-2008, 06:42 AM   #15
Linuxfan0001
Member
 
Registered: Apr 2008
Posts: 47

Original Poster
Rep: Reputation: 15
i am working on Linux vendor redhat EL version 3.4.6 and had downloaded the .src.rpm for the Redhat EL3 version but still the dependencies error occurs...
also i didn't get the rpm file but got src.rpm i.e. the source file on net so i had to try rebuilding the source file...

Last edited by Linuxfan0001; 04-03-2008 at 06:43 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Downloaded Wireshark source code and while make rpm got this error, kindly help pkhera_2001 Linux - Newbie 1 03-20-2008 08:09 AM
Wireshark rpm for Red Hat Enterprise 5 thiagarn Linux - Newbie 3 03-01-2008 02:03 PM
Duplicate posts; please provide link Wim Sturkenboom LQ Suggestions & Feedback 6 01-05-2007 09:45 AM
What set of bash commands are needed to provide support for rpm? LBendixsen Linux - Newbie 2 04-01-2004 11:43 AM
how do i configure d-link 56k modem with Redhat linux 7 linux2cool Linux - Software 1 02-21-2001 03:59 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:49 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration