Using the pure-ftpd downloaded from qnx

Has anybody tried the pure-ftpd server? I downloaded it from qnx, installed
it, and tried to run it from the command line. I got these errors:

unknown symbol: freeaddrinfo
unknown symbol: getnameinfo
unknown symbol: openlog
unknown symbol: closelog
unknown symbol: syslog
unknown symbol: getaddrinfo
Could not resolve all symbols


This looks like a .DLL type of problem, or the unix equivalent. Has anybody
else gotten this package to work?

Robert Kindred

You have to install 6.2 (try uname -a), these functions
are in libsocket.so of 6.2

-xtang

Robert Kindred <RKindred@swri.edu> wrote:

Has anybody tried the pure-ftpd server? I downloaded it from qnx, installed
it, and tried to run it from the command line. I got these errors:

unknown symbol: freeaddrinfo
unknown symbol: getnameinfo
unknown symbol: openlog
unknown symbol: closelog
unknown symbol: syslog
unknown symbol: getaddrinfo
Could not resolve all symbols



This looks like a .DLL type of problem, or the unix equivalent. Has anybody
else gotten this package to work?

Robert Kindred

Thanks for the tip.

Robert Kindred

“Xiaodan Tang” <xtang@qnx.com> wrote in message
news:af35l3$auq$1@nntp.qnx.com

You have to install 6.2 (try uname -a), these functions
are in libsocket.so of 6.2

-xtang

snip