hello everyone, this is my first post to this forum and i am really hoping that someone here can help me out.
I just downloaded and installed FreeBSD 9.0 amd64 bit. I did not install ports from install media. After my installation I fetched an updated ports collection and installed KDE4. Since I am running FreeBSD 9.0 in VMware player the next thing I did was install vmware-tools (that was a lot of fun) and after a lot of work I got it working.
So after I got the basics all down I am installing 3rd party software that I need/want and one of my favorite apps wireshark is giving me a lot of trouble.
Okay so here is a snippit of error I am getting when I try and install wireshark from ports.
Now I tried installing wireshark from ports using portmaster(8)
that did not work...
Then I tried just doing plain make install clean and that gave me the same error.
I am really hoping that someone here has came across this issue and has a way to fix it. I really want to install wireshark because it is hands down my favorite program.
I am going to try and build wireshark one more time with portmaster but this time I am going to try and build it recursively with the options -> portmaster -rf net/wireshark" but I really doubt it will work.
I really hope someone here can assist me...
I would like to thank you all in advance for your time and your assistance.
Thanks again,
Dem0n
I just downloaded and installed FreeBSD 9.0 amd64 bit. I did not install ports from install media. After my installation I fetched an updated ports collection and installed KDE4. Since I am running FreeBSD 9.0 in VMware player the next thing I did was install vmware-tools (that was a lot of fun) and after a lot of work I got it working.
So after I got the basics all down I am installing 3rd party software that I need/want and one of my favorite apps wireshark is giving me a lot of trouble.
Okay so here is a snippit of error I am getting when I try and install wireshark from ports.
Code:
rberos4.Plo"; else rm -f ".deps/libdissectors_la-packet-kerberos4.Tpo"; exit 1; fi
packet-kerberos.c: In function 'decrypt_krb5_data':
packet-kerberos.c:701: error: 'krb5_crypto' undeclared (first use in this function)
packet-kerberos.c:701: error: (Each undeclared identifier is reported only once
packet-kerberos.c:701: error: for each function it appears in.)
packet-kerberos.c:701: error: expected ';' before 'crypto'
packet-kerberos.c:702: warning: ISO C90 forbids mixed declarations and code
packet-kerberos.c:709: error: 'krb5_keytab_entry' has no member named 'keyblock'
packet-kerberos.c:710: error: 'krb5_keytab_entry' has no member named 'keyblock'
packet-kerberos.c:711: error: 'krb5_keytab_entry' has no member named 'keyblock'
packet-kerberos.c:712: warning: implicit declaration of function 'krb5_crypto_init'
packet-kerberos.c:712: error: 'krb5_keytab_entry' has no member named 'keyblock'
packet-kerberos.c:712: error: 'crypto' undeclared (first use in this function)
packet-kerberos.c:724: warning: implicit declaration of function 'krb5_decrypt_ivec'
packet-kerberos.c:734: warning: implicit declaration of function 'krb5_crypto_destroy'
libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/include/p11-kit-1 -I/usr/local/include -I/usr/local/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DGSEAL_ENABLE -DGTK_DISABLE_DEPRECATED -DGTK_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/include -I/usr/local/include -I/usr/include/pcap -I/usr/include -DPLUGIN_DIR=\"/usr/local/lib/wireshark/plugins/1.8.0\" -O2 -pipe -funit-at-a-time -fno-strict-aliasing -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Wcast-align -Wformat-security -Wold-style-definition -I/usr/local/include/glib-2.0 -D_REENTRANT -I/usr/local/include/pango-1.0 -I/usr/local/include/pixman-1 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng15 -D_THREAD_SAFE -I/usr/local/include/cairo -I/usr/local/include/gio-unix-2.0/ -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -MT libdissectors_la-packet-kerberos4.lo -MD -MP -MF .deps/libdissectors_la-packet-kerberos4.Tpo -c packet-kerberos4.c -fPIC -DPIC -o .libs/libdissectors_la-packet-kerberos4.o
gmake[5]: *** [libdissectors_la-packet-kerberos.lo] Error 1
gmake[5]: *** Waiting for unfinished jobs....
gmake[5]: Leaving directory `/usr/ports/net/wireshark/work/wireshark-1.8.0/epan/dissectors'
gmake[4]: *** [all-recursive] Error 1
gmake[4]: Leaving directory `/usr/ports/net/wireshark/work/wireshark-1.8.0/epan/dissectors'
gmake[3]: *** [all] Error 2
gmake[3]: Leaving directory `/usr/ports/net/wireshark/work/wireshark-1.8.0/epan/dissectors'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/usr/ports/net/wireshark/work/wireshark-1.8.0/epan'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/net/wireshark/work/wireshark-1.8.0'
gmake: *** [all] Error 2
*** Error code 1
Stop in /usr/ports/net/wireshark.
*** Error code 1
Stop in /usr/ports/net/wireshark.
Now I tried installing wireshark from ports using portmaster(8)
# portmaster --force-config net/wireshark
that did not work...
Then I tried just doing plain make install clean and that gave me the same error.
I am really hoping that someone here has came across this issue and has a way to fix it. I really want to install wireshark because it is hands down my favorite program.
I am going to try and build wireshark one more time with portmaster but this time I am going to try and build it recursively with the options -> portmaster -rf net/wireshark" but I really doubt it will work.
I really hope someone here can assist me...
I would like to thank you all in advance for your time and your assistance.
Thanks again,
Dem0n