php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1606 compile failure in posix.c file
Submitted: 1999-06-27 01:11 UTC Modified: 1999-06-27 13:41 UTC
From: trevor at alumni dot stanford dot org Assigned:
Status: Closed Package: Compile Failure
PHP Version: 3.0.10 OS: FreeBSD
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: trevor at alumni dot stanford dot org
New email:
PHP Version: OS:

 

 [1999-06-27 01:11 UTC] trevor at alumni dot stanford dot org
./configure --with-mysql --with-config-file-path=/home/bezdekt/php-3.0.10 --enable-safe-mode --enable-force-cgi-redirect


compiling fails with:
functions/posix.c:157: Undefined symbol `_getpgid' referenced from text segment
functions/posix.c:182: Undefined symbol `_getpgid' referenced from text segment

under php-3.0.11.b2, compiling fails with:
functions/posix.c:186: Undefined symbol `_getpgid' referenced from text segment

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-06-27 13:41 UTC] jim at cvs dot php dot net
Fixed in 3.0.11.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 18 11:01:34 2024 UTC