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
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: 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

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-05-27 13:19 UTC] derick@php.net
submitted twice
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue Jul 08 23:01:32 2025 UTC