Rtfm-2.2.0rc6

While playing around with a new VM with RT-3.6.4 and Oracle XE I found
that installing RTFM-2.2.0RC6 is not a problem but running:
make dropdb
is.
This is the output of make dropdb
root@lamp:/home/rt/RTFM-2.2.0RC6# make dropdb
DBD::Oracle::db do failed: ORA-00942: table or view does not exist (DBD
ERROR: error possibly near <> indicator at char 11 in 'DROP TABLE
<
>FM_Articles_seq’) [for Statement “DROP TABLE FM_Articles_seq”] at
inc/Module/Install/RTx/Factory.pm line 108.
DBD::Oracle::db do failed: ORA-02289: sequence does not exist (DBD
ERROR: error possibly near <> indicator at char 14 in 'DROP sequence
<
>FM_Articles_seq_seq’) [for Statement “DROP sequence
FM_Articles_seq_seq”] at inc/Module/Install/RTx/Factory.pm line 110.

Using SQLplus to verify what happens shows that the tables and sequences
have gone so the drop works.

Greetings,

Joop