from install_amp, line 722:
outn("Configuring install for your environment..");
if (!$dryrun) {
exec("chmod u+x ".$amp_conf["AMPSBIN"]."/amportal");
exec(dirname(__FILE__)."/apply_conf.sh");
}
out("OK");
it seems your amportal.conf does not contain the AMPSBIN line. This is
one of the upgrades from 1.0.009 to 1.0.010, which should be applied 25
lines bellow, in line 750 of the same file. Nice... you found a nice bug
in the upgrade script. Feel free to file a bug report.
To fix it, be sure that /usr/bin/apply_conf.sh is available and add to
your /etc/amportal.conf this line
AMPSBIN=/usr/sbin
and then execute the upgrade script again. That "should" work, but who
knows... :)
Do tell us if this works or not.
Ariel Batista wrote:
I am getting this error but can't fine why?
Configuring install for your environment../usr/src/AMP/apply_conf.sh:
line 49: -vr: command not found
/amportal: line 49: -vr: command not found
chown: too few arguments
Try `chown --help' for more information.
OK
Setting permissions on files../amportal: line 49: -vr: command not found
chown: too few arguments
Try `chown --help' for more information.
OK
the setup stops there and amp 1.10.009beta1 is left. It is running.
But can't seem to be able to fix this. Any Idea's.
This is CentOS 3.5 Linux
--
Ariel Batista
Kasi International
Office: 305-574-6721 FX: 305-574-0212
Home: 305-574-1495 Cell: 786-376-1896
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
|