Go Back   The macosxhints Forums > OS X Help Requests > UNIX - X11



Reply
 
Thread Tools Rating: Thread Rating: 15 votes, 5.00 average. Display Modes
Old 08-25-2005, 03:48 AM   #81
sidd
Prospect
 
Join Date: Aug 2005
Posts: 9
etherape

hai sao,
sorry that was a typo. i meant etherape in my last post. anyway heres the output

-g4-15:/sw/bin root# fink list ethereal etherape
Information about 1831 packages read in 1 seconds.
i etherape 0.9.1-1 Graphical network monitor
i ethereal 0.10.12-11 Powerful network protocol analyzer
ethereal-ssl 0.10.12-11 Powerful network protocol analyzer (with ...
-g4-15:/sw/bin root#


/sw/bin root# which ethereal
/sw/bin/ethereal
g4-15:/sw/bin root# which etherape
returns nothing

tx
sidd--
sidd is offline   Reply With Quote
Old 08-25-2005, 07:43 AM   #82
sao
Moderator
 
Join Date: Jan 2002
Location: Singapore
Posts: 4,237
Close/open Terminal.app and run 'which etherape' again. Also, what's the result of:

echo $SHELL
echo $0
echo $PATH
sao is offline   Reply With Quote
Old 09-04-2005, 12:49 PM   #83
b_estep
Registered User
 
Join Date: Sep 2005
Location: Little Rock, AR
Posts: 1
Don't reinstall anything other than etherape...

I was having the same problem with etherape and thought I was doing something wrong. Not much to do wrong if /sw/bin doesn't have etherape in it!! The .deb file for 10.4 doesn't have anything in /sw/bin, if you dpkg-deb -c etherape 0.9.1-1.... you'll notice nothing is made for the bin directory.

I made fink compile from source and not use the deb package; etherape compiles and runs fine now.

Make sure you remove etherape with a fink remove etherape before proceeding.

Try:

fink --no-use-binary-dist install etherape
{it'll make you download a development gnome lib, but the compile will produce a working install]

You need X11 display set before launching etherape (or ethereal)

-- Brian
b_estep is offline   Reply With Quote
Old 09-11-2005, 02:58 PM   #84
-Led Zeppelin
Triple-A Player
 
Join Date: Sep 2005
Location: Montreal
Posts: 116
I have installed fink, and i goto terminal type fink install ethereal or/and i try ettercap to. Put in my pw and get this

/usr/libexec/gcc/darwin/ppc/3.3/cc1plus is not executable!
Information about 1744 packages read in 1 seconds.
Failed: no package found for specification 'ettercap'

Now i am pretty sure i dont have x11 some1 tell me how to check, and i dont got xcode or developper tools. how do i make this work -_-
-Led Zeppelin is offline   Reply With Quote
Old 09-11-2005, 04:27 PM   #85
hayne
Site Admin
 
Join Date: Jan 2002
Location: Montreal
Posts: 32,473
Quote:
Originally Posted by -Led Zeppelin
I have installed fink, and i goto terminal type fink install ethereal or/and i try ettercap to. Put in my pw and get this

/usr/libexec/gcc/darwin/ppc/3.3/cc1plus is not executable!
Information about 1744 packages read in 1 seconds.
Failed: no package found for specification 'ettercap'

Now i am pretty sure i dont have x11 some1 tell me how to check, and i dont got xcode or developper tools. how do i make this work -_-

Please don't ask the same question in more than one thread.
You already asked this in this other thread (that you started) and so you should continue the discussion there:
http://forums.macosxhints.com/showthread.php?t=44430
hayne is offline   Reply With Quote
Old 11-10-2005, 10:04 AM   #86
idubrawsky
Registered User
 
Join Date: Nov 2005
Posts: 1
I'm running OS Panther 10.3.9. I've used FinkCommander to install ethereal and I have X11 running but I cannot seem to find the ethereal GUI. Where is it installed? I've run /usr/libexec/locate.updatedb to update the locate database but when I run the command 'locate ethereal' it just show me what Fink installed in /sw. Do I need to compile ethereal from scratch myself to get the GUI?
idubrawsky is offline   Reply With Quote
Old 11-10-2005, 11:27 AM   #87
sao
Moderator
 
Join Date: Jan 2002
Location: Singapore
Posts: 4,237
Quote:
idubrawsky wrote:
I've used FinkCommander to install ethereal and I have X11 running but I cannot seem to find the ethereal GUI. Where is it installed? I've run /usr/libexec/locate.updatedb to update the locate database but when I run the command 'locate ethereal' it just show me what Fink installed in /sw. Do I need to compile ethereal from scratch myself to get the GUI?

You need to start ethereal (sw/bin/ethereal) from an xterm in X11 and the GUI will show itself:

1- Start X11.

2- Start ethereal from an xterm with:

sudo /sw/bin/ethereal

(ethereal needs to be run as root)

.
sao is offline   Reply With Quote
Old 06-07-2006, 12:05 AM   #88
simplepr
Registered User
 
Join Date: Jun 2006
Posts: 1
Ethereal does work.

Hi to all I am a newbie and was trying to install ethereal on my PowerBook g4 12" running Mac O S x Tiger and finally I was able to make it work just by following these threads and I am really happy about my success on this.

Now I only get a slight error when I type sudo /sw/bin/ethereal but it still works just fine. I would like two things first get rid of the errors and second started from the terminal without having to type the whole path or perhaps use a small app that I had downloaded a long time ago that was supposed to automate the process by starting ethereal thru an icon on the desktop.

The errors I get are these:
Fontconfig warning: line 247: invalid edit binding "same"
Fontconfig warning: line 259: invalid edit binding "same"

Well I have been reading patiently on this thread before I posted and like I said I am a newbie on MAC but I pulled it off. This site and the guys here are great help.
Thanks.
simplepr is offline   Reply With Quote
Old 06-07-2006, 12:13 AM   #89
hayne
Site Admin
 
Join Date: Jan 2002
Location: Montreal
Posts: 32,473
Quote:
Originally Posted by simplepr
started from the terminal without having to type the whole path

You could just create a shell alias for that command - see this Unix FAQ.

I have my X11 "Applications" menu customized to have an "ethereal" menu item that does the following:

xterm -geometry 40x4 -e "sudo /sw/bin/ethereal"
__________________
hayne.net/macosx.html
hayne is offline   Reply With Quote
Old 06-07-2006, 02:24 AM   #90
dmacks
All Star
 
Join Date: Dec 2004
Posts: 678
Quote:
Originally Posted by simplepr
I type sudo /sw/bin/ethereal but it still works just fine. I would like [...to...] started from the terminal without having to type the whole path

That second sounds like your shell is not configured for fink. Fink FAQ #5.16 is a good place to start.
dmacks is offline   Reply With Quote
Old 07-02-2006, 07:49 PM   #91
rtfm
Major Leaguer
 
Join Date: Apr 2003
Posts: 367
Another ethereal installation morass -- no bin in "sw/bin"

Quote:
Originally Posted by sao
You need to start ethereal (sw/bin/ethereal) from an xterm in X11 and the GUI will show itself:

1- Start X11.

2- Start ethereal from an xterm with:

sudo /sw/bin/ethereal

(ethereal needs to be run as root)

.

Old thread, but it seems to be the most comprehensive one I found on installing Ethereal...


This is 10.3.9 *not* 10.4.x

I did an XCODE 1.5 and Nov 2004 gcc3.3 update. {It's not clear if XCODE includes libraries needed to run binaries or not; hence my installation of it....)

Then I installed Fink 0.7.2

With Fink Commander 0.5.4 I installed {see attachment} ethereal binary (0.10.9-11).

But I do not find a /sw/bin/ethereal to start from X11...

I tried to un-install the binary to buiild it from source, but Fink Commander outsmarts me & tells me I have the best possible...


Next step to take?
rtfm is offline   Reply With Quote
Old 07-02-2006, 08:13 PM   #92
rtfm
Major Leaguer
 
Join Date: Apr 2003
Posts: 367
Oops; I misread the date on sao's sticky; I thought it predated the thread. I'm reading it now to to see if it answers my problem....


OK, that sticky does not seem to cover my problem; at least not directly...

Last edited by rtfm; 07-02-2006 at 11:08 PM.
rtfm is offline   Reply With Quote
Old 07-03-2006, 02:00 AM   #93
hayne
Site Admin
 
Join Date: Jan 2002
Location: Montreal
Posts: 32,473
Quote:
Originally Posted by rtfm
But I do not find a /sw/bin/ethereal

You need to explain in more detail (lots more words, tell us exactly what you are doing and what you see) what you mean by this.

You do have a /sw folder, right?
And there is a "bin" folder under /sw ?
What is in the "/sw/bin" folder?
__________________
hayne.net/macosx.html
hayne is offline   Reply With Quote
Old 07-03-2006, 09:26 AM   #94
rtfm
Major Leaguer
 
Join Date: Apr 2003
Posts: 367
Quote:
Originally Posted by hayne
You do have a /sw folder, right?

yes

Quote:
And there is a "bin" folder under /sw ?

yes

Quote:
What is in the "/sw/bin" folder?

Lots of things, but none of which are an 'ethereal' binary. I'm not in front of it, but IIRC, the fink binary is there & some apt stuff. I think there are 50-odd files there.
rtfm is offline   Reply With Quote
Old 07-03-2006, 09:29 AM   #95
yellow
Moderator
 
Join Date: Jan 2002
Posts: 10,677
Terminal.app -> type: fink list ethereal

Results?

Code:
yellow% fink list ethereal
Information about 2078 packages read in 2 seconds.
 i   ethereal                0.10.12-11         Powerful network protocol analyzer
     ethereal-ssl            0.10.12-11         Powerful network protocol analyzer (with SSL)
yellow is offline   Reply With Quote
Old 07-03-2006, 09:59 AM   #96
rtfm
Major Leaguer
 
Join Date: Apr 2003
Posts: 367
Quote:
Originally Posted by yellow
Terminal.app -> type: fink list ethereal

Results?

Code:
yellow% fink list ethereal
Information about 2078 packages read in 2 seconds.
 i   ethereal                0.10.12-11         Powerful network protocol analyzer
     ethereal-ssl            0.10.12-11         Powerful network protocol analyzer (with SSL)

Hey, I managed to get in via the VPN & ssh; last week that didn't work.


[Number6:/sw/bin] nerdcave% ls -l
total 18536
-rwxr-xr-x 1 root admin 1649 2 Jun 2005 822-date
-rwxr-xr-x 1 root admin 726604 2 Jul 17:50 apt-cache
-rwxr-xr-x 1 root admin 755308 2 Jul 17:50 apt-cdrom
-rwxr-xr-x 1 root admin 680532 2 Jul 17:50 apt-config
-rwxr-xr-x 1 root admin 695724 2 Jul 17:50 apt-extracttemplates
-rwxr-xr-x 1 root admin 782244 2 Jul 17:49 apt-get
-rwxr-xr-x 1 root admin 698276 2 Jul 17:50 apt-sortpkgs
-rwxr-xr-x 1 root admin 39788 2 Jul 17:50 bunzip2
-rwxr-xr-x 1 root admin 39788 2 Jul 17:50 bzcat
-rwxr-xr-x 1 root admin 2105 2 Jun 2005 bzcmp
-rwxr-xr-x 1 root admin 2105 2 Jun 2005 bzdiff
-rwxr-xr-x 1 root admin 1582 2 Jun 2005 bzegrep
-rwxr-xr-x 1 root admin 1582 2 Jun 2005 bzfgrep
-rwxr-xr-x 1 root admin 1582 2 Jun 2005 bzgrep
-rwxr-xr-x 1 root admin 39788 2 Jul 17:50 bzip2
-rwxr-xr-x 1 root admin 20892 2 Jul 17:50 bzip2recover
-rwxr-xr-x 1 root admin 1259 2 Jun 2005 bzless
-rwxr-xr-x 1 root admin 1259 2 Jun 2005 bzmore
-rwxr-xr-x 1 root admin 27920 22 Apr 2005 capinfos
lrwxr-xr-x 1 root admin 3 2 Jul 17:48 captoinfo -> tic
-rwxr-xr-x 1 root admin 15856 2 Jul 17:50 clear
-rwxr-xr-x 1 root admin 34328 22 Apr 2005 dftest
-rwxr-xr-x 1 root admin 237384 2 Jun 2005 dpkg
-rwxr-xr-x 1 root admin 15317 2 Jun 2005 dpkg-architecture
-rwxr-xr-x 1 root admin 7856 2 Jun 2005 dpkg-buildpackage
-rwxr-xr-x 1 root admin 4854 2 Jun 2005 dpkg-checkbuilddeps
-rwxr-xr-x 1 root admin 114540 2 Jun 2005 dpkg-deb
-rwxr-xr-x 1 root admin 1864 2 Jun 2005 dpkg-distaddfile
-rwxr-xr-x 1 root admin 12148 2 Jun 2005 dpkg-genchanges
-rwxr-xr-x 1 root admin 9608 2 Jun 2005 dpkg-gencontrol
-rwxr-xr-x 1 root admin 4386 2 Jun 2005 dpkg-name
-rwxr-xr-x 1 root admin 2358 2 Jun 2005 dpkg-parsechangelog
-rwxr-xr-x 1 root admin 115900 2 Jun 2005 dpkg-query
-rwxr-xr-x 1 root admin 7205 2 Jun 2005 dpkg-scanpackages
-rwxr-xr-x 1 root admin 15837 2 Jun 2005 dpkg-scansources
-rwxr-xr-x 1 root admin 9731 2 Jun 2005 dpkg-shlibdeps
-rwxr-xr-x 1 root admin 40510 2 Jun 2005 dpkg-source
-rwxr-xr-x 1 root admin 70312 2 Jun 2005 dpkg-split
-rwxr-xr-x 1 root admin 735628 2 Jun 2005 dselect
-rwxr-xr-x 1 root admin 28176 22 Apr 2005 editcap
-rwxr-xr-x 1 root admin 124 2 Jun 2005 editor
-rwxr-xr-x 1 root admin 6805 2 Jun 2005 fink
-rwxr-xr-x 1 root admin 4587 2 Jun 2005 fink-virtual-pkgs
-rwxr-xr-x 1 root admin 26804 2 Jul 17:50 funzip
-rwxr-xr-x 1 root admin 38748 2 Jul 17:50 gettext
-rwxr-xr-x 1 root admin 6365 2 Jun 2005 gettextize
lrwxr-xr-x 1 root admin 4 2 Jul 17:48 gnutar -> gtar
-rwxr-xr-x 1 root admin 563984 2 Jul 17:50 gtar
-rwxr-xr-x 1 root admin 72520 2 Jul 17:50 gunzip
lrwxr-xr-x 1 root admin 4 2 Jul 17:48 gzcat -> zcat
-rwxr-xr-x 1 root admin 3837 2 Jun 2005 gzexe
-rwxr-xr-x 1 root admin 72520 2 Jul 17:50 gzip
-rwxr-xr-x 1 root admin 27728 2 Jul 17:50 iconv
-rwxr-xr-x 1 root admin 2541 22 Apr 2005 idl2eth
-rwxr-xr-x 1 root admin 57484 2 Jul 17:50 infocmp
lrwxr-xr-x 1 root admin 3 2 Jul 17:48 infotocap -> tic
-rw-r--r-- 1 root admin 3453 2 Jun 2005 init.csh
-rw-r--r-- 1 root admin 3245 2 Jun 2005 init.sh
-rwxr-xr-x 1 root admin 52104 2 Jun 2005 md5sum
-rwxr-xr-x 1 root admin 31540 22 Apr 2005 mergecap
-rwxr-xr-x 1 root admin 125176 2 Jul 17:50 msgcmp
-rwxr-xr-x 1 root admin 185944 2 Jul 17:50 msgcomm
-rwxr-xr-x 1 root admin 162676 2 Jul 17:50 msgfmt
-rwxr-xr-x 1 root admin 183252 2 Jul 17:50 msgmerge
-rwxr-xr-x 1 root admin 123100 2 Jul 17:50 msgunfmt
-rwxr-xr-x 1 root admin 38644 2 Jul 17:50 ngettext
-rwxr-xr-x 1 root admin 192 2 Jun 2005 pager
-rwxr-xr-x 1 root admin 7175 2 Jun 2005 pathsetup.sh
lrwxr-xr-x 1 root admin 4 2 Jul 17:48 reset -> tset
-rwxr-xr-x 1 root admin 8391 2 Jun 2005 savelog
-rwxr-xr-x 1 root admin 235 2 Jun 2005 sensible-editor
-rwxr-xr-x 1 root admin 185 2 Jun 2005 sensible-pager
-rwxr-xr-x 1 root admin 156384 2 Jul 17:50 tack
lrwxr-xr-x 1 root admin 4 2 Jul 17:48 tar -> gtar
-rwxr-xr-x 1 root admin 457536 22 Apr 2005 tethereal
-rwxr-xr-x 1 root admin 66632 22 Apr 2005 text2pcap
-rwxr-xr-x 1 root admin 58248 2 Jul 17:50 tic
-rwxr-xr-x 1 root admin 39804 2 Jul 17:50 toe
-rwxr-xr-x 1 root admin 30176 2 Jul 17:50 tput
-rwxr-xr-x 1 root admin 49276 2 Jul 17:50 tset
-rwxr-xr-x 1 root admin 114240 2 Jul 17:50 unzip
-rwxr-xr-x 1 root admin 56560 2 Jul 17:50 unzipsfx
-rwxr-xr-x 1 root admin 644 2 Jun 2005 which
-rwxr-xr-x 1 root admin 247108 2 Jul 17:50 xgettext
-rwxr-xr-x 1 root admin 72520 2 Jul 17:50 zcat
-rwxr-xr-x 1 root admin 1999 2 Jun 2005 zcmp
-rwxr-xr-x 1 root admin 1999 2 Jun 2005 zdiff
-rwxr-xr-x 1 root admin 1003 2 Jun 2005 zforce
-rwxr-xr-x 1 root admin 1332 2 Jun 2005 zgrep
-rwxr-xr-x 1 root admin 1180 2 Jun 2005 zipgrep
-rwxr-xr-x 1 root admin 114240 2 Jul 17:50 zipinfo
lrwxr-xr-x 1 root admin 5 2 Jul 17:48 zless -> zmore
-rwxr-xr-x 1 root admin 1067 2 Jun 2005 zmore
-rwxr-xr-x 1 root admin 3501 2 Jun 2005 znew
[Number6:/sw/bin] nerdcave%

[Number6:/sw/bin] nerdcave% fink list ethereal
Information about 2138 packages read in 1 seconds.
i ethereal 0.10.9-11 Powerful network protocol analyzer
ethereal-ssl 0.10.9-11 Powerful network protocol analyzer (with SSL)

rtfm is offline   Reply With Quote
Old 07-03-2006, 11:09 AM   #97
yellow
Moderator
 
Join Date: Jan 2002
Posts: 10,677
Quote:
Originally Posted by rtfm
[Number6:/sw/bin] nerdcave% fink list ethereal
Information about 2138 packages read in 1 seconds.
i ethereal 0.10.9-11 Powerful network protocol analyzer
ethereal-ssl 0.10.9-11 Powerful network protocol analyzer (with SSL)

So.. ethereal is installed, but it's not in the default location. Did you change the defeault locations that fink moves binaries to?
yellow is offline   Reply With Quote
Old 07-03-2006, 11:14 AM   #98
rtfm
Major Leaguer
 
Join Date: Apr 2003
Posts: 367
Quote:
Originally Posted by yellow
So.. ethereal is installed, but it's not in the default location. Did you change the defeault locations that fink moves binaries to?

No, did not. Further, a search on 'ethereal' didn't show me anything promising elsewhere....
rtfm is offline   Reply With Quote
Old 07-03-2006, 11:18 AM   #99
yellow
Moderator
 
Join Date: Jan 2002
Posts: 10,677
Well, Spotlight isn't very useful for that if that's what you used.. it has no notion of "/sw".

find /sw -name "ethereal"
yellow is offline   Reply With Quote
Old 07-03-2006, 12:19 PM   #100
hayne
Site Admin
 
Join Date: Jan 2002
Location: Montreal
Posts: 32,473
I note in your listing of the contents of /sw/bin that you have an executable named "tethereal".
__________________
hayne.net/macosx.html
hayne is offline   Reply With Quote
Reply

Tags
ethereal


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 On
HTML code is Off

Forum Jump



All times are GMT -5. The time now is 10:21 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2014, vBulletin Solutions, Inc.
Site design © IDG Consumer & SMB; individuals retain copyright of their postings
but consent to the possible use of their material in other areas of IDG Consumer & SMB.