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

Make error - No DSO implementation, `os_handle' undeclared

From: Eric Johnson <Eric.R.Johnson_at_Sun.COM>
Date: 2003-10-28 19:37:55 CET

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.

Any help much appreciated. More detail is below.

--EJ

The makefile was built with:

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

{root}iceland:[86]>make
make[1]: Entering directory `/disk2/ejstuff/subversion-0.32.1/apr/dso/unix'
/bin/bash /disk2/ejstuff/subversion-0.32.1/apr/libtool --silent --mode=compile /usr/local/bin/gcc -g -O2 -pthreads -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I../../include -I../../include/arch -I../../include/arch/unix -c dso.c && touch dso.lo
dso.c:62:2: #error No DSO implementation specified.
dso.c: In function `apr_dso_load':
dso.c:182: `os_handle' undeclared (first use in this function)
dso.c:182: (Each undeclared identifier is reported only once
dso.c:182: for each function it appears in.)
make[1]: *** [dso.lo] Error 1
make[1]: Leaving directory `/disk2/ejstuff/subversion-0.32.1/apr/dso/unix'
make: *** [all-recursive] Error 1

_______________________________________
Eric R. Johnson
SunServices
Sun Microsystems, Inc.
Phone: (303)-272-5671, x75671
Email: eric.r.johnson@sun.com
_______________________________________

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Oct 28 19:42:43 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.