[rt-devel] smoothin out bugs in install process
Luke Stone
luke at google.com
Tue May 21 06:14:13 EDT 2002
Hi guys,
thanks for making such a great app. two tiny things:
insertdata is trying to use the logger during make install - before
config.pm is set up.
the log dir isn't created, so the logger dies:
Checking for existing system user...not found. This appears to be a new
installationCreating system user...done.
Can't write to '/usr/local/rt2/log/rt.log.13703.0': No such file or
directory at /usr/local/lib/perl5/site_perl/5.6.1/Log/Dispatch/File.pm line 64.
make: *** [insert] Error 2
Makefile line 65 has RT_LOG_PATH = $RT_PATH/log
instead of RT_LOG_PATH = $(RT_PATH)/log
so you get an error on T_PATH/log
thanks again - hope this helps smooth out these bugs.
red hat 7.2, perl 5.6.1
Luke
--
Luke Stone -- Google, Inc. -- luke at google.com
More information about the Rt-devel
mailing list