[PHP-DEV] RE: Bug #11761 Updated: LC_CTYPE undeclared From: Collins, Kevin (cokm) (cokm <email protected>)
Date: 06/28/01

I do have /usr/include/locale.h. In the php_config.h file, the only line
matching 'HAVE_LOCALE_H' is:

/* #undef HAVE_LOCALE_H */

Is configure not finding my header file?

Thanks,

Kevin

> -----Original Message-----
> From: Bug Database [SMTP:php-dev <email protected>]
> Sent: Thursday, June 28, 2001 8:34 AM
> To: unix-guy <email protected>
> Subject: Bug #11761 Updated: LC_CTYPE undeclared
>
> ID: 11761
> Updated by: sniper
> Reported By: unix-guy <email protected>
> Old-Status: Open
> Status: Feedback
> Bug Type: Compile Failure
> Operating system:
> PHP Version: 4.0.6
> Assigned To:
> Comments:
>
> Do you have /usr/include/locale.h ?
> Can you find this line in php4/main/php_config.h:
>
> #define HAVE_LOCALE_H 1
>
>
>
> Previous Comments:
> --------------------------------------------------------------------------
> -
>
> [2001-06-27 20:44:14] unix-guy <email protected>
> Compile with either that static or DSO method fails on HP-UX 11.00.
>
> Config command (from static):
>
> ./configure --prefix=/opt/php4 --with-apache=../apache_1.3.19
> --disable-debug --enable-inline-optimization --with-exec-dir=/opt/php4/bin
> --with-d
> bm --enable-debugger --enable-magic-quotes --enable-safe-mode
> --enable-sockets --enable-track-vars --enable-yp --enable-ftp
> --without-mysql --without-oracle --without-oci8
>
> End of make output:
>
> gcc -I. -I/tmp/php-4.0.6/ext/pcre -I/tmp/php-4.0.6/main
> -I/tmp/php-4.0.6 -I/tmp/apache_1.3.19/src/include
> -I/tmp/apache_1.3.19/src/os/unix -I/tmp/php-4.0.6/Zend
> -I/tmp/php-4.0.6/ext/xml/expat/xmltok
> -I/tmp/php-4.0.6/ext/xml/expat/xmlparse -I/tmp/php-4.0.6/TSRM
> -DSUPPORT_UTF8 -DXML_BYTE_ORDER=21 -g -O2 -c php_pcre.c && touch
> php_pcre.lo
> In file included from /tmp/php-4.0.6/Zend/../main/php_config.h:1931,
> from /tmp/php-4.0.6/Zend/zend_config.h:1,
> from /tmp/php-4.0.6/Zend/zend.h:44,
> from /tmp/php-4.0.6/main/php.h:34,
> from php_pcre.c:25:
> /opt/gcc/lib/gcc-lib/hppa2.0n-hp-hpux11.00/2.95.3/include/string.h:26:
> warning: `__va__list' redefined
> /opt/gcc/lib/gcc-lib/hppa2.0n-hp-hpux11.00/2.95.3/include/stdio.h:30:
> warning: this is the location of the previous definition
> php_pcre.c: In function `pcre_get_compiled_regex':
> php_pcre.c:158: `LC_CTYPE' undeclared (first use in this function)
> php_pcre.c:158: (Each undeclared identifier is reported only once
> php_pcre.c:158: for each function it appears in.)
> php_pcre.c:158: warning: initialization makes pointer from integer without
> a cast
> *** Error exit code 1
>
> Stop.
> *** Error exit code 1
>
> Stop.
> *** Error exit code 1
>
> Stop.
> *** Error exit code 1
>
> Stop.
>
> Tried with LANG=C and LANG undefined - no difference...
>
> --------------------------------------------------------------------------
> -
>
>
>
> ATTENTION! Do NOT reply to this email!
> To reply, use the web interface found at
> http://bugs.php.net/?id=11761&edit=2
>

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