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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 12:01:29 2024 UTC