[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Make error - No DSO implementation, `os_handle' undeclared

From: Joe Orton <joe_at_manyfish.co.uk>
Date: 2003-10-28 23:35:23 CET

On Tue, Oct 28, 2003 at 11:37:55AM -0700, Eric Johnson wrote:
> Hi,
>
> I'm trying to build svn on Solaris 8. I've been
> able to successfully create a makefile with
> configure. However, when I run make, it fails with
> the following error from the DSO routines
> ('os_handle' undeclared). Unfortunately, I plan
> to use svn to allow remote users access via
> Apache/webDAV, so I think I need the DSO stuff.
>
> I haven't been able to figure out where the
> os_handle is set, what the allowed values are and
> why configure didn't set it properly. If I can
> set this manually somewhere that'd be fine by me.

> ./configure --with-neon=/usr/local --enable-dso \
> --with-apxs \
> --with-berkeley-db=/usr/local/BerkeleyDB.4.0/include:/usr/local/BerkeleyDB.4.0/lib

Did you try it without --enable-dso first? It should just work out of
the box, but passing --enable-dso like that will ensure that you don't
get working DSO support unfortunately.

Regards,

joe

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Oct 28 23:37:51 2003

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.