Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Install a command-line WebDAV client' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Install a command-line WebDAV client
Authored by: DMCrimson on Apr 24, '03 01:49:39PM

I managed to compile this under 10.2.5, there were some XML-related troubles on the make phase, but installing expat separately solved them...
STEPS (assuming you work in some default directory...):

1-Install expat:
get the sources: curl -O http://belnet.dl.sourceforge.net/sourceforge/expat/expat-1.95.6.tar.gz
tar xvfz expat-1.95.6.tar.gz
cd expat-1.95.6
./configure
make
sudo make install

2 - install cadaver
as in original hint, but rather configure as follows:
./configure --with-ssl --enable-netrc --with-expat
--with-expat will find the freshly installed libs... and make will succeed...



[ Reply to This | # ]