You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Gerd Kortemeyer <ko...@lite.msu.edu> on 2001/01/06 21:25:35 UTC

Re: newbie needs help

> $r->content_type("text/plain";

You are missing a ")" here. Check the error_log of Apache for errors like that.

- Gerd.

Re: Configtest yields bad news...

Posted by "G.W. Haywood" <ge...@www.jubileegroup.co.uk>.
Hi there,

On Sat, 6 Jan 2001, andrewl wrote:

> "Cannot load /usr/local/apache/modules/libperl.so into server: undefined symbol:
> ap_ctx_get"

> Any clues?

Have you read .../mod_perl/SUPPORT

?

73,
Ged.


Re: Configtest yields bad news...

Posted by andrewl <an...@hostahaven.com>.
/usr/local/apache/bin/apachectl configtest

produces

"Cannot load /usr/local/apache/modules/libperl.so into server: undefined symbol:
ap_ctx_get"

I'm done some searches for clues at RedHat and other sites, but all I see is
something about and IBM issue.
Any clues?

Andrew L.