Re: undefined symbol: rb_defout when loading mod_ruby
Ketil Kristiansen <[email protected]>
| Newsgroups | gmane.comp.apache.mod-ruby |
|---|---|
| Message-ID | <[email protected]> |
Hi, On Mon, 26 Apr 2004, Tim Bates wrote: > Syntax error on line 60 of /etc/apache/conf/apache.conf: > Cannot load /etc/apache/extramodules/mod_ruby.so into server: > etc/apache/extramodules/mod_ruby.so: undefined symbol: rb_defout > > I know I've seen this before, but I can't remember what I did to fix it. > Can anyone enlighten me? Could be you have an old version of a library lying around in your library path; check which libraries mod_ruby.so links with (ldd mod_ruby.so), if the paths are right, and see if you have multiple versions of the ruby libraries lying about. That's the only thing I can think of at the moment... Regards, -Ketil -- "Reality is that which, when you stop believing in it, doesn't go away." - Philip K. Dick