
Nmap Development mailing list archives
Re: Installation problem
From: Patrick Donnelly <batrick () batbytes com>
Date: Tue, 7 Jan 2014 16:25:02 -0500
On Wed, Jan 1, 2014 at 10:54 AM, Smriti Gambhir <smritigambhir92 () gmail com> wrote:
Hi folks! I wanted to explore Nmap and contribute to it's development. I am new to NMap. So please show some patience if I ask silly doubts. Thanks :) I am using KUbuntu. And I am getting the following error when I run make on my file. ./../liblua/liblua.a(loadlib.o): In function `ll_loadfunc': loadlib.c:(.text+0x5dc): undefined reference to `dlsym' loadlib.c:(.text+0x629): undefined reference to `dlerror' loadlib.c:(.text+0x658): undefined reference to `dlopen' loadlib.c:(.text+0x6eb): undefined reference to `dlerror' ./../liblua/liblua.a(loadlib.o): In function `gctm': loadlib.c:(.text+0x898): undefined reference to `dlclose' collect2: error: ld returned 1 exit status make[1]: *** [test/addrset] Error 1 make[1]: Leaving directory `/home/roitster/Downloads/nmap-6.40/ncat' make: *** [ncat_build] Error 2
Looks like you're missing the -ldl linker flag. Can you include more of the output from make. -- Patrick Donnelly _______________________________________________ Sent through the dev mailing list http://nmap.org/mailman/listinfo/dev Archived at http://seclists.org/nmap-dev/
Current thread:
- Installation problem Smriti Gambhir (Jan 01)
- Re: Installation problem Patrick Donnelly (Jan 07)
- Re: Installation problem Jacek Wielemborek (Jan 07)