Hello,
PHP Version: 4.3.1
AIX Version: 4.3.3
Compiler: C for AIX 4.4.0.3
Apache: 2.0.44

I'm trying to compile a DSO php for Apache. When I ran configure as such:
./configure --with-informix --with-apxs2=/apache3/bin/apxs 
It seems to run ok except this at the end:

+--------------------------------------------------------------------+
|                          *** NOTE ***                              |
|            The default for register_globals is now OFF!            |
|                                                                    |
| If your application relies on register_globals being ON, you       |
| should explicitly set it to on in your php.ini file.               |
| Note that you are strongly encouraged to read                      |
| http://www.php.net/manual/en/security.registerglobals.php
<http://www.php.net/manual/en/security.registerglobals.php>           |
| about the implications of having register_globals set to on, and   |
| avoid using it if possible.                                        |
+--------------------------------------------------------------------+

./config.status[1754]: 6: bad file unit number
./config.status[1755]: 6: bad file unit number

When I go ahead and ran make I get warnings and finally an error from make:
*Example
...
        cc -I/store/php-4.3.1/ext/mysql/libmysql -Iext/mysql/
-I/store/php-4.3.
1/ext/mysql/ -DPHP_ATOM_INC -I/store/php-4.3.1/include
-I/store/php-4.3.1/main 
-I/store/php-4.3.1 -I/store/php-4.3.1/Zend -I/store/php-4.3.1/ext/xml/expat
-D
__H_LOCALEDEF -I/store/php-4.3.1/TSRM  -g  -c
/store/php-4.3.1/ext/mysql/libmys
ql/libmysql.c -o ext/mysql/libmysql/libmysql.o  && echo >
ext/mysql/libmysql/li
bmysql.lo
"/store/php-4.3.1/ext/mysql/libmysql/mysql.h", line 181.14: 1506-731 (W) The
'_
Export' keyword is not supported on the target platform.  The keyword is
ignore
d.
...
Then the 
'1506-731 (W) The '_Export' keyword' line repeats some hundred times or so.
Is that a normal warning? Or is something wrong with the header file, or ?

Later make exits with this error:
        cc -I/store/php-4.3.1/ext/mysql/libmysql -Iext/mysql/
-I/store/php-4.3.
1/ext/mysql/ -DPHP_ATOM_INC -I/store/php-4.3.1/include
-I/store/php-4.3.1/main 
-I/store/php-4.3.1 -I/store/php-4.3.1/Zend -I/store/php-4.3.1/ext/xml/expat
-D
__H_LOCALEDEF -I/store/php-4.3.1/TSRM  -g  -c
/store/php-4.3.1/ext/mysql/libmys
ql/my_delete.c -o ext/mysql/libmysql/my_delete.o  && echo >
ext/mysql/libmysql/
my_delete.lo
        cc -I/store/php-4.3.1/ext/mysql/libmysql -Iext/mysql/
-I/store/php-4.3.
1/ext/mysql/ -DPHP_ATOM_INC -I/store/php-4.3.1/include
-I/store/php-4.3.1/main 
-I/store/php-4.3.1 -I/store/php-4.3.1/Zend -I/store/php-4.3.1/ext/xml/expat
-D
__H_LOCALEDEF -I/store/php-4.3.1/TSRM  -g  -c
/store/php-4.3.1/ext/mysql/libmys
ql/my_tempnam.c -o ext/mysql/libmysql/my_tempnam.o  && echo >
ext/mysql/libmysq
l/my_tempnam.lo
"/store/php-4.3.1/ext/mysql/libmysql/my_tempnam.c", line 99.5: 1506-025 (S)
Ope
rand must be a modifiable lvalue.
"/store/php-4.3.1/ext/mysql/libmysql/my_tempnam.c", line 105.3: 1506-025 (S)
Op
erand must be a modifiable lvalue.
make: 1254-004 The error code from the last command is 1.


Stop.

I've seen more stuff in the archive about the my_temname.c causing some
problems but I don't see anything quite like this. Any thoughts appreciated.

Thanks!

Todd E. O'Dell
Network Services - TSS Staff
Room 1118
500 E. 8th
Kansas City, MO 64106
Office: (816)275-3626
Alpha Page: [EMAIL PROTECTED]
[EMAIL PROTECTED]


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to