You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Bernd Goldschmidt <Be...@gegenstromwaerts.de> on 2004/02/28 17:40:24 UTC

Update to 1.0.0 Freebsd, MOD_DAV: "libsvn_repos-1.so.0" not found

Hi.

I currently updated subversion to 1.0.0 with mod_dav_svn and apache 2.0.48.
Installation went fine, but trying to restart apache afterwards results in
an error: 

Cannot load /usr/local/libexec/apache2/mod_dav_svn.so into server: Shared
object  "libsvn_repos-1.so.0" not found 

The libsvn_repos-1.so.0 is indeed not available.

Any hints? Thank you,
   Bernd Goldschmidt


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Update to 1.0.0 Freebsd, MOD_DAV: "libsvn_repos-1.so.0" not found

Posted by Ben Collins-Sussman <su...@collab.net>.
Bernd Goldschmidt wrote:

> Hi.
> 
> I currently updated subversion to 1.0.0 with mod_dav_svn and apache 2.0.48.
> Installation went fine, but trying to restart apache afterwards results in
> an error: 
> 
> Cannot load /usr/local/libexec/apache2/mod_dav_svn.so into server: Shared
> object  "libsvn_repos-1.so.0" not found 
> 
> The libsvn_repos-1.so.0 is indeed not available.
> 
> Any hints? Thank you,
>    Bernd Goldschmidt

We need a whole lot more detail.  What does "updated" mean?  Did you 
build it by hand?  Use RPMS?  What OS?  Do you see the other libraries?


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: 500 PROPFIND error / unable to recover

Posted by Andreas Jellinghaus <aj...@dungeon.inka.de>.
you have an old repository. you need to "svnadmin dump" it with
an old tool, and "svnadmin load" with the new tool.

for more information see the mailing list archives, it was discussed
quite often, maybe even has it's own faq entry.

andreas
> svn: Expected version '3' of repository; found version '1'


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

500 PROPFIND error / unable to recover

Posted by Bernd Goldschmidt <Be...@gegenstromwaerts.de>.
Hi.
I'm managed to install apache 2.0.48 and svn 1.0.0 with mod_dav on FreeBSD.
No errors during installation, everything seems to work fine, Apache says:
Apache/2.0.48 (Unix) DAV/2 PHP/4.3.3 mod_jk/1.2.2 SVN/1.0.0 Server at
*xxx.tld* Port 80

Trying to checkout a newly created repository or commit on an existing
repos. brings:
svn: PROPFIND request failed on '/svn/bmev'
svn: PROPFIND of '/svn/bmev': 500 Internal Server Error 

And  trying to recover a repository created earlier with version 0.27.0
does:
svnadmin recover /usr/local/svn/phpcms
Please wait; recovering the repository may take some time...
svn: Expected version '3' of repository; found version '1'

Any Ideas?

Bernd



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

RE: Update to 1.0.0 Freebsd, MOD_DAV: "libsvn_repos-1.so.0" not found

Posted by Bernd Goldschmidt <Be...@gegenstromwaerts.de>.
> Ah, sorry, missed your subject line.  Does this mean you built from 
> FreeBSD ports?

Yes. And everything went somewhat strange. svnadmin was missing to. I'm
currently rebuild apache and subversion. I hope this time it will go fine.
I'll post my results here.

Bernd


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Update to 1.0.0 Freebsd, MOD_DAV: "libsvn_repos-1.so.0" not found

Posted by Ben Collins-Sussman <su...@collab.net>.
Bernd Goldschmidt wrote:

> The libsvn_repos-1.so.0 is indeed not available.
> 

Ah, sorry, missed your subject line.  Does this mean you built from 
FreeBSD ports?


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org