php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1005 Apache 1.3.3 does not build with PHP Module
Submitted: 1998-12-24 14:56 UTC Modified: 1999-05-29 20:03 UTC
From: C dot Granja at med dot mcgill dot ca Assigned:
Status: Closed Package: Installation problem
PHP Version: 3.0.5 OS: OSF/1 DU V4.0d
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: C dot Granja at med dot mcgill dot ca
New email:
PHP Version: OS:

 

 [1998-12-24 14:56 UTC] C dot Granja at med dot mcgill dot ca
Attempting to build apache V 1.3.3 ( same for V1.3.2) on a Digital unix Alpha DUV 4.0d. Using latest GNU gcc etc.

It consistently fails with the following:

gcc -c  -I../../os/unix -I../../include   -DOSF1 -DUSE_HSREGEX `../../apaci` mod
_setenvif.c
rm -f libstandard.a
ar cr libstandard.a mod_env.o mod_log_config.o mod_mime.o mod_negotiation.o mod_
status.o mod_include.o mod_autoindex.o mod_dir.o mod_cgi.o mod_asis.o mod_imap.o
 mod_actions.o mod_userdir.o mod_alias.o mod_access.o mod_auth.o mod_setenvif.o
ranlib libstandard.a
<=== src/modules/standard
===> src/modules/php3
gcc -c  -I../../os/unix -I../../include   -DOSF1 -DUSE_HSREGEX `../../apaci`  mo
d_php3.c
mod_php3.c: In function `php3flaghandler':
mod_php3.c:336: warning: cast from pointer to integer of different size
mod_php3.c: In function `php3take1handler':
mod_php3.c:392: warning: cast from pointer to integer of different size
cp libmodphp3.a libphp3.a
ar r libphp3.a mod_php3.o
ranlib libphp3.a
<=== src/modules/php3
<=== src/modules
gcc -c  -I./os/unix -I./include   -DOSF1 -DUSE_HSREGEX `./apaci` modules.c
gcc -c  -I./os/unix -I./include   -DOSF1 -DUSE_HSREGEX `./apaci` buildmark.c
gcc  -DOSF1 -DUSE_HSREGEX `./apaci`     -o httpd buildmark.o modules.o  modules/
php3/libphp3.a  modules/standard/libstandard.a  main/libmain.a  ./os/unix/libos.
a  ap/libap.a regex/libregex.a  -Lmodules/php3 -L../modules/php3 -L../../modules
/php3 -lmodphp3 -ldb                         /usr/local/lib/c-client.a     -lm
-lresolv  -lm
collect2: ld returned 1 exit status
/bin/ld:
Unresolved:
setluid
*** Exit 1
Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.
castle#

Any help will be appreciated.

Regards,

Carmelo Granja

C.Granja@med.mcgill.ca

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-05-29 20:03 UTC] sas at cvs dot php dot net
It should work with a more recent version of Apache/PHP. Please try again
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 00:01:30 2024 UTC