Results 1 to 2 of 2
I am having issues setting davfs2 in Ubuntu 9.10. I am using webdav and have file system mounted on address "localhost:50080/vmfs" Its a vmfs file system. I CAN browse to ...
- 01-19-2010 #1Just Joined!
- Join Date
- Jan 2010
- Posts
- 5
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 address "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 h t t p://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.
- 01-20-2010 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,975
Make sure you have the correct neon package(s) installed. It may be that you have an earlier or later version of the library installed, hence the open library failure.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote