I don't know if this will help you but we were able to build Neon with SSL support for the ARM processor:
./configure --host arm-unknown-linux --target arm-unknown-linux-gnu --disable-webdav --with-ssl=openssl --with-libs=/opt/openssl-0.9.7m Joost Pisters wrote: > Hello dear friends, > > I am trying to compile neon with ssl support om a rh9 machine to use > davfs2. Here's what I did: > > wget http://www.webdav.org/neon/neon-0.26.3.tar.gz > tar -zxvf neon-0.26.3.tar.gz > cd neon-0.26.3.tar.gz > ./configure --with-ssl > make > make install > > I the proceeded to install davfs2-1.2.1 and tried to login to a webdav > site, the result was: > /sbin/mount.davfs: neon library does not support TLS/SSL > > And a forum entry suggested to check neon in the following way: > > "neon-config --support ssl > and > 'echo $?' > immediatly after this. > A value of '0' indicates ssl support. " > > I got a value of '1' indicating that ssl support is not on. My > question is this: Can anyone point me in the right direction how I can > get ssl support going? > > Any help greatly appreciated! > > > Met vriendelijke groet, > > Joost Pisters > ------------------------------------------------------------------------ > > _______________________________________________ > neon mailing list > [email protected] > http://mailman.webdav.org/mailman/listinfo/neon > Videx Inc. 1105 N. E. Circle Blvd. Corvallis OR 97330 (541) 758-0521 Electronic Privacy Notice. This email, and any attachments, contains information that is, or may be, covered by electronic communications privacy laws, and is also confidential and proprietary in nature. If you are not the intended recipient, please be advised that you are legally prohibited from retaining, using, copying, distributing, or otherwise disclosing this information in any manner. Instead, please reply to the sender that you have received this communication in error, and then immediately delete it. Thank you in advance for your cooperation. _______________________________________________ neon mailing list [email protected] http://mailman.webdav.org/mailman/listinfo/neon
