Sponsored Content
Full Discussion: Request Tracker
Operating Systems Solaris Request Tracker Post 302102334 by sparcguy on Tuesday 9th of January 2007 11:04:57 PM
Old 01-10-2007
Request Tracker

Hi everyone,

I'm trying to install request tracker 3.6.3 on one of my unix box running solaris8, I already installed latest mysql, latest perl, apache2 and followed the instruction on

http://www.sun.com/bigadmin/features...q_track_1.html
http://www.sun.com/bigadmin/features...q_track_2.html

when I come to the part to make initialize-database

root:aquila:/tmp/rt-3.6.3 >make initialize-database
/usr/local/bin/perl //usr/local/rt3/sbin/rt-setup-database --action init --dba root --prompt-for-dba-password
Can't locate Locale/Maketext/Lexicon.pm in @INC (@INC contains: /usr/local/rt3/lib /usr/local/rt3/local/lib /usr/local/lib/perl5/5.8.7/sun4-solaris /usr/local/lib/perl5/5.8.7 /usr/local/lib/perl5/site_perl/5.8.7/sun4-solaris /usr/local/lib/perl5/site_perl/5.8.7 /usr/local/lib/perl5/site_perl .) at /usr/local/rt3/lib/RT/I18N.pm line 56.

BEGIN failed--compilation aborted at /usr/local/rt3/lib/RT/I18N.pm line 56.
Compilation failed in require at /usr/local/rt3/lib/RT.pm line 48.
BEGIN failed--compilation aborted at /usr/local/rt3/lib/RT.pm line 48.
Compilation failed in require at //usr/local/rt3/sbin/rt-setup-database line 58.
BEGIN failed--compilation aborted at //usr/local/rt3/sbin/rt-setup-database line
58.
*** Error code 2
make: Fatal error: Command failed for target `initialize-database'
root:aquila:/tmp/rt-3.6.3 >


anybody ever encounter this problem?
 

2 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

event scheduler/tracker script

Dear All, I am writing an event tracker shell script as part of a personal project. I am trying 2 write a sort of date math function using the GNU date command. This function would allow 2 search 4 future events, like looking 4 events 1 or 2 days ahead 4 instance. I've used the date command b4... (1 Reply)
Discussion started by: theangrybeaver
1 Replies

2. Shell Programming and Scripting

GPS-Tracker script [Android]

Hi UNIX-Forum! I don't know if this is the right Forum for my question, but since Android technically is a UNIX-based system... I have a rooted Android and a Terminal emulator and bash installed. I wanted to write a little script for my android that activates GPS, gets the location and sends... (3 Replies)
Discussion started by: al0x
3 Replies
mysql(1)							  MySQL database							  mysql(1)

NAME
mysql_fix_privilege_tables - Fixes MySQL privilege tables. SYNOPSIS
mysql_fix_privilege_tables [mysql_root_password] DESCRIPTION
This scripts updates the mysql.user, mysql.db, mysql.host and the mysql.func tables to MySQL 3.22.14 and above. This is needed if you want to use the new GRANT functions, CREATE AGGREGATE FUNCTION or want to use the more secure passwords in 3.23 If you get 'Access denied' errors, run the script again and give the MySQL root user password as an argument. SEE ALSO
isamchk(1), isamlog(1), mysql(1), mysqlaccess(1), mysqladmin(1), mysqld(1), mysqld_multi(1), mysqld_safe(1), mysqldump(1), mysqlshow(1), mysql_zap(1), perror(1), replace(1) For more information please refer to the MySQL reference manual, which may already be installed locally and which is also available online at http://www.mysql.com/doc/en/ BUGS
Please refer to http://bugs.mysql.com/ to report bugs. AUTHOR
This manpage was written by Christian Hammers <ch@debian.org>. MySQL is available at http://www.mysql.com/. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +--------------------+------------------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +--------------------+------------------------------------+ |Availability | SUNWmysqlr, SUNWmysqlu, SUNWmysqlt | +--------------------+------------------------------------+ |Interface Stability | External | +--------------------+------------------------------------+ NOTES
Source for mysql is available on http://opensolaris.org. MySQL 4.0 17 March 2003 mysql(1)
All times are GMT -4. The time now is 06:40 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy