Mailing List Archive

[mod_backhand-users] [solved] Problems with dynamically loade d candidacy functions on Solaris
Hi -

FYI - I've got the byHostname DSO working on Solaris now after building a
static mod_backhand. The error I was seeing at httpd startup looked like:

ld.so.1: /apache/bin/httpd: fatal: relocation error:
file /apache/libexec/byHostname.so: symbol serverstats:
referenced symbol not found

I had to turn on SHARED_CORE to make it work, like so:

./configure \
--prefix=/apache \
--enable-rule=SHARED_CORE \
--enable-module=info \
--enable-module=status \
--enable-module=backhand

Everything else is right out-of-the-box...

Thanks,
Larry Leszczynski