Hi,

I've been using sitecopy successfully since January, but after a recent update from CVS the new version quits on startup because it can't find /sw/lib/libneon.18.dylib...
When I tried to install sitecopy-ssl instead, it fails. What's worse, even a rebuild and install of sitecopy (without ssl) fails with an error message now. Here is the log of my attempt to build sitecopy-ssl (after a fink updat-all):

...
%%%% everything looks OK above here ....
...
gcc -L/sw/lib -L./libneon -L/sw/lib -o sitecopy src/sites.o src/sitefiles.o src/fileset.o src/sitestore.o src/rcfile.o src/common.o src/ftp.o src/ftpdriver.o src/davdriver.o src/rshdriver.o src/console_fe.o lib/netrc.o lib/basename.o lib/dirname.o lib/fnmatch.o lib/getopt.o lib/getopt1.o lib/rpmatch.o lib/yesno.o -lneon -lssl -lcrypto -L/sw/lib -lxml -lz -lintl
/usr/bin/ld: warning multiple definitions of symbol _locale_charset
/sw/lib/libintl.dylib(localcharset.lo) definition of _locale_charset
/sw/lib/libiconv.2.dylib(localcharset.lo) definition of _locale_charset
/usr/bin/ld: Undefined symbols:
_md5_finish_ctx
_md5_init_ctx
_md5_process_bytes
_md5_to_ascii
_neon_debug
_sock_register_notify
_md5_stream
_ascii_to_md5
_hip_xml_create

...
%%% Lots more ...
...

_http_set_server_auth
_http_set_useragent
_neon_debug_init
_neon_version_string
/usr/bin/ld: warning unused multiple definitions of symbol _fnmatch
lib/fnmatch.o definition of _fnmatch in section (__TEXT,__text)
...
%%%% Lots of warnings like this...
...
/usr/lib/libSystem.dylib(getopt.o) unused definition of _optopt
make: *** [sitecopy] Error 1
### make failed, exit code 2
Failed: compiling sitecopy-ssl-0.10.12-1 failed

Reply via email to