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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 09:01:29 2024 UTC