[haiku-3rdparty-dev] Re: Is there a way to create an SVN repos locally on my Haiku machine?

  • From: "Ingo Weinhold" <ingo_weinhold@xxxxxx>
  • To: haiku-3rdparty-dev@xxxxxxxxxxxxx
  • Date: Tue, 12 Jul 2011 17:03:45 +0200

hey68 you wrote:
> Can I use the svnserve and svnadmins commands to create a local server
> repository for my own personal project on a Haiku machine?

Yes.

> When I try I get these errors:
> 
> > svnserve
> runtime_loader: /boot/common/lib/libapr-1.so.0.4.2: Could not resolve symbol
> 'connect'
> resolve symbol "connect" returned: -2147478780
> runtime_loader: /boot/common/lib/libapr-1.so.0.4.2: Troubles relocating:
> Symbol not found

Apparently the APR package is broken, the library doesn't link against 
libnetwork although it should. Please file a bug report.

As a work-around you can use:

  LD_PRELOAD=/system/lib/libnetwork.so svnserve ...

CU, Ingo

Other related posts: