[rt-users] unrecognized roll option "nocreateuser"

BALLANTINE, JAMES W jb7492 at att.com
Mon Mar 6 11:31:42 EST 2017


I'm trying to install rt on a RHEL7 system, and have apache2, perl
5.24.1 and postgresql-9.5.6 installed.

When I try to run make initialize-database, it fails with :

Now inserting database ACLs.
[73393] [Mon Mar  6 14:46:20 2017] [warning]: DBD::Pg::st execute
failed: ERROR:  unrecognized role option "nocreateuser"
LINE 1: ...tuser" WITH PASSWORD 'XXXXXXXXXXXXXX' NOCREATEDB NOCREATEUS...
                                                             ^ at
/usr/local/add-on/src/rt-4.4.1/sbin/../lib/RT/Handle.pm line 476.
(/usr/local/add-on/src/rt-4.4.1/sbin/../lib/RT/Handle.pm:476)
[73393] [Mon Mar  6 14:46:20 2017] [critical]: DBD::Pg::st execute
failed: ERROR:  unrecognized role option "nocreateuser"
LINE 1: ...tuser" WITH PASSWORD 'XXXXXXXXXXXXXX' NOCREATEDB NOCREATEUS...
                                                             ^ at
/usr/local/add-on/src/rt-4.4.1/sbin/../lib/RT/Handle.pm line 476.
(/usr/local/add-on/src/rt-4.4.1/sbin/../lib/RT.pm:390)
DBD::Pg::st execute failed: ERROR:  unrecognized role option "nocreateuser"
LINE 1: ...tuser" WITH PASSWORD 'XXXXXXXXXXXXXXXX' NOCREATEDB NOCREATEUS...
                                                             ^ at
/usr/local/add-on/src/rt-4.4.1/sbin/../lib/RT/Handle.pm line 476.
make: *** [initialize-database] Error 255

If I do a find . -depth -type f | grep -i NOCREATEUSER, it find
nothing.  Now i understand that NOCREATEUSER was removed in
pg-9.6, but why doesn't the make complete, and where is the NOCREATEUSER
coming from?

Thanks

Jim Ballantine



More information about the rt-users mailing list