Opened 11 years ago

Closed 11 years ago

Last modified 9 years ago

#343 closed defect (fixed)

Static compile with port check fails

Reported by: rainer Owned by: rainer
Priority: major Milestone: 3.1.0
Component: main Version:
Keywords: Cc:

Description

On newer Linux versions, pmap_getmaps() is not in the static library anymore and thus the compile fails. Need to check for the availability of pmap_getmaps(). Reported by Ian Baldwin:

sh_portcheck.o: In function 'check_rpc_list':
x_sh_portcheck.c:(.text+0x25cc): undefined reference to 'pmap_getmaps'
collect2: error: ld returned 1 exit status
make: *** [samhain] Error 1

Change History (1)

comment:1 by rainer, 11 years ago

Resolution: fixed
Status: newclosed

Believed to be fixed by changeset [439].

Note: See TracTickets for help on using tickets.