Shaul Karl wrote:

On Mon, Mar 24, 2003 at 12:00:43AM +0200, Boaz Rymland wrote:


i wasn't familiar with tcpdmatch till now. yep, broken too on my machine. ldd -r on the binary gives some "undefined symbols".





 ldd -r and an unprofessional go/no-go test for tcpd{match,chk} makes
them pass.
 Maybe other people can check it too. Perhaps it will give a clue. My
system is mostly Debian testing. Not sure how many bits are from
unstable. Probably not many, if at all.

I'm not quite sure what you meant in the first sentence, but anyhow below is some more info, perhaps informative:

** ldd -r  /usr/sbin/tcpdmatch gives:
libwrap.so.0 => /lib/libwrap.so.0 (0x4001b000)
libc.so.6 => /lib/libc.so.6 (0x40024000)
libnsl.so.1 => /lib/libnsl.so.1 (0x40134000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
undefined symbol: tcpd_gethostbyname    (/usr/sbin/tcpdmatch)
undefined symbol: numeric_addr  (/usr/sbin/tcpdmatch)

-- running it: tcpdmatch pure-ftpd-wrapper 192.168.1.2  gives:
tcpdmatch: relocation error: tcpdmatch: undefined symbol: numeric_addr

** ldd -r  /usr/sbin/tcpdchk gives:
libwrap.so.0 => /lib/libwrap.so.0 (0x4001b000)
       libc.so.6 => /lib/libc.so.6 (0x40024000)
       libnsl.so.1 => /lib/libnsl.so.1 (0x40134000)
       /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
undefined symbol: skip_ipv6_addrs       (/usr/sbin/tcpdchk)
undefined symbol: tcpd_gethostbyname    (/usr/sbin/tcpdchk)
undefined symbol: numeric_addr  (/usr/sbin/tcpdchk)
undefined symbol: cidr_mask_addr        (/usr/sbin/tcpdchk)

-- running it: tcpdchk  (no parameters) gives:
tcpdchk: relocation error: tcpdchk: undefined symbol: skip_ipv6_addrs

Boaz.





=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Reply via email to