Hi,
I'm installing lftp 3.2.1 under macosx 10.4 (tiger) with pkgsrc, but
encounters problems.
I'm compiling lftp with support for modules, and lftp builds without
problems.
The problem is that lftp can't load modules, and i get:
lftp :~> open localhost
dlopen(/usr/pkg/lib/lftp/3.2.1/proto-ftp.so, 10): Symbol not found:
__ZN6SMTask6ResumeEv
Referenced from: /usr/pkg/lib/lftp/3.2.1/liblftp-network.dylib
Expected in: flat namespace
open: ftp - not supported protocol
lftp :~> open sftp://localhost
dlopen(/usr/pkg/lib/lftp/3.2.1/proto-sftp.so, 10): Symbol not found:
__ZN6SMTask6ResumeEv
Referenced from: /usr/pkg/lib/lftp/3.2.1/liblftp-network.dylib
Expected in: flat namespace
open: sftp - not supported protocol
This is probably due to a problem in the way lftp uses libtool under
darwin, but i can't figure out what happens.
the problem is still exactly the same with lftp 3.3.0
Any hint?
antoine