php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #376 Undefined symbol '_modphp3_module'
Submitted: 1998-05-14 14:57 UTC Modified: 1998-05-23 18:42 UTC
From: sindau at hotmail dot com Assigned: rasmus (profile)
Status: Closed Package: Compile Failure
PHP Version: 3.0 Release Candidate 4 OS: FreeBSD 2.2.6
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: sindau at hotmail dot com
New email:
PHP Version: OS:

 

 [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.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-05-23 18:42 UTC] rasmus
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.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 03 19:01:35 2025 UTC