Hi Those packages are built for our in tree apache.
You can try to modify core/Makefile and extensions/Makefile to point to apache2's apxs and not to /usr/sbin/apxs. But then you will have to do other hacks to make it work. It's not that trivial. On (2010-01-18 13:34), Sebastiano wrote: > Hi all, > > for various reasons I need to abandon the perfect chrooted solution of > apache-httpd and move to apache2 (I'm planning to run knowledgetree, a > DMS that only works with apache2). > > I'm having troubles with php5-core official package, since if I try to > add the LoadModule line in apache2 configuration (regarding libphp5.so > installed by the module), I get some unresolved symbol error and it exits. > > Is there a solution, or do I need to build from scratch?

