Problems during "make install"

Hello List,

strictly following the installation manual the following error occured after
"make install"

========8<============ SNIP
make: execvp: bin/initacls.mysql: Permission denied
make: *** [acls] Error 127
========8<============ SNAP

Thank you in advance
Sascha

Here is the complete dump of what happens when I run “make install”
I run the script as root.

============ 8< ==============
testhost:~/tts # 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’ ‘rt’ create
Now creating a database for RT.
Enter the mysql password for root:
Creating mysql database rt.
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!!‘“topsecret”‘g;
s’!!DB_RT_HOST!!’“localhost”‘g;
s’!!DB_RT_USER!!‘“rt”‘g;
s’!!DB_DATABASE!!’“rt”'g;" //opt/rt2/etc/acl.mysql
bin/initacls.mysql ‘/usr’ ‘localhost’ ‘’ ‘root’ ‘topsecret’ ‘rt’ ‘//opt/rt2/etc/acl.mysql’
make: execvp: bin/initacls.mysql: Permission denied
make: *** [acls] Error 127
testhost:~/tts #
============ 8< ==============On Sat, 1 Jun 2002 12:11:23 +0300, Odhiambo Washington wrote:

Hello List,

strictly following the installation manual the following error occured after
“make install”

========8<============ SNIP
make: execvp: bin/initacls.mysql: Permission denied
make: *** [acls] Error 127
========8<============ SNAP

Were you running as the ‘root’ user?

-Wash


Odhiambo Washington wash@wananchi.com “The box said ‘Requires
Wananchi Online Ltd. www.wananchi.com Windows 95, NT, or better,’
Tel: 254 2 313985-9 Fax: 254 2 313922 so I installed FreeBSD.”
GSM: 254 72 743 223 GSM: 254 733 744 121 This sig is McQ! :slight_smile:

“We demand rigidly defined areas of doubt and uncertainty!”
– Vroomfondel

Sascha Teifke wrote:

make: execvp: bin/initacls.mysql: Permission denied

what does

ls -l bin/initacls.mysql

show? Are you using NFS at all?