Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 122350 - davfs-0.2.7 does not find neon lib
Summary: davfs-0.2.7 does not find neon lib
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Other
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-10 04:09 UTC by Julian
Modified: 2006-02-10 04:48 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Julian 2006-02-10 04:09:51 UTC
Davfs does not find libneon. This is what I get

mafalda julian # mount.davfs
mount.davfs: error while loading shared libraries: libneon.so.24: cannot open shared object file: No such file or directory
mafalda julian #

My versions:

mafalda julian # eix neon
* net-misc/neon
     Available versions:  0.24.7 ~0.25.3
     Installed:           0.25.3
     Homepage:            http://www.webdav.org/neon/
     Description:         HTTP and WebDAV client library


Found 1 matches
mafalda julian # eix davfs
* net-fs/davfs2
     Available versions:  0.2.4-r1 ~0.2.4-r2 ~0.2.7
     Installed:           0.2.7
     Homepage:            http://dav.sourceforge.net
     Description:         a Linux file system driver that allows you to mount a WebDAV server as a local disk drive. Davfs2 uses Coda for kernel driver and neon for WebDAV interface

Found 1 matches

It looks like it is looing at the wrong library. Because my neonlibs are:

mafalda julian # ls /usr/lib/libne*
/usr/lib/libneon.a   /usr/lib/libneon.so.25      /usr/lib/libnetpbm.so
/usr/lib/libneon.la  /usr/lib/libneon.so.25.0.3  /usr/lib/libnetpbm.so.10
/usr/lib/libneon.so  /usr/lib/libnetpbm.a        /usr/lib/libnetpbm.so.10.31
mafalda julian #
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-02-10 04:48:15 UTC
davfs2 won't work compile against neon 0.25.x - see Bug 121804. 

DEPEND="ssl? ( >=dev-libs/openssl-0.9.6 )
                socks5? ( >=net-proxy/dante-1.1.13 )
                dev-libs/libxml2
                <net-misc/neon-0.25
                sys-libs/zlib"

echo ">=net-misc/neon-0.25" >> /etc/portage/package.mask and run revdep-rebuild after downgrading neon.