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:[EMAIL PROTECTED]]
> Sent: Thursday, June 28, 2001 8:34 AM
> To:   [EMAIL PROTECTED]
> Subject:      Bug #11761 Updated: LC_CTYPE undeclared
> 
> ID: 11761
> Updated by: sniper
> Reported By: [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] [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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to