On 07/29/2014 08:23 AM, Matthias Henze wrote: > Am 28.07.2014 um 22:57 schrieb Alex Vandiver: >> What version of MIME::Parser? You can check by running >> perl -MMIME::Parser\ 99 > > root@rt:~# perl -MMIME::Parser\ 99 > MIME::Parser version 99 required--this is only version 5.505. > BEGIN failed--compilation aborted.
Hm, OK. Unfortunately, nothing particularly telling there. > Bailout called. Further testing stopped: RT_DBA_USER and > RT_DBA_PASSWORD environment variables need to be set in order to run > 'make test' > > Then I set the two variables by export and got: Those two should be set to the username and password of a user which has the right to create and drop databases. The errors you show imply that it failed to create the database. - Alex -- RT Training - Boston, September 9-10 http://bestpractical.com/training
