Date: Mon, 10 Jun 2013 11:37:45 +0200 From: "bw.mail.lists" <bw.mail.lists@gmail.com> To: FreeBSD Mailing List <freebsd-ports@FreeBSD.org> Subject: poudriere, pkgng, memcache and php upgrades Message-ID: <51B59E69.6080605@gmail.com>
next in thread | raw e-mail | index | archive | help
We use memcache with php. When php gets updated, memcache gets rebuilt by poudriere, but pkgng doesn't see it as being different on 'pkg upgrade' so it doesn't upgrade the package. Which means that on apache restart the error log contains: PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20100525/memcache.so' - /usr/local/lib/php/20100525/memcache.so: Undefined symbol "php_session_create_id" in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20100525/memcached.so' - /usr/local/lib/php/20100525/memcached.so: Undefined symbol "ps_globals" in Unknown on line 0 'pkg upgrade -f' solves the problem, but is there maybe another way?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?51B59E69.6080605>