Connecting Tech Pros Worldwide Forums | Help | Site Map

using memcache for php session handling

Newbie
 
Join Date: Nov 2007
Posts: 6
#1: Jan 29 '08
Setup:

Apache 2 with mod_php
php 5.2.5 custom compiled with --enable-memcache='shared' and '--enable-session=shared' plus other common ones
pecl memcache 2.2.2
memcached server from djanga.

listed below is the warning echoed when starting the http server and also every time I run php:

PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/20060613/memcache.so' - /usr/lib/php/20060613/memcache.so: undefined symbol: php_session_create_id in Unknown on line 0

I've checked the extensions directory for the memcache.so file.

Any pointers will be greatly appreciated. Thanks in advance

Reply