cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

"scriptlet failed, exit status 1"

chintan.ruparel
Wanderer

facing issues while configuring Php appdyanmics agent in RHEL 6.5 server.
while running runme.sh , we are getting error "scriptlet failed, exit status 1"
Kindly assist.

1 REPLY 1

Kyle.Furlong
AppDynamics Team (Retired)

Hi Chintan,

 

This typically happens when the installer can't find the path of your PHP. One way around this would be to find the binary for the PHP serving your application, and using the APPD_PHP_PATH environment variable on the command line as you run the rpm installer:

 

APPD_PHP_PATH=/opt/rh/myphp/bin rpm -i ...

Could you let us know if that resolves the error?

 

Thanks and regards,

Kyle

Thanks,
Kyle Furlong, Technical Lead (C++ and Dynamic Languages)




Found something helpful? Click the Accept as Solution button to help others find answers faster.
Liked something? Click the Thumbs Up button.