Closed (fixed)
Project:
Barracuda
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Jun 2012 at 19:07 UTC
Updated:
28 Jul 2012 at 19:21 UTC
I see a lot of these in my /var/log/php/error_log_53
[17-Jun-2012 19:02:42 UTC] PHP Warning: PHP Startup: Unable to load dynamic library '/opt/local/lib/php/extensions/no-debug-non-zts-20090626/apc.so' - /opt/local/lib/php/extensions/no-debug-non-zts-20090626/apc.so: cannot open shared object file: No such file or directory in Unknown on line 0
vps2:/var/xdrago# cat /var/aegir/config/includes/barracuda_log.txt
Thu Jun 7 14:24:24 CEST 2012 / Ubuntu.precise x86_64 XEN / Aegir BOA-2.0.3 / Barracuda BOA-2.0.3 / Nginx 1.3.0 / PHP 5.2.17 and 5.3.13 / MODERN-YES / FPM 5.3 / CLI 5.3 / MariaDB-5.5.24 localhost / Wildcard YES
Thu Jun 7 17:57:27 CEST 2012 / Ubuntu.precise x86_64 XEN / Aegir BOA-2.0.3 / Barracuda BOA-2.0.3 / Nginx 1.3.0 / PHP 5.2.17 and 5.3.13 / MODERN-YES / FPM 5.3 / CLI 5.3 / MariaDB-5.5.24 localhost / Wildcard YES
If you need details on
/var/aegir/install.log (remove the password) and
/root/.barracuda.cnf
please see http://drupal.org/node/1643600 . I do not want to duplicate the same information again and waste everyone's time reading the same stuff.
Comments
Comment #1
omega8cc commentedThis looks like a major bug. The problem is that there is no
php5-apcpackage in Ubuntu or stock Debian. There isphp-apc, whilephp5-apcname is used only in the Dotdeb repositories, by default used in Debian Squeeze based BOA install.Thanks for reporting this.
Comment #2
omega8cc commentedFixed in commit: http://drupalcode.org/project/barracuda.git/commit/20c7f16
As a hot fix please run:
aptitude install php-apcservice php53-fpm reloadThanks for the report.
Comment #4
krishworks commentedThank you. Have run the hot fix. If the error persists, will report again.
Comment #5
krishworks commentedNow I get a lot of these in my /var/log/php/error_log_53
Comment #6
omega8cc commentedThis is only minor cosmetic issue. We will fix that.
Comment #7
krishworks commenteddoes this warning cause 502 Bad Gateway error that I am facing repeatedly?
Comment #8
omega8cc commentedNo, it is completely unrelated.
Comment #9
omega8cc commentedThis issue is *fixed*.