[PHP-DEV] Bug #11761 Updated: LC_CTYPE undeclared From: unix-guy <email protected>
Date: 08/20/01

ID: 11761
User updated by: unix-guy <email protected>
Reported By: unix-guy <email protected>
Old Status: Feedback
Status: Open
Bug Type: Compile Failure
Operating System: HP-UX 11.00
PHP Version: 4.0.6
New Comment:

I pulled the latest snapshot and ran the same configure command. I still see the following in main/php_config.h:

/* #undef HAVE_LOCALE_H */

It appears the problem still exists...

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

[2001-08-18 15:34:20] sniper <email protected>

Does this happen with latest CVS snapshot:

http://snaps.php.net/

--Jani

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

[2001-07-02 11:19:03] unix-guy <email protected>

I was able to work around the problem by adding:

#define HAVE_LOCALE_H 1

in main/php_config.h

However, I am still concerned at why that particular header file was not found.

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

[2001-06-29 20:40:11] sniper <email protected>

User feedback (next time, use the WEB interface to answer):
-----------------------------------------------------------
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?
-----------------------------------------------------------

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

[2001-06-29 17:48:56] unix-guy <email protected>

I was able to work around the problem by adding:

#define HAVE_LOCALE_H 1

in main/php_config.h

However, I am still concerned at why that particular header file was not found.

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

[2001-06-29 17:14:05] unix-guy <email protected>

I was able to work around the problem by adding:

#define HAVE_LOCALE_H 1

in main/php_config.h

However, I am still concerned at why that particular header file was not found.

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

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/?id=11761

Edit this bug report at http://bugs.php.net/?id=11761&edit=1

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