php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #16520 Posix compilation failure in brach 4_2_0
Submitted: 2002-04-09 20:58 UTC Modified: 2002-04-10 02:23 UTC
From: cox at idecnet dot com Assigned: derick (profile)
Status: Closed Package: Compile Failure
PHP Version: 4.0CVS-2002-04-09 OS: Linux RH6.2
Private report: No CVE-ID: None
 [2002-04-09 20:58 UTC] cox at idecnet dot com
posix.c:71: `zif_posix_setegid' undeclared here (not in a function)
posix.c:71: initializer element for `posix_functions[9].handler' is not constantmake[3]: *** [posix.lo] Error 1

Please tell what other info you would need.


-- Tomas V.V.Cox

configure:
CFLAGS="-fPIC" ./configure --prefix=/usr \
--with-config-file-path=/etc/php/phpcvs \
--without-gd \
--with-exec-dir=/usr/bin \
--with-regex=system \
--enable-ftp \
--with-pgsql=/usr/local/pgsql \
--with-mysql=/usr \
--with-oci8 \
--enable-dbase \
--enable-bcmath \
--with-gettext \
--with-xml \
--with-dom \
--enable-pear \
--with-zlib \
--enable-sysvshm \
--enable-sysvsem \
--enable-pcntl \
--enable-sockets \
--enable-tokenizer \
--disable-sessions

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-04-10 02:23 UTC] derick@php.net
Fixed in CVS, should be fixed in both PHP_4_2_0 and HEAD.

Derick
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Sat Apr 11 18:00:01 2026 UTC