ID: 42807 Updated by: [EMAIL PROTECTED] Reported By: mogmios at gmail dot com -Status: Open +Status: Bogus Bug Type: Compile Failure Operating System: Fedora Linux PHP Version: 4.4.7 New Comment:
Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Due to the volume of reports we can not explain in detail here why your report is not a bug. The support channels will be able to provide an explanation for you. Thank you for your interest in PHP. PECL/memcache problems should be reported to PECL bug tracker. This one is already fixed btw. Previous Comments: ------------------------------------------------------------------------ [2007-10-01 04:07:09] mogmios at gmail dot com Description: ------------ When installing the memcache module for Apache/PHP with a non-standard location, such as /services/apache/, it seems like there is no way to define the location when configuring for build. You'll get an error complaining about being unable to find php_session.h. I modified configure to try the PREFIX location too and that seems to have worked fine. Reproduce code: --------------- if test -f "${prefix}/include/php/ext/session/php_session.h"; then session_inc_path="${prefix}/include/php" elif test -f "$abs_srcdir/include/php/ext/session/php_session.h"; then session_inc_path="$abs_srcdir/include/php" elif test -f "$abs_srcdir/ext/session/php_session.h"; then session_inc_path="$abs_srcdir" elif test -f "$phpincludedir/ext/session/php_session.h"; then session_inc_path="$phpincludedir" fi Expected result: ---------------- The memcache module to correctly build and run. Actual result: -------------- Failed with "Can't find php_Session.h" error during build. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=42807&edit=1