[rt-users] make upgrade error
Paul Burkett
pburkett at callatg.com
Tue Feb 19 20:24:10 EST 2002
Anybody know why I get the following error?
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
[ -f //usr/local/rt2/etc/config.pm ] && \
mv //usr/local/rt2/etc/config.pm //usr/local/rt2/etc/config.pm.old && \
chmod 000 //usr/local/rt2/etc/config.pm.old
cp -rp ./etc/config.pm //usr/local/rt2/etc/config.pm
/usr/bin/perl -p -i -e "\
s'!!DB_TYPE!!'"mysql"'g;\
s'!!DB_HOST!!'"localhost"'g;\
s'!!DB_PORT!!'""'g;\
s'!!DB_RT_PASS!!'"****** "'g;\
s'!!DB_RT_USER!!'"rt_user"'g;\
s'!!DB_DATABASE!!'"rt2"'g;\
s'!!MASON_HTML_PATH!!'"/usr/local/rt2/WebRT/html"'g;\
s'!!MASON_LOCAL_HTML_PATH!!'"/usr/local/rt2/local/WebRT/html"'g;\
s'!!MASON_SESSION_PATH!!'"/usr/local/rt2/WebRT/sessiondata"'g;\
s'!!MASON_DATA_PATH!!'"/usr/local/rt2/WebRT/data"'g;\
s'!!RT_LOG_PATH!!'"/tmp"'g;\
s'!!RT_VERSION!!'"2.0.11"'g;\
" //usr/local/rt2/etc/config.pm
Substitution replacement not terminated at -e line 1.
make: *** [config-replace] Error 255
I'm using the same settings as I used in my older Makefile (2.0.8) and it seemed to work then. I'm just glad I backed up my config.pm file :P
--
Paul Burkett
ATG Intern
http://www.red-fusion.org/
More information about the rt-users
mailing list