[freeside-users] make create-rt error
Dan Nyanko
dan at agnit.com
Sat Jul 2 21:42:03 PDT 2005
First I would like to say 'hello' to the list as I am new to Freeside.
I have successfully installed freeside-1.5.0pre6 on Fedora Core 3 server
with some minor difficulties (took me awhile to GD and Chart perl
modules), but now I am stuck on getting RT installed. I have gone
through all the documentation and googled without any digging up and
relevant information.
FC3-outofthebox
freeside-1.5.0pre6
perl v5.8.5
HTML-Mason-1.28
apache1.3.33+mod_ssl+openssl+mod_perl
Postgresql-7.4.8
I would greatly appreciate any pointers in getting RT integrated with my
Freeside install. The following error occurs when I run the make
create-rt command.
[ -d //usr/local/apachessl/htdocs/freeside/rt ] || mkdir
//usr/local/apachessl/htdocs/freeside/rt
cp -rp ./html/* //usr/local/apachessl/htdocs/freeside/rt
cp -rp ./local/html/* //opt/rt3/local/html
cp: cannot stat `./local/html/*': No such file or directory
make[1]: [local-install] Error 1 (ignored)
cp -rp ./local/po/* //opt/rt3/local/po
cp: cannot stat `./local/po/*': No such file or directory
make[1]: [local-install] Error 1 (ignored)
cp -rp ./local/etc/* //opt/rt3/local/etc
cp: cannot stat `./local/etc/*': No such file or directory
make[1]: [local-install] Error 1 (ignored)
# RT 3.0.0 - RT 3.0.2 would accidentally create a file instead of a dir
[ -f //opt/rt3/share/doc ] && rm //opt/rt3/share/doc
make[1]: [doc-install] Error 1 (ignored)
[ -d //opt/rt3/share/doc ] || mkdir //opt/rt3/share/doc
mkdir: cannot create directory `//opt/rt3/share/doc': No such file or
directory
make[1]: *** [doc-install] Error 1
make[1]: Leaving directory `/home/freeside/freeside-1.5.0pre6/rt'
make: *** [create-rt] Error 2
Thanks,
Dan
More information about the freeside-users
mailing list