onsdagen den 6 november 2002 19.05 skrev Benjamin Pflugmann: > Hi. > > On Wed 2002-11-06 at 16:56:30 +0100, Oden Eriksson wrote: > > Hi. > > > > I just got an e-mail saying subversion didn't work. > > Yes. The protocol modules are not found. > > # sudo ln -s /usr/lib/libsvn_ra_local-1.so.0 /usr/lib/libsvn_ra_local-1.so > > fixed the problem regarding local repositories for me, for now.
Yes I noticed that. I wonder if it has something to do with wrong sonames or something? > > I tracked it down to that "*.so" files is needed for normal > > operations, and from what I can tell these files belong to a devel > > subpackage. What should I do? > > The libsvn_ra_*.so files are modules (remote access methods). I don't > know about any policies, but I apache also has such .so modules: At least apache don't produces modules like this: libsvn_ra_local-1.so -> libsvn_ra_local-1.so.0 libsvn_ra_local-1.so.0 -> libsvn_ra_local-1.so.0.0.0 libsvn_ra_local-1.so.0.0.0 Maybe I just should ignore Mr. Lint in this case... -- Regards // Oden Eriksson, Deserve-IT Networks Check the "Modules For Apache2" status page at: http://www.deserve-it.com/modules_for_apache2.html
