I hope someone can shed some light on this.
I've been trying to build php4 with extensions enabled, but I am
failing miserably. I was able to build ming as a part of php by
linking to libming, but now I am trying to build xcache, and failing.
I can build php4 and xcache, but the problem comes in when I try to
run ph with xcache:
root:~> php -v
PHP 4.4.2 (cgi-fcgi) (built: Nov 14 2006 14:29:34)
Copyright (c) 1997-2006 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
no xcache in sight.
If I set up /etc/php.ini to use zend_extension = xcache.so and try to
explicity force it to read /etc/php.ini, then it fails with
root:~> php -v -c /etc
Extensions are not supported on this platform.
PHP 4.4.2 (cgi-fcgi) (built: Nov 14 2006 14:36:32)
Copyright (c) 1997-2006 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
and if I try to use regular extensions extension - xcache.so then I get
PHP Warning: Unknown(): Cannot dynamically load xcache.so - dynamic
modules are not supported in Unknown on line 0
PHP 4.4.2 (cgi-fcgi) (built: Nov 14 2006 14:36:32)
Copyright (c) 1997-2006 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
so.... Has anyone gotten dynamic modules to work in PHP? What am I
doing wrong????
Google is mute....
--Yan
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|