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