php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #25202 problem compiling PHP on HP UX 11.0
Submitted: 2003-08-21 16:50 UTC Modified: 2003-08-21 19:10 UTC
From: wzaccone at telcordia dot com Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: Irrelevant OS: HP UX 11.0
Private report: No CVE-ID: None
 [2003-08-21 16:50 UTC] wzaccone at telcordia dot com
Description:
------------
Getting the following error, installing php-4.1.2 on HP-UX 11.0.  can you help us find the cause.  A customer of ours is installing an earlier release of application software which was product tested using php 4.1.2 on a new platform HPUX. and really need to find a cause for php 4.1.2 or tell them to upgrade to 4.3.2 if it absolutely necessary.  please let us know.. 
thanks 
Warren
 
php-4.1.2/TSRM -g -O2  -c sockets.c && touch sockets.lo
sockets.c: In function `accept_connect':
sockets.c:266: warning: passing arg 3 of `accept' from incompatible pointer type
sockets.c: In function `zif_socket_getsockname':
sockets.c:808: warning: passing arg 3 of `getsockname' from incompatible pointer  type
sockets.c: In function `zif_socket_getpeername':
sockets.c:863: warning: passing arg 3 of `getpeername' from incompatible pointer  type
sockets.c: In function `zif_socket_sendmsg':
sockets.c:1628: warning: passing arg 3 of `getsockname' from incompatible pointer type
.
.
. later get this fatal error..
.
php-4.1.2/TSRM -g -O2  -c pageinfo.c && touch pageinfo.lo
        bison -y  parsedate.y && mv y.tab.c parsedate.c
*** Error exit code 141

Stop.
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.
Making install in Zend
Making install in main
Making install in ext



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-08-21 19:10 UTC] sniper@php.net
Thank you for taking the time to report a problem with PHP.
Unfortunately you are not using a current version of PHP -- 
the problem might already be fixed. Please download a new
PHP version from http://www.php.net/downloads.php

If you are able to reproduce the bug with one of the latest
versions of PHP, please change the PHP version on this bug report
to the version you tested and change the status back to "Open".
Again, thank you for your continued support of PHP.

We don't support anything below 4.3.2.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 22:01:28 2024 UTC