[rt-users] RTFM 2.X won't install, gives error.

Richie Crews rcrews at intercall.com
Tue Oct 7 16:26:42 EDT 2003


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?

[root at icwpls10 rtfm-2-0-1]# make install
for dir in `cd ./lib/ && find . -type d -print`; do \
  /bin/sh ./install-sh -d -m 0755 /usr/local/rt3/lib/$dir ; \
done
for f in `cd ./lib/ && find . -type f -name \*.pm -print`; do \
  /bin/sh ./install-sh  -m 0644 lib/$f  /usr/local/rt3/lib/$f ; \
done
for dir in `cd ./html/ && find . -type d -print`; do \
  /bin/sh ./install-sh -d -m 0755 /usr/local/rt3/share/html/$dir ; \
done
for f in `cd ./html/ && find . -type f -print`; do \
  /bin/sh ./install-sh  -m 0644 html/$f /usr/local/rt3/share/html/$f ; \
done
for dir in `cd ./po/ && find . -type d -print`; do \
  /bin/sh ./install-sh -d -m 0755 /usr/local/rt3/local/po/$dir ; \
done
for f in `cd ./po/ && find . -type f -print`; do \
 echo "Installing /usr/local/rt3/share/html/$f" ; \
  /bin/sh ./install-sh  -m 0644 po/$f  /usr/local/rt3/local/po/$f ; \
done
/usr/bin/perl /usr/local/rt3/sbin//rt-setup-database --action schema
--datadir ./etc/ --dba root --prompt-for-dba-password
Unknown option: datadir
In order to create a new database and grant RT access to that database,
this script needs to connect to your mysql instance on localhost as
root.
Please specify that user's database password below. If the user has no
database
password, just press return.
 
Password: $0 called with an invalid --action parametermake: *** [initdb]
Error 255

-- 
Richie Crews
Team Lead of Unix Systems and Technologies
Red Hat Certified Engineer
Email: rcrews at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20031007/3390597d/attachment.htm>


More information about the rt-users mailing list