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

make install - failing on apxs -i

From: jacob lewallen <jlewalle_at_cs.ucr.edu>
Date: 2002-05-27 00:02:33 CEST

    Hey there gang. . . I just clean installed subversion for the second
time in the past two days and ran into a few glitches in the process you
may/may not wanna hear about. The first has to to with neon so it's
probably not completely appropriate on the list but I'll mention it
anyway. . .

    During the configure it told me I needed neon, wgetted
neon-0.19.4.tar.gz, tar zxf, renamed as instructed. During the build I
got an error about an include not being found. The include is parser.h
on line 61 of ne_xml.c. I fixed this easily (prepended the path with
libxml/ as that's where libxml2 installed my includes) I don't know if
this is abnormal for my libxml installation or otherwise but I've had
to do this before (I also installed the boostrap and ran into the same
problem) After fixing this the build continued normally.

    The other problem was during the make install. I actually didn't
have this problem the first time around but I'm attributing that to the
fact that this is the first install I'm doing with httpd from CVS. The
problem occurs when it's installing the apache module for the server and
here's what she gives me:

cd subversion/mod_dav_svn ; /usr/local/pkgs/httpd/bin/apxs -i -a -n
dav_svn mod_dav_svn.la
/usr/local/pkgs/httpd/build/instdso.sh
SH_LIBTOOL='/usr/local/pkgs/httpd/build/libtool' mod_dav_svn.la
/usr/local/pkgs/httpd/modules
/usr/local/pkgs/httpd/build/libtool --mode=install cp mod_dav_svn.la
/usr/local/pkgs/httpd/modules/
libtool: install: error: cannot install `mod_dav_svn.la' to a directory
not ending in /usr/local/pkgs/svn/lib
apxs:Error: Command failed with rc=65536

I'm not familar with libtool so my fix was to edit the scripts to remove
this call (hehe) and ran again so this step was skipped. Everything went
fine and I installed the mod_dav_svn.so myself by hand and the server is
running fine.

My configure for SVN was:
/configure --prefix=/usr/local/pkgs/svn
--with-apr=../httpd-2.0/srclib/apr
--with-apr-util=../httpd-2.0/srclib/apr-util --with-apxs=/usr/local/pkgs/h

Thanks, this is my first post after reading a little for a while and I
have to say I'm extremely interested in SVN so far, once the cvs2svn is
working for me I'll be able to experiment a little more.

jacob lewallen
jlewalle@cs.ucr.edu

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon May 27 00:06:14 2002

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

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