Re[2]: Could not load dev_svn module

2014-07-13 Thread Znenya Khokhryakov
Thanks. It works Fri, 11 Jul 2014 10:23:03 +0100 от Philip Martin : >Znenya Khokhryakov < zhen_kh...@mail.ru > writes: > >> Hello. I'm trying to install viewVC for browsing svn and getting this error >> >> undefined symbol: dav_register_provider    (/usr/libexec/mod_dav_svn.so) > >You need to l

Re: Could not load dev_svn module

2014-07-11 Thread Philip Martin
Znenya Khokhryakov writes: > Hello. I'm trying to install viewVC for browsing svn and getting this error > > undefined symbol: dav_register_provider    (/usr/libexec/mod_dav_svn.so) You need to load the mod_dav module before loading mod_dav_svn. -- Philip Martin | Subversion Committer WANdis

Could not load dev_svn module

2014-07-10 Thread Znenya Khokhryakov
Hello. I'm trying to install viewVC for browsing svn and getting this error undefined symbol: dav_register_provider    (/usr/libexec/mod_dav_svn.so) when doing ldd -r /usr/libexec/mod_dav_svn.so For start up viewVC I need to apache http server. This symbol cant be loaded by apache when I lo