php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8688 compile error in exec.c
Submitted: 2001-01-13 09:56 UTC Modified: 2001-01-14 17:23 UTC
From: bjoern at baer dot main dot de Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0 Latest CVS (13/01/2001) OS: Linux 2.2.14 (SuSE 6.2)
Private report: No CVE-ID: None
 [2001-01-13 09:56 UTC] bjoern at baer dot main dot de
Hi,

with latest CVS, make fails:

exec.c: In function `_Exec':
exec.c:202: `ret' undeclared (first use in this function)
exec.c:202: (Each undeclared identifier is reported only once
exec.c:202: for each function it appears in.) 

configure line:

./configure \
  --with-apxs=/usr/sbin/apxs \
  --with-mysql=/usr \
  --with-swf=/usr/local \
  --with-gd=/usr \
  --with-dbase=yes \
  --with-dom=/usr/local \
  --enable-dba \
  --enable-sysvshm \
  --enable-sysvsem \
  --enable-debug=no \
  --enable-safe-mode=no \
  --enable-ftp \
  --enable-url-fopen-wrapper=yes \
  --enable-track-vars=yes \
  --enable-versioning \
  --enable-session \
  --with-zlib=/usr 

TIA, Bj?rn.                                                                                  

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-01-14 17:23 UTC] sniper@php.net
This is fixed now.

--Jani
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 01:01:28 2024 UTC