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
 [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 12:01:32 2024 UTC