[freeside-users] RT Errors
Gerald V. Livingston II
gerald.freeside at sysmatrix.net
Mon Feb 26 02:43:37 PST 2007
On Mon, 26 Feb 2007 05:11:29 -0500 "Sales at MichianaWireless.Com"
<Sales at MichianaWireless.Com> wrote:
> I am wondering about this as I got this message when setting up:
>
> After that, you need to initialize RT's database by running
> 'make initialize-database'
> make[1]: Leaving directory `/usr/src/freeside-1.5.8/rt'
>
> But when I do the make initialize-database I get:
>
> [root at billing freeside-1.5.8]# make initialize-database
> make: *** No rule to make target `initialize-database'. Stop.
Were you in src/freeside-1.5.8/rt/ when you ran that make command? Check
that because the line below is definitely in the rt Makefile but *NOT* in
the main freeside Makefile. (line wrapped below)
initialize-database:
$(PERL) $(DESTDIR)/$(RT_SBIN_PATH)/rt-setup-database --action init
--dba $(DB_DBA) --prompt-for-dba-password
Gerald
More information about the freeside-users
mailing list