Displaying 2 results from an estimated 2 matches for "ad8f".
Did you mean:
1d8f
2007 Feb 12
1
playing with SO_BROADCAST on centos
..........
0x0010: c0a8 010a 0024 0024 001c a0e2 4321 3039 .....$.$....C!09
0x0020: c0a8 01ae ffff 0000 0001 3cd0 67ff 0001 ..........<.g...
08:42:49.286990 IP ecov432_testing.msgnet.com.36 >
devcentos64.msgnet.com.36: UDP, length 20
0x0000: 4500 0030 091a 0000 8011 ad8f c0a8 01b9 E..0............
0x0010: c0a8 010a 0024 0024 001c b581 4321 3039 .....$.$....C!09
0x0020: c0a8 01b9 ffff ff00 0001 3cd0 5449 0001 ..........<.TI..
My program is:
int main(int argc, char *argv[])
{
int error;
int total = 0;
int socket_handle;
enum
{
NMP_PORT =...
2012 Mar 31
2
Libvirt source code cannot built with libnettle.
Hello All,
I try to build dependency library name is gnutls which require by libvirt,
but show error us below.
$./configure
checking for shared library run path origin... done
checking whether to use nettle... yes
checking for libnettle... no
configure: error:
***
*** Libnettle 2.4 was not found.
I specify macros are
LD_LIBRARY_PATH=$LD_LIBRARY_PATH/path_of_nettle_2.4/lib and