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

Re: Issue #997 - libtool: link: only absolute run-paths are allowed

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2004-07-07 03:51:41 CEST

On Mon, 2004-07-05 at 21:23, Kurt Guenther wrote:
> cd subversion/mod_authz_svn && /bin/sh /opt/subversion-1.0.5/libtool
> --silent --mode=link gcc -g -O2 -g -O2 -pthread -DNEON_ZLIB -rpath
> -avoid-version -module -o mod_authz_svn.la mod_authz_svn.lo

There's supposed to be an argument following -rpath. If you check the
Makefile, it's probably $(APACHE_LIBEXECDIR). For some reason, that
variable is coming up empty. Normally, it comes from running "apxs -q
libexecdir", but clearly something has gone wrong here. Perhaps
reviewing the configure output or config.log will reveal something
useful.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jul 7 03:51:54 2004

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.