You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Peter Poeml <po...@suse.de> on 2004/06/02 15:07:31 UTC

Re: NULL Pointer in auth module (Apache 2.0.48)

On Sat, May 22, 2004 at 04:53:12PM +0100, Dermot Tynan wrote:
> I'm at Witts End (twisty passages everwhere!).  I have
> written an authentication module as a DSO for Apache 2.0.48
> I run FreeBSD here and it works just fine.  I move the
> source over to a SuSE 9.0 box where Apache 2.0.48 has
> been installed from a binary RPM, and it compiles and
> drops into /usr/lib/apache2-prefork.  The problems arise
[...]
> but I can't figure out how.  APXS does give some grief in
> that it seems to want to refer to HTTP v1 on SuSE but
> even hand-compiling doesn't do the right thing.

If you have apache (1.3) installed alongside apache 2.0, and you call
the 'apxs' command, it will be the apxs of the 1.3 apache. The correct
command would be 'apxs2'.

Peter

-- 
Thought is limitation. Free your mind.