Re: undefined symbol: ap_null_cleanup

Shugo Maeda <[email protected]> Sat, 04 Mar 2006 12:26:53 +0900
Newsgroups gmane.comp.apache.mod-ruby
Message-ID <[email protected]>
Hi,
At 02/24/06 00:01:33 (JST),
Sarath Kumar Maniyil <[email protected]> wrote:
>   When I add the statement AddModule mod_ruby.so to the httpd.conf
file and
> try restarting Apache, I get the error "Cannot load mod_ruby.so into
server.
> undefined symbol: ap_null_cleanup
>
>   Can anyone please help me with this.

What version of your Apache?

It seems that mod_ruby was compiled for Apache1, but it was
loaded by Apache2.
Did you specify the correct apxs for configure.rb?

  $ ruby configure.rb --with-apxs=/path/to/apxs

Shugo