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
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!!’“rt_pass”‘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 #

Thanks for your help,

Frank Wagner

Wagner Frank wrote:

bin/initacls.mysql ‘/usr’ ‘localhost’ ‘’ ‘root’ ‘’ ‘rt2’
‘//opt/rt2/etc/acl.mysql’
make: bin/initacls.mysql: Command not found
make: *** [acls] Error 127

Is bin/initacls.mysql executable?

Does the first line of bin/initacls.mysql point to a valid
Bourne shell on your machine?

What happens when you run the following commands by hand?

ls -l bin/initacls.mysql
bin/initacls.mysql /usr localhost ‘’ root ‘’ rt2 //opt/rt2/etc/acl.mysql
./bin/initacls.mysql /usr localhost ‘’ root ‘’ rt2 //opt/rt2/etc/acl.mysql
Phil Homewood, Systems Janitor, www.SnapGear.com
pdh@snapgear.com Ph: +61 7 3435 2810 Fx: +61 7 3891 3630
SnapGear - Custom Embedded Solutions and Security Appliances

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
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!!’“rt_pass”‘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 #

Thanks for your help,

Frank Wagner

Wagner Frank wrote:

make: bin/initacls.mysql: Command not found

Is bin/initacls.mysql executable? Does the first line look like

#!/bin/sh

? Does /bin/sh exist and is it executable? (One would certainly
hope so…) You haven’t extracted the source into a filesystem
that’s somehow prevented from running executables (“noexec” flag
or similar) ?
�|� Request Tracker... So much more than a help desk — Best Practical Solutions – Trouble Ticketing. Free.