|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[1998-05-14 14:57 UTC] sindau at hotmail dot com
This is the standard error message I get when following the directions for installing php statically into apache. (As per 1.3b6 documentation). modules.o: Undefined symbol '_modphp3_module' referenced from data segment If you noticed the previous bug report I did upgrade to a newer make so the php compile seems to go without a hitch of any kind. This error happens with the ./configure --activate-module with apache. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Tue Jun 16 06:00:01 2026 UTC |
I am unable to reproduce this problem. Please make sure you are doing something similar to the following set of steps: $ cd apache-1.3 $ ./configure --prefix=/path/to/apache $ cd ../php-3.0 $ ./configure --with-apache=../apache-1.3 $ make $ make install $ cd ../apache-1.3 $ ./configure --prefix=/path/to/apache \ --activate-module=src/modules/php3/libphp3.a $ make $ make install If you are still not able to build it without errors, please send mail to php-dev@php.iquest.net with a detailed step-by-step description of what you did and what errors you are getting.