AW: bin/initacls.mysql: Command not found

-----Ursprüngliche Nachricht-----
Von: Odhiambo Washington [mailto:wash@wananchi.com]
Gesendet: Donnerstag, 16. Januar 2003 17:27
An: Wagner Frank
Betreff: Re: [rt-users] bin/initacls.mysql: Command not found

Hello,

i have a really strange problem, can’t solve this myself.
When i invoke make acls the Makefile always stops like
this:

heiligekuh:/var/kht/rt-2-0-15 # make acls

Why are you invoking make acls? Is this in the INSTALL notes?

Well, it is the point where the make install stops first.

heiligekuh:/var/kht/rt-2-0-15 # make install
mkdir -p //opt/rt2/bin
mkdir -p //opt/rt2/WebRT/data
mkdir -p //opt/rt2/WebRT/sessiondata
mkdir -p //opt/rt2/etc
mkdir -p //opt/rt2/lib
mkdir -p //opt/rt2/WebRT/html
mkdir -p //opt/rt2/local/WebRT/html
/usr/bin/perl tools/initdb ‘mysql’ ‘/usr’ ‘localhost’ ‘’ ‘root’ ‘rt2’
create
Now creating a database for RT.
Enter the mysql password for root:
Creating mysql database rt2.
cp etc/acl.mysql ‘//opt/rt2/etc/acl.mysql’
/usr/bin/perl -p -i -e " s’!!DB_TYPE!!‘“mysql”‘g;
s’!!DB_HOST!!’“localhost”‘g;
s’!!DB_RT_PASS!!‘“Mypassword”‘g;
s’!!DB_RT_HOST!!’“localhost”‘g;
s’!!DB_RT_USER!!‘“rt_user”‘g;
s’!!DB_DATABASE!!’“rt2”'g;" //opt/rt2/etc/acl.mysql
bin/initacls.mysql ‘/usr’ ‘localhost’ ‘’ ‘root’ ‘’ ‘rt2’
‘//opt/rt2/etc/acl.mysql’
make: bin/initacls.mysql: Command not found
make: *** [acls] Error 127
heiligekuh:/var/kht/rt-2-0-15 #

Frank