php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #639 Compile error in Informix on a non-informix system
Submitted: 1998-08-09 18:52 UTC Modified: 1998-08-09 20:03 UTC
From: graeme at kc dot co dot nz Assigned: jah (profile)
Status: Closed Package: Compile Failure
PHP Version: 3.0 Latest CVS OS: Linux-2.0.35
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: graeme at kc dot co dot nz
New email:
PHP Version: OS:

 

 [1998-08-09 18:52 UTC] graeme at kc dot co dot nz
Config setup: 
./configure --with-system-regex 
--with-mysql=/usr/local/mysql  
--with-msql=/usr/local/msql --with-safe-mode 
--with-exec-dir=/usr/local/bin --enable-memory-limit 
--with-config-file-path=/var/lib/httpd/conf --with-zlib 
--with-apache=/usr/src/www_source/apache_1.2.6_ssl 
--enable-track-vars

Error is:
(esql -e functions/ifx.ec; mv ifx.c functions)
/bin/sh: esql: command not found
mv: ifx.c: No such file or directory
make: *** [functions/ifx.c] Error 1

It arrives from this line in the Makefile:
functions/ifx.c: functions/ifx.ec
(esql -e functions/ifx.ec; mv ifx.c functions)

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-08-09 20:03 UTC] jah
Sorry. I made a mistake when adding support for Informix in configure.in.
Should work now.

Temporary(?) fix has been committed to CVS.
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Sat Jun 20 15:00:01 2026 UTC