You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by jacob lewallen <jl...@cs.ucr.edu> on 2002/05/26 22:02:33 UTC

make install - failing on apxs -i

   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

Re: make install - failing on apxs -i

Posted by jacob lewallen <jl...@cs.ucr.edu>.
jacob lewallen wrote:

>    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 

    This appears to be fixed in the latest neon (0.21.0), so nevermind 
on this one. Perhaps when we get the chance we should test with the 
latest neon and update the URL in the configure script?

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