-
Notifications
You must be signed in to change notification settings - Fork 347
Description
What version of Cloud Foundry and CF CLI are you using? (i.e. What is the output of running cf curl /v2/info && cf version?
6
What version of the buildpack you are using?
4.4.26
If you were attempting to accomplish a task, what was it you were attempting to do?
Same as issue #422
- Add NEWRELIC_LICENSE,
- Buildpack detecs license and starts downloading the default version of newrelice (newrelic-php5-9.1.0.246-linux.tar.gz)
Downloaded [file:///tmp/buildpacks/649096e8ec6996024fe198c0f6eeaa41/dependencies/https___download.newrelic.com_php_agent_archive_9.1.0.246_newrelic-php5-9.1.0.246-linux.tar.gz] to [/tmp] - After installing it tries to load the .so files and fails:
PHP Warning: PHP Startup: Unable to load dynamic library '/home/vcap/app/newrelic/agent/x64/newrelic-20190902.so' (tried: /home/vcap/app/newrelic/agent/x64/newrelic-20190902.so (/home/vcap/app/newrelic/agent/x64/newrelic-20190902.so: cannot open shared object file: No such file or directory), /home/vcap/app/php/lib/php/extensions/no-debug-non-zts-20190902//home/vcap/app/newrelic/agent/x64/newrelic-20190902.so.so (/home/vcap/app/php/lib/php/extensions/no-debug-non-zts-20190902//home/vcap/app/newrelic/agent/x64/newrelic-20190902.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
What did you expect to happen?
Propper loading and working of newrelic agent
What was the actual behavior?
The agent downloaded (9.1.0.246) is missing the newer library newrelic-20190902.so required for the agent to work.
Version 9.14.0.290 of the NewRelic agent does contain the correct version.
I've tried to override the version (setting the NEWRELIC_VERSION) but this is ignored.
Can you please bump up the NewRelic version to 9.14.0.290!
Issue reference: #422
Please confirm where necessary:
- I have included a log output
- My log includes an error message
- I have included steps for reproduction