Wireshark-0.99.2 build (formerly ethereal)

Chris Timmons cwt at networks.cwu.edu
Sun Jul 23 14:42:50 UTC 2006


There are some issues with this port, which used to be known as the 
Ethereal network analzyer.

#1 There is now a dependency on security/libgcrypt which the port needs to
    be taught about.  On 6.1-STABLE, this causes a build failure which can
    manually be resolved by adding -lgcrypt to the command line:

epan/.libs/libwireshark.so: undefined reference to `gcry_md_get_algo_dlen'
epan/.libs/libwireshark.so: undefined reference to `gcry_md_close'
epan/.libs/libwireshark.so: undefined reference to `gcry_md_read'
epan/.libs/libwireshark.so: undefined reference to `gcry_md_setkey'
epan/.libs/libwireshark.so: undefined reference to 
`gcry_cipher_get_algo_keylen'
epan/.libs/libwireshark.so: undefined reference to `gcry_control'
epan/.libs/libwireshark.so: undefined reference to `gcry_md_write'
epan/.libs/libwireshark.so: undefined reference to `gcry_cipher_open'
epan/.libs/libwireshark.so: undefined reference to `gcry_cipher_ctl'
epan/.libs/libwireshark.so: undefined reference to `gcry_cipher_close'
epan/.libs/libwireshark.so: undefined reference to `gcry_md_open'
epan/.libs/libwireshark.so: undefined reference to `gcry_md_algo_name'
epan/.libs/libwireshark.so: undefined reference to `gpg_strerror'
epan/.libs/libwireshark.so: undefined reference to `gcry_cipher_decrypt'
epan/.libs/libwireshark.so: undefined reference to `gcry_cipher_algo_name'
*** Error code 1

Stop in /usr/ports/net/wireshark/work/wireshark-0.99.2.
*** Error code 1

Stop in /usr/ports/net/wireshark/work/wireshark-0.99.2.
*** Error code 1

Stop in /usr/ports/net/wireshark/work/wireshark-0.99.2.
*** Error code 1

Stop in /usr/ports/net/wireshark.


#2  Someone just "updated" net/wireshark/pkg-descr to show the project
     link to be: http://www.writeshark.org/

http://www.wireshark.org is the correct site.





More information about the freebsd-ports mailing list