|
|
#61 |
|
Registered User
Join Date: Jul 2005
Posts: 1
|
Ethereal Install Problem
I really want to get Ethereal going on my iBook which is running Tiger. I installed the X11SDK from the xcode 2.1 disc image, installed X11 and fink. When I went into terminal and typed< "fink install ethereal," this is what I got:
Information about 1745 packages read in 2 seconds. The following package will be installed or updated: ethereal The following 10 additional packages will be installed: glib glib-shlibs gtk+ gtk+-data gtk+-shlibs libpcap libpcap-shlibs pcre pcre-bin pcre-shlibs Do you want to continue? [Y/n] Y curl -f -L -O http://distfiles.master.finkmirrors....0.10.3.tar.bz2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 4726k 100 4726k 0 0 283k 0 0:00:16 0:00:16 --:--:-- 332k curl -f -L -O http://distfiles.master.finkmirrors....-1.2.10.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 411k 100 411k 0 0 365k 0 0:00:01 0:00:01 --:--:-- 404k curl -f -L -O http://distfiles.master.finkmirrors....-1.2.10.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 2801k 100 2801k 0 0 457k 0 0:00:06 0:00:06 --:--:-- 499k curl -f -L -O http://distfiles.master.finkmirrors....p-0.8.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 276k 100 276k 0 0 269k 0 0:00:01 0:00:01 --:--:-- 320k curl -f -L -O http://distfiles.master.finkmirrors....re-4.2.tar.bz2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 327k 100 327k 0 0 316k 0 0:00:01 0:00:01 --:--:-- 385k gzip -dc /sw/src/glib-1.2.10.tar.gz | /sw/bin/tar -xf - --no-same-owner --no-same-permissions cp -f /sw/lib/fink/update/config.guess . cp -f /sw/lib/fink/update/config.sub . cp -f /sw/lib/fink/update/ltconfig . cp -f /sw/lib/fink/update/ltmain.sh . patch -p1 </sw/fink/dists/stable/main/finkinfo/gnome/glib.patch patching file configure ./configure --prefix=/sw --infodir=/sw/share/info --mandir=/sw/share/man --disable-static creating cache ./config.cache checking for a BSD compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... no checking for working aclocal... found checking for working autoconf... missing checking for working automake... found checking for working autoheader... missing checking for working makeinfo... found checking host system type... powerpc-apple-darwin8.2.0 checking build system type... powerpc-apple-darwin8.2.0 checking for ranlib... : checking for gcc... no checking for cc... no configure: error: no acceptable cc found in $PATH ### execution of ./configure failed, exit code 1 Failed: compiling glib-1.2.10-18 failed An error. I don't know what exactly this means. Can someone help me install this? |
|
|
|
|
|
#62 |
|
Moderator
Join Date: Jan 2002
Posts: 10,677
|
1) You don't need the X11 SDK for fink, or for ethereal.
2) You DO need to install gcc so you can compile the software. Code:
checking for gcc... no checking for cc... no |
|
|
|
|
|
#63 |
|
Registered User
Join Date: Aug 2005
Posts: 1
|
You can use the -ls flag with xterm in your .xinitrc file and it will behave as a login shell (with all the nice x11 functionality), reading $PATHs and aliases etc. from your .profile (if bash is your default).
Look for the line in .xinitrc : # Start some nice programs xterm And append xterm with -ls like this: xterm -ls Now you don't have to duplicate PATHs between .profile and .xinitrc. Just add the $PATHs to .profile and when you start X11 it will read them from .profile. Now from what I've been reading here there are some who are trying to use Ethereal before they know what a manpage is. While that kind of backwards learning curve is to be commended its not one I would endorse. Get yourself a basic UNIX book, and a command of the basics, before embarking on packet sniffing. Also, for those who have used Ethereal on OS X and Linux, don't you find that Ethereal takes aeons to fire up with OS X compared to Linux. I'm not sure if there's something up with my ethereal configuration (fink installed) but when a 550mhz Celeron running Fedora 4 fires up Ethereal in a nanosecond compared with the minute and a half with a 1.5Ghz G4 OS X machine, it smells a little fishy. Are any of you experiencing this with Ethereal on OS X? |
|
|
|
|
|
#64 | |||||||||||||||||||||||
|
Site Admin
Join Date: Jan 2002
Location: Montreal
Posts: 32,473
|
There must be something wrong with your setup. On my 1.2 GHz G4 iBook, Ethereal (installed via Fink) starts up in about a second when I start it from my X11 Applications menu. Even without X11 running, 'open-x11 ethereal' gets to the Ethereal window in about 10 seconds (most of that is starting up X11). By the way, the entry in my X11 Applications menu is: xterm -geometry 40x4 -e "sudo /sw/bin/ethereal" so it pops up a small xterm with the password prompt. Last edited by hayne; 08-04-2005 at 01:08 PM. |
|||||||||||||||||||||||
|
|
|
|
|
#65 |
|
Prospect
Join Date: Aug 2005
Posts: 9
|
issues am having with ethereal
I went thru this post and then tried getting ethereal and etherape to work with no success. so please help
powerbook-g4-15:/opt/local/bin sidd$ ./ethereal No fonts found; this probably means that the fontconfig library is not correctly configured. You may need to edit the fonts.conf configuration file. More information about fontconfig can be found in the fontconfig(3) manual page and on http://fontconfig.org thats what it says when i try to run it from x11 window. help please thnx sidd-- |
|
|
|
|
|
#66 |
|
Moderator
Join Date: Jan 2002
Posts: 10,677
|
And did you read post #36? It addresses your issue.
http://forums.macosxhints.com/showpo...2&postcount=36 |
|
|
|
|
|
#67 |
|
Prospect
Join Date: Aug 2005
Posts: 9
|
Ehtereal issues
Yes i definitely did
did a sudo fc-cache on both the x11 window and the normal term and after that cd /opt/local/bin ./ethereal give me that error i have posted earlier. tx sidd-- |
|
|
|
|
|
#68 |
|
Moderator
Join Date: Jan 2002
Posts: 10,677
|
Why is ethereal installed there? Isn't this a fink build?
|
|
|
|
|
|
#69 | |||||||||||||||||||||||
|
Prospect
Join Date: Aug 2005
Posts: 9
|
i think i used darwinports to install ethereal sidd-- |
|||||||||||||||||||||||
|
|
|
|
|
#70 |
|
Moderator
Join Date: Jan 2002
Posts: 10,677
|
Strange.. we might have to wait for sao, the resident uberexpert.
|
|
|
|
|
|
#71 |
|
Moderator
Join Date: Jan 2002
Location: Singapore
Posts: 4,237
|
Sidd,
You might try reinstalling X11 and the X11SDK. . |
|
|
|
|
|
#72 |
|
Prospect
Join Date: Aug 2005
Posts: 9
|
How do i go about uninstalling darwinports, fink and x11 and then may be
reinstall x11, then darwinports and fink? thanks sidd-- |
|
|
|
|
|
#73 |
|
Prospect
Join Date: Aug 2005
Posts: 9
|
Unisntall Fink & Darwinports
hello all,
can someone please tell me how to unstainll fink, darwinports and x11? am a fairly new mac user and hence these silly questions. i dragged x11 to the trash bin and is that it? or do i have to delete anything else. tx sidd-- |
|
|
|
|
|
#74 |
|
Moderator
Join Date: Jan 2002
Posts: 10,677
|
I can only answer for X11 and fink:
You need to nuke /etc/X11 and /usr/X11R6 as well before reinstalling from the installer CD. Assuming you follow the conventional fink install, removing /sw will remove all the fink parts and built binaries. |
|
|
|
|
|
#75 |
|
Moderator
Join Date: Jan 2002
Location: Singapore
Posts: 4,237
|
sidd,
To get rid of Fink, enter this command: sudo rm -rf /sw And check your dotfiles & edit accordingly to remove the line where you 'source' fink. ---- To delete DarwinPorts: rm -rf /opt/local /Library/Tcl/darwinports1.0 And if you have them, delete also: /Applications/DarwinPorts and /etc/port ---- To delete Apple's X11: Delete what yellow told you above plus /Applications/Utilities/X11.app ---- Also, before reinstalling Apple's X11 and the X11SDK, you should delete first: /Library/Receipts/X11User.pkg and /Library/Receipts/X11SDK.pkg ---- . |
|
|
|
|
|
#76 |
|
Prospect
Join Date: Aug 2005
Posts: 9
|
Ethereal
Hello Sao,
Thanks for all the help you have provided. I played around a lot and hence i decided to do a fresh install. now where do i start and tell me what to do exactly to get ethereal working please. thanks sidd-- |
|
|
|
|
|
#77 |
|
Prospect
Join Date: Aug 2005
Posts: 9
|
Etherape
Hello All,
after enough playing around got ethereal working but did anyone get ehterape working. i installed it from fink and it installed it but i cant find a binary from darwinports its a different story. every time i try to install its says the file checksum is not vaild. any help? tx sidd |
|
|
|
|
|
#78 | |||||||||||||||||||
|
Moderator
Join Date: Jan 2002
Location: Singapore
Posts: 4,237
|
It should be in /sw/bin/etherape. Code:
[pm @ sao: ~] % which etherape; fink list etherape /sw/bin/etherape Information about 4651 packages read in 1 seconds. i etherape 0.9.1-1 Graphical network monitor Last edited by sao; 08-24-2005 at 11:57 PM. |
|||||||||||||||||||
|
|
|
|
|
#79 |
|
Prospect
Join Date: Aug 2005
Posts: 9
|
Etherape
tx for the reply sao.
yes i did check /sw/bin for etherape after fink said it was a successful install and there was nothing. althought fink list etherape replies the same as what you pasted in your post. 'fink install ethereal no packages to install' that what it replies back now tx sidd |
|
|
|
|
|
#80 |
|
Moderator
Join Date: Jan 2002
Location: Singapore
Posts: 4,237
|
sidd,
etherape and ethereal are two different packages. Please, run in Terminal.app the same as below and post the result: Code:
[pm @ sao: ~] % fink list ethereal etherape
Information about 4651 packages read in 2 seconds.
i etherape 0.9.1-1 Graphical network monitor
i ethereal 0.10.11-11 Powerful network protocol analyzer
ethereal-ssl 0.10.11-11 Powerful network protocol analyzer (with SSL)
|
|
|
|
![]() |
| Tags |
| ethereal |
|
|