[PHP-DEV] Bug #11761 Updated: LC_CTYPE undeclared

2001-08-22 Thread sniper
ID: 11761 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Compile Failure Operating System: HP-UX 11.00 PHP Version: 4.0.6 New Comment: Are you sure your system isn't a bit broken here? Nobody else has reported this problem but you. --Jani

[PHP-DEV] Bug #11761 Updated: LC_CTYPE undeclared

2001-08-22 Thread unix-guy
ID: 11761 User updated by: [EMAIL PROTECTED] Reported By: [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 haven't tried this on another system, but it was freshly installed and patched at the time I

[PHP-DEV] Bug #11761 Updated: LC_CTYPE undeclared

2001-08-22 Thread sniper
ID: 11761 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Compile Failure Operating System: HP-UX 11.00 PHP Version: 4.0.6 New Comment: Reason for the HAVE_LOCALE_H to get set to 0 is this: In file included from /usr/include/locale.h:157, from

[PHP-DEV] Bug #11761 Updated: LC_CTYPE undeclared

2001-08-22 Thread sniper
ID: 11761 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Compile Failure Operating System: HP-UX 11.00 PHP Version: 4.0.6 New Comment: I forgot to add this: I found couple of mentions about this same problem. You could try with different version of GCC. --Jani

[PHP-DEV] Bug #11761 Updated: LC_CTYPE undeclared

2001-08-22 Thread unix-guy
ID: 11761 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Open Bug Type: Compile Failure Operating System: HP-UX 11.00 PHP Version: 4.0.6 New Comment: I'll try a newer version of GCC and see what happens... Previous Comments:

[PHP-DEV] Bug #11761 Updated: LC_CTYPE undeclared

2001-08-22 Thread sniper
ID: 11761 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Compile Failure Operating System: HP-UX 11.00 PHP Version: 4.0.6 New Comment: Great. Anyway, this is _not_ a bug in PHP so please submit further reports to the correct places. (Either to

[PHP-DEV] Bug #11761 Updated: LC_CTYPE undeclared

2001-08-22 Thread unix-guy
ID: 11761 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Bogus Status: Open Bug Type: Compile Failure Operating System: HP-UX 11.00 PHP Version: 4.0.6 New Comment: If I find a solution, do you NOT want it noted in the PHP Bug database? I would think at least a bug

[PHP-DEV] Bug #11761 Updated: LC_CTYPE undeclared

2001-08-22 Thread sniper
ID: 11761 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Compile Failure Operating System: HP-UX 11.00 PHP Version: 4.0.6 New Comment: Of course. If you find the solution, please add it here. But keep this bug 'closed'. Previous Comments:

[PHP-DEV] Bug #11761 Updated: LC_CTYPE undeclared

2001-08-22 Thread unix-guy
ID: 11761 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Open Bug Type: Compile Failure Operating System: HP-UX 11.00 PHP Version: 4.0.6 New Comment: I've installed GCC 3.0 and no longer see the problem with locale.h. However, now I do see the

[PHP-DEV] Bug #11761 Updated: LC_CTYPE undeclared

2001-08-22 Thread sniper
ID: 11761 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Compile Failure Operating System: HP-UX 11.00 PHP Version: 4.0.6 New Comment: Note added to #12842. Previous Comments:

[PHP-DEV] Bug #11761 Updated: LC_CTYPE undeclared

2001-08-20 Thread unix-guy
ID: 11761 User updated by: [EMAIL PROTECTED] Reported By: [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

[PHP-DEV] Bug #11761 Updated: LC_CTYPE undeclared

2001-08-20 Thread sniper
ID: 11761 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Compile Failure Operating System: HP-UX 11.00 PHP Version: 4.0.6 New Comment: What is in config.log about locale.h ? --Jani Previous Comments:

[PHP-DEV] Bug #11761 Updated: LC_CTYPE undeclared

2001-08-20 Thread unix-guy
ID: 11761 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Compile Failure Operating System: HP-UX 11.00 PHP Version: 4.0.6 New Comment: The file config.log contains the following block regarding locale.h: configure:6312: checking

[PHP-DEV] Bug #11761 Updated: LC_CTYPE undeclared

2001-08-18 Thread sniper
ID: 11761 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Compile Failure Operating System: HP-UX 11.00 PHP Version: 4.0.6 New Comment: Does this happen with latest CVS snapshot: http://snaps.php.net/ --Jani Previous Comments:

[PHP-DEV] Bug #11761 Updated: LC_CTYPE undeclared

2001-07-02 Thread unix-guy
ID: 11761 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Operating system: HP-UX 11.00 PHP Version: 4.0.6 Description: LC_CTYPE undeclared I was able to work around the problem by adding: #define HAVE_LOCALE_H 1 in main/php_config.h However, I am still

[PHP-DEV] Bug #11761 Updated: LC_CTYPE undeclared

2001-06-30 Thread unix-guy
ID: 11761 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Compile Failure Operating system: HP-UX 11.00 PHP Version: 4.0.6 Description: LC_CTYPE undeclared I do have /usr/include/locale.h. In the php_config.h file, the only line matching 'HAVE_LOCALE_H' is: /*

[PHP-DEV] Bug #11761 Updated: LC_CTYPE undeclared

2001-06-30 Thread unix-guy
ID: 11761 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Operating system: HP-UX 11.00 PHP Version: 4.0.6 Description: LC_CTYPE undeclared I was able to work around the problem by adding: #define HAVE_LOCALE_H 1 in main/php_config.h However, I am still

[PHP-DEV] Bug #11761 Updated: LC_CTYPE undeclared

2001-06-30 Thread unix-guy
ID: 11761 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Operating system: HP-UX 11.00 PHP Version: 4.0.6 Description: LC_CTYPE undeclared I was able to work around the problem by adding: #define HAVE_LOCALE_H 1 in main/php_config.h However, I am still

[PHP-DEV] Bug #11761 Updated: LC_CTYPE undeclared

2001-06-30 Thread sniper
ID: 11761 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Operating system: PHP Version: 4.0.6 Assigned To: Comments: User feedback (next time, use the WEB interface to answer): --- I do have

[PHP-DEV] Bug #11761 Updated: LC_CTYPE undeclared

2001-06-29 Thread sniper
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