|
Hack Tool Repository
tcpdump |
Comments:
|
If you get the following error: /usr/local/lib/libcrypto.a(dso_dlfcn.o): In function `dlfcn_bind_func: dso_dlfcn.c:(.text+0x27d): undefined reference to `dlsym dso_dlfcn.c:(.text+0x2f9): undefined reference to `dlerror /usr/local/lib/libcrypto.a(dso_dlfcn.o): In function `dlfcn_bind_var: dso_dlfcn.c:(.text+0x36d): undefined reference to `dlsym dso_dlfcn.c:(.text+0x3e1): undefined reference to `dlerror /usr/local/lib/libcrypto.a(dso_dlfcn.o): In function `dlfcn_unload: dso_dlfcn.c:(.text+0x44c): undefined reference to `dlclose /usr/local/lib/libcrypto.a(dso_dlfcn.o): In function `dlfcn_load: dso_dlfcn.c:(.text+0x4f5): undefined reference to `dlopen dso_dlfcn.c:(.text+0x546): undefined reference to `dlclose dso_dlfcn.c:(.text+0x56f): undefined reference to `dlerror collect2: ld returned 1 exit status make: *** [tcpdump] Error 1
You will need to change the LDFLAGS in the Makefile from: by marc at 2007-12-29 17:23:29 |
