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