RTFM install

Installing RTFM

I am having some problems installing RTFM

My RT3 install is in the standard install directory (/opt/rt3)

I run “make install” and get the following output

for dir in cd ./lib/ && find . -type d -print; do
/bin/sh ./install-sh -c -d -m 0755 /opt/rt3/lib/$dir ;
done
for f in cd ./lib/ && find . -type f -name \*.pm -print; do
/bin/sh ./install-sh -c -m 0644 lib/$f /opt/rt3/lib/$f ;
done
for dir in cd ./html/ && find . -type d -print; do
/bin/sh ./install-sh -c -d -m 0755 /opt/rt3/share/html/$dir ;
done
for f in cd ./html/ && find . -type f -print; do
/bin/sh ./install-sh -c -m 0644 html/$f /opt/rt3/share/html/$f ;
done
for dir in cd ./po/ && find . -type d -print; do
/bin/sh ./install-sh -c -d -m 0755 /opt/rt3/local/po/$dir ;
done
for f in cd ./po/ && find . -type f -print; do
echo “Installing /opt/rt3/share/html/$f” ;
/bin/sh ./install-sh -c -m 0644 po/$f /opt/rt3/local/po/$f ;
done
Installing /opt/rt3/share/html/./RTFM/fr.po
Installing /opt/rt3/share/html/./RTFM/zh_tw.po

All the RTFM bits seem to be in the right place in my /opt/rt3/ tree but
alas I get no RTFM in request ticket!!

Any Ideas?

Regards Robert

R Mortimer
IT Engineer
Blue Chip Technology Limited
Tel: +44 (0)1829 772000

Do you have a link to RTFM on your RT page?From: “Robert Mortimer” rmortimer@bluechiptechnology.co.uk
To: rt-users@lists.bestpractical.com
Sent: Thursday, June 03, 2004 4:30 PM
Subject: [rt-users] RTFM install

Installing RTFM

I am having some problems installing RTFM

My RT3 install is in the standard install directory (/opt/rt3)

I run “make install” and get the following output

for dir in cd ./lib/ && find . -type d -print; do
/bin/sh ./install-sh -c -d -m 0755 /opt/rt3/lib/$dir ;
done
for f in cd ./lib/ && find . -type f -name \*.pm -print; do
/bin/sh ./install-sh -c -m 0644 lib/$f /opt/rt3/lib/$f ;
done
for dir in cd ./html/ && find . -type d -print; do
/bin/sh ./install-sh -c -d -m 0755 /opt/rt3/share/html/$dir ;
done
for f in cd ./html/ && find . -type f -print; do
/bin/sh ./install-sh -c -m 0644 html/$f /opt/rt3/share/html/$f ;
done
for dir in cd ./po/ && find . -type d -print; do
/bin/sh ./install-sh -c -d -m 0755 /opt/rt3/local/po/$dir ;
done
for f in cd ./po/ && find . -type f -print; do
echo “Installing /opt/rt3/share/html/$f” ;
/bin/sh ./install-sh -c -m 0644 po/$f /opt/rt3/local/po/$f ;
done
Installing /opt/rt3/share/html/./RTFM/fr.po
Installing /opt/rt3/share/html/./RTFM/zh_tw.po

All the RTFM bits seem to be in the right place in my /opt/rt3/ tree but
alas I get no RTFM in request ticket!!

Any Ideas?

Regards Robert

R Mortimer
IT Engineer
Blue Chip Technology Limited
Tel: +44 (0)1829 772000


The rt-users Archives

RT Developer and Administrator training is coming to LA, DC and Frankfurt
this spring and summer.
http://bestpractical.com/services/training.html

Sign up early, as class space is limited.

Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.690 / Virus Database: 451 - Release Date: 2004/05/22