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

Re: solaris compile error: caused by mod_authz_svn change

From: Joe Orton <joe_at_manyfish.co.uk>
Date: 2004-04-29 09:30:19 CEST

On Wed, Apr 28, 2004 at 10:52:13AM -0700, solo turn wrote:
> one error is still bugging here, i cannot build a new solaris binary and still have no idea where
> this might come from:

The failure is caused by the change to link Apache modules with
-no-undefined, which will break on Unix platforms where -no-undefined is
not a noop e.g. Solaris.

...
> Undefined first referenced
> symbol in file
> ap_hook_auth_checker mod_authz_svn.lo
> ap_set_file_slot mod_authz_svn.lo
> dav_svn_split_uri mod_authz_svn.lo
> ap_satisfies mod_authz_svn.lo
> ap_some_auth_required mod_authz_svn.lo
> ap_hook_access_checker mod_authz_svn.lo
> ap_log_perror mod_authz_svn.lo
> ap_note_auth_failure mod_authz_svn.lo
> ap_log_rerror mod_authz_svn.lo
> ap_set_flag_slot mod_authz_svn.lo
> ld: fatal: Symbol referencing errors. No output written to .libs/mod_authz_svn.so
> make: *** [subversion/mod_authz_svn/mod_authz_svn.la] Error 1
> make: *** Waiting for unfinished jobs....

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Apr 29 09:31:25 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.