LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Setting davfs2 with the Ubuntu 9.10 (https://www.linuxquestions.org/questions/linux-software-2/setting-davfs2-with-the-ubuntu-9-10-a-783310/)

amirsd 01-19-2010 03:53 PM

Setting davfs2 with the Ubuntu 9.10
 
I am having issues setting davfs2 in Ubuntu 9.10. I am using webdav and have file system mounted on "http://localhost:50080/vmfs" Its a vmfs file system. I CAN browse to this URL and can see the files.

I downloaded the davfs2 package by
# sudo apt-get update
than
# sudo apt-get install davfs2

after davfs2 installation I want to issue a command to mount to a directory made "/mnt/trial"

I see many syntax e.g mount.davfs but that gives me an error below

mount.davfs: error while loading shared libraries: libneon.so.27: cannot open shared object file: No such file or directory

OR

mount http://localhost:50080/vmfs /mnt/trial davfs does not works either

Can some please assist me if there are further steps in using davfs2 like getting more library functions or using the proper syntax.

knudfl 01-20-2010 08:00 AM

I can help with this :
libneon.so.27: No such file or directory.


The command to get it installed is :

sudo apt-get install libneon27
.. or use the Synaptic package manager.
.....


All times are GMT -5. The time now is 04:59 AM.