Hi everybody, I'm trying to compile PHP 4.3.2 on a IRIX 5.3 System. I use the native compiler of IRIX together with bison 1.25 (maybe it should be a 1.30) and flex 2.5.4.
Compiling stops with the message: ld: Can't open: main/php_scandir (No such file or directory) I've checked it. Its true, There are only php_scandir.h and php_scandir.c in the main directory. I've tried to compile php_scandir.c alone but it won't work because php_scandir.c doesn't include a main(). To compile the build I made ./configure --with-apache=my/path/to/apache (because I'm willing to use a static build) make Does someone have an idea what I need to change? Or do I need some additional programs ( I haven't installed all GNU stuff yet, because it's a lot of work compiling each program for IRIX 5.3) Thanks, Aaron Wittmann -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php