asked 03 Aug '11, 07:55 harshpandya88 edited 04 Aug '11, 23:06 helloworld showing 5 of 12 show 7 more comments |
2 Answers:
The case of After you've run answered 03 Aug '11, 16:04 helloworld |
FYI, if you're only looking to install Wireshark (and not necessarily from a local build), you can get a standard release from sunfreeware.com:
answered 04 Aug '11, 23:39 helloworld thanks man... I m trying now with above packages install first and then move ahead.. (05 Aug '11, 02:15) harshpandya88 |
You need to provide a lot more information than this and be much clearer in what it is you're asking.
Have you run the configure script?
I believe he/she has run
configure
(based on related post).OK, so have you solved all the problems in that question yet? Do not try doing "make" until the configure script has run successfully.
hi guys.. i have run ./configure command as below. ./configure --without-pcap
after it completes, ifired make and get the error below. make: Fatal error in reader: Makefile, line 3990: Unexpected end of line seen
help me friends...
I have tried GOOGLE, but didn't get help..
What are the contents of the Makefile at that line? (include a few lines before and after to provide context)
dc_install_base=
$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" && cd $(distdir)/_build && ../configure --srcdir=.. --prefix="$$dc_install_base" $(DISTCHECK_CONFIGURE_FLAGS) && $(MAKE) $(AM_MAKEFLAGS) && $(MAKE) $(AM_MAKEFLAGS) dvi && $(MAKE) $(AM_MAKEFLAGS) check && $(MAKE) $(AM_MAKEFLAGS) install && $(MAKE) $(AM_MAKEFLAGS) installcheck && $(MAKE) $(AM_MAKEFLAGS) uninstall && $(MAKE) $(AM_MAKEFLAGS)line 3990 is as per below.
&& $(MAKE) $(AM_MAKEFLAGS) install \
It would probably help to know which version of Wireshark you are trying to compile.
i am trying to install wireshark-1.4.8 on my Solaris Server.
help me guys..... I am not able to install wire-shark since 2-3 days..
So please help me to come out of this above problem..