Comment 1 for bug 919277

Revision history for this message
Patrick Crews (patrick-crews) wrote : Re: The drizzle server is not able to start as "rabbitmq.variables" test is failing.

I do not think these two things are related.
1) The server's ability to start is not tied to passing 'make test'. Not passing 'make test' indicates that you likely don't have a server that is operating as it should, but it would still be able to start (depending on what/ how things failed). rabbitmq isn't critical to having an operating drizzle server.

2) The output you should pay attention to is here:
Plugin module
/usr/local/lib/drizzle7/libascii_plugin.so was compiled for version
20111129, which does not match the current running version of Drizzle:
20120130.
Couldn't load plugin library named 'ascii'.

Aborting:"Failed to initialize plugins". Abort was called from
drizzled/drizzled.cc:1341 in init_variables_after_daemonizing()

The problem is that the libascii plugin is for the previous release, though I do not know how this could have happened.

How did you build / install? Did you use the bzr source trees (it appears that way)?