php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7254 Compilation Stops
Submitted: 2000-10-16 14:09 UTC Modified: 2000-12-07 11:52 UTC
From: horchung at yahoo dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.3pl1 OS: Red Hat 7
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: horchung at yahoo dot com
New email:
PHP Version: OS:

 

 [2000-10-16 14:09 UTC] horchung at yahoo dot com
The RedHat 7 that I used to compile PHP4.0.3pl1 is a full version and everything are installed.
When ./configure the source, these lines are shown and the configuration is stopped.

[Error Message]
checking for readline support... yes, shared
checking for tgetent in -lncurses... yes
checking for recode support... yes, shared
configure: error: I cannot find recode.h anywhere below yes /usr /usr/local /opt. Is it installed?
below yes

[Configure Line]
./configure --prefix=$RPM_BUILD_ROOT/usr --with-apxs --libdir=$RPM_BUILD_ROOT/usr/lib/php4 --includedir=$RPM_BUILD_ROOT/usr/include --datadir=$RPM_BUILD_ROOT/usr/share/php --with-config-file-path=/etc/httpd --enable-inline-optimization --enable-magic-quotes --enable-track-vars --enable-memory-limit --enable-wddx --enable-sysvsem=shared --enable-sysvshm=shared --with-xml --with-gd=shared --with-ttf --enable-ftp --with-readline=shared --with-mm --with-mysql=shared --with-ldap=shared --with-imap=shared --with-zlib --with-pgsql=shared --with-gettext=shared --with-pspell=shared --with-recode=shared

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-10-30 21:12 UTC] sniper@php.net
Change --with-recode=shared to --with-recode=shared,/path/to/recode
where /path/to/recode is the base dir where recode is installed on your system.

--Jani
 [2000-12-07 11:52 UTC] sniper@php.net
No feedback.
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Wed Jul 01 04:00:01 2026 UTC