ID: 25295 User updated by: alain dot bonnefoy at icbt dot com Reported By: alain dot bonnefoy at icbt dot com -Status: Feedback +Status: Open Bug Type: Compile Failure Operating System: QNX6 PHP Version: 4.3.3 New Comment:
Thanks, I going to see that ASAP. For QNX you can see www.qnx.com, it should be possible to download the os for non commercial use, it's quite light. Alain. Previous Comments: ------------------------------------------------------------------------ [2003-09-06 21:09:02] [EMAIL PROTECTED] Did the replacement files fix this problem? ------------------------------------------------------------------------ [2003-09-03 10:41:57] [EMAIL PROTECTED] Get this: http://snaps.php.net/php4-STABLE-latest.tar.gz And replacement files: http://www.php.net/~jani/patches/bug25295.tar.gz Replace the files, run configure and make. If it fails, check again what HAVE_SYS_DIR_H is set to. (this would be so much easier if I had access to QNX.. :) ------------------------------------------------------------------------ [2003-09-03 01:41:34] alain dot bonnefoy at icbt dot com This line was commented out, I admit that I didn't see this definition BUT, I tried #define and #undef, that doesn't change anything! The result of 'grep -in dir.h main/*.[hc] is: main/internal_functions_win32.c:40:#include "ext/standard/php_dir.h" main/php_config.h:661:/* Define if you have the <ndir.h> header file. */ main/php_config.h:662:/* #undef HAVE_NDIR_H */ main/php_config.h:715:/* Define if you have the <sys/dir.h> header file. */ main/php_config.h:716:#undef HAVE_SYS_DIR_H main/php_config.h:733:/* Define if you have the <sys/ndir.h> header file. */ main/php_config.h:734:/* #undef HAVE_SYS_NDIR_H */ main/php_ini.c:33:#include "php_scandir.h" main/php_scandir.c:28:#include "php_scandir.h" main/php_scandir.c:41:#include "win32/readdir.h" main/php_scandir.h:20:/* $Id: php_scandir.h,v 1.2.2.4 2003/02/19 18:45:03 sniper Exp $ */ main/php_scandir.h:22:#ifndef PHP_SCANDIR_H main/php_scandir.h:23:#define PHP_SCANDIR_H main/php_scandir.h:29:#include "win32/readdir.h" main/php_scandir.h:50:#endif /* PHP_SCANDIR_H */ main/reentrancy.c:28:#include "win32/readdir.h" As you can see, it seems that no file try to include sys/dir.h. right? Alain. ------------------------------------------------------------------------ [2003-09-02 09:26:23] [EMAIL PROTECTED] What is HAVE_SYS_DIR_H defined in main/php_config.h ? It's enought to include dir.h in php_scandir.h.. Just need to know it that define is there. ------------------------------------------------------------------------ [2003-09-02 01:11:27] alain dot bonnefoy at icbt dot com Sorry for the mistake, I add the files <sys/dir.h> and <sys/types.h> at the end of php.h (before #endif)! in main/php_config.h: #define HAVE_ALPHASORT 1 regards, Alain. ------------------------------------------------------------------------ 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/25295 -- Edit this bug report at http://bugs.php.net/?id=25295&edit=1