On Thu, 31 Aug 2000, Derrick wrote:
> Dear all,
> This is my second time sending this email with the same content. If anybody
> know how to fix my problem, please let me know. Thanks.
> I am trying to install mod-perl on my freebsd 4.0 server with stronghold and
> lastest modperl from cvs. I keep having the same error as follow:
> `XS_Apache__Util_validate_password':
> Util.o(.text+0x7ac): undefined reference to `ap_validate_password'
...
> Stop in /usr/local/stronghold/src.
i guess your stronghold is an *old* version of apache. you can solve by
using Makefile.PL PERL_UTIL_API=0 or just remove these 4 lines from
Util.xs:
int
validate_password(passwd, hash)
const char *passwd
const char *hash