[PHP-DEV] PHP 4.0 Bug #7254 Updated: Compilation Stops From: sniper <email protected>
Date: 10/30/00

ID: 7254
Updated by: sniper
Reported By: horchung <email protected>
Status: Feedback
Bug Type: Compile Failure
Assigned To:
Comments:

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

Previous Comments:
---------------------------------------------------------------------------

[2000-10-16 14:09:50] horchung <email protected>
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

---------------------------------------------------------------------------

Full Bug description available at: http://bugs.php.net/?id=7254

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>