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

Re: compile problems

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2004-02-16 23:32:39 CET

Andreas Jellinghaus <aj@dungeon.inka.de> writes:

> cd subversion/mod_authz_svn && /bin/sh
> /home/aj/subversion/src/subversion-0.37.0/libtool --silent --mode=link
> gcc -g -O2 -g -O2 -pthread -DNEON_ZLIB -rpath -avoid-version

Should be -rpath /path/to/apache/modules

> -module -o mod_authz_svn.la mod_authz_svn.lo
> ../../subversion/libsvn_subr/libsvn_subr-1.la -lz
> libtool: link: only absolute run-paths are allowed
> make: *** [subversion/mod_authz_svn/mod_authz_svn.la] Error 1

It looks your Makefile doesn't set APACHE_LIBEXECDIR correctly. It
should be set by configure to the output of "apxs -q libexecdir",
something like

$ grep APACHE_LIBEXECDIR Makefile
APACHE_LIBEXECDIR = $(DESTDIR)/usr/local/apache2/modules

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Feb 16 23:33:05 2004

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.