- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
"scriptlet failed, exit status 1"
CommunityUser

Splunk Employee
02-21-2017
07:57 AM
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.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Kyle_Furlong
Contributor
02-27-2017
11:52 AM
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
