Problems installing Request Tracker using Debian Linux

Hello,

This is my first time installing request tracker. Anyway, i have Debian version 2.2 (stable version… not the newest stable version that came out a few days ago). I’m also using postgres 7.1.3.

Anyway, i’ve gone through the RT/FM RT Manual, and i’ve gotten to the point of “make install”. However, when i do that, i get the following error messages:

mkdir -p //usr/local/rt2/bin
mkdir -p //usr/local/rt2/WebRT/data
mkdir -p //usr/local/rt2/WebRT/sessiondata
mkdir -p //usr/local/rt2/etc
mkdir -p //usr/local/rt2/lib
mkdir -p //usr/local/rt2/WebRT/html
mkdir -p //usr/local/rt2/local/WebRT/html
make: *** No rule to make target initialize.PG', needed by install’. Stop.

Also, i don’t know if this is a problem or not, but when i installed all the perl modules (first using CPAN, then realizing i could do it with apt-get install), i get the following when checking dependancies using ‘make fixdeps’:

Checking for DBD::Pg …DBD::Pg not installed.Installing with CPAN…Going to read /root/.cpan/Metadata
DBD::Pg is up to date.

This is the only package that i get this with and everytime i do ‘make fixdeps’, it still gives me that one message (all other modules installed correctly). Is it ok? It says it’s accessing CPAN to get it every single time, but i don’t know if it actually is.

Any help would be greatly appreciated, thanks.

-Ivan
Sign-up for your own FREE Personalized E-mail at Mail.com
Free email accounts | Register today at mail.com

Get 4 DVDs for $.49 cents! plus shipping & processing. Click to join.
http://adfarm.mediaplex.com/ad/ck/990-1736-3566-59

Crazy Diamond wrote:

make: *** No rule to make target initialize.PG', needed by install’. Stop.

Sounds like you’ve set

DB_TYPE = PG

instead of

DB_TYPE = Pg

in your Makefile. Case is important.