php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11140 during compiling it suddenly stops...
Submitted: 2001-05-27 13:11 UTC Modified: 2001-05-27 13:19 UTC
From: alp at rapid-server dot com Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.0.5 OS: HP-UX B.11.00 U 9000/800 190911
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: alp at rapid-server dot com
New email:
PHP Version: OS:

 

 [2001-05-27 13:11 UTC] alp at rapid-server dot com
I have tried to compile php first and by using the --activate-module=src/modules/php4/libmodphp4.a 
it gives this error.

the other way (as DSO into apache was never worked.)

by the way in 4.0.4pl1 I did it with pgsql support but 
no hope with OCI8 support :(

I should have put the OCI8 support.


===> src/modules/php4
        cc -c  -I../../os/unix -I../../include -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/regex -I/usr/local/include/php   -DHPUX11 -Aa -Ae -D_HPUX_SOURCE -DUSE_HSREGEX -DUSE_EXPAT -I../../lib/expat-lite `../../apaci`  mod_php4.c
        cp libmodphp4.a libphp4.a
        ar r libphp4.a mod_php4.o
        /bin/true libphp4.a
<=== src/modules/php4
<=== src/modules
        cc -c  -I./os/unix -I./include   -DHPUX11 -Aa -Ae -D_HPUX_SOURCE -DUSE_HSREGEX -DUSE_EXPAT -I./lib/expat-lite `./apaci` modules.c
        cc -c  -I./os/unix -I./include   -DHPUX11 -Aa -Ae -D_HPUX_SOURCE -DUSE_HSREGEX -DUSE_EXPAT -I./lib/expat-lite `./apaci` buildmark.c
        cc  -DHPUX11 -Aa -Ae -D_HPUX_SOURCE -DUSE_HSREGEX -DUSE_EXPAT -I./lib/expat-lite `./apaci`   -Wl,-E -Wl,-B,deferred -Wl,+s \
              -o httpd buildmark.o modules.o  modules/php4/libphp4.a  modules/standard/libstandard.a  main/libmain.a  ./os/unix/libos.a  ap/libap.a regex/libregex.a lib/expat-lite/libexpat.a  -lm -lpthread
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (buildmark.o) was detected. The linked output may not run on a PA 1.x system.
/usr/ccs/bin/ld: Unsatisfied symbols:
   modphp4_module (data)
*** Error exit code 1
 
Stop. 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-05-27 13:19 UTC] derick@php.net
submitted twice
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 06:01:29 2024 UTC