<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.0.8">
</HEAD>
<BODY>
I've tried everything to get it to work correctly. The make is pointing to the right RT install. I noticed the RT config is using RT_Config.pm and not siteconfig but changing that helps nothing. any ideas?<BR>
<BR>
[root@icwpls10 rtfm-2-0-1]# make install<BR>
for dir in `cd ./lib/ && find . -type d -print`; do \<BR>
  /bin/sh ./install-sh -d -m 0755 /usr/local/rt3/lib/$dir ; \<BR>
done<BR>
for f in `cd ./lib/ && find . -type f -name \*.pm -print`; do \<BR>
  /bin/sh ./install-sh  -m 0644 lib/$f  /usr/local/rt3/lib/$f ; \<BR>
done<BR>
for dir in `cd ./html/ && find . -type d -print`; do \<BR>
  /bin/sh ./install-sh -d -m 0755 /usr/local/rt3/share/html/$dir ; \<BR>
done<BR>
for f in `cd ./html/ && find . -type f -print`; do \<BR>
  /bin/sh ./install-sh  -m 0644 html/$f /usr/local/rt3/share/html/$f ; \<BR>
done<BR>
for dir in `cd ./po/ && find . -type d -print`; do \<BR>
  /bin/sh ./install-sh -d -m 0755 /usr/local/rt3/local/po/$dir ; \<BR>
done<BR>
for f in `cd ./po/ && find . -type f -print`; do \<BR>
 echo "Installing /usr/local/rt3/share/html/$f" ; \<BR>
  /bin/sh ./install-sh  -m 0644 po/$f  /usr/local/rt3/local/po/$f ; \<BR>
done<BR>
/usr/bin/perl /usr/local/rt3/sbin//rt-setup-database --action schema --datadir ./etc/ --dba root --prompt-for-dba-password<BR>
Unknown option: datadir<BR>
In order to create a new database and grant RT access to that database,<BR>
this script needs to connect to your mysql instance on localhost as root.<BR>
Please specify that user's database password below. If the user has no database<BR>
password, just press return.<BR>
 <BR>
Password: $0 called with an invalid --action parametermake: *** [initdb] Error 255<BR>
<BR>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
<PRE>-- 
Richie Crews
Team Lead of Unix Systems and Technologies
Red Hat Certified Engineer
Email: rcrews@intercall.com
Cell: (706) 773 - 3436
Desk: (706) 634 - 3681
Fax: (706) 634 - 3831

Unix is very user friendly, its just picky on who it likes...

"Providing security for your email needs"
Stop Spam, Support RBL http://www.mail-abuse.org</PRE>
</TD>
</TR>
</TABLE>

</BODY>
</HTML>