Trying to install php on Unix AIX 4.2 box with apache_1.3.17.
Managed to compile apache - just about (warnings as below).
The make on php crashes with this error:
/usr/include/arpa/inet.h:152: warning: its scope is only this definition or declaration, which is probably not what you want.
/usr/include/arpa/inet.h:161: warning: `struct sockaddr_dl' declared inside parameter list
lots of these warnings
the crash*
libmysql.c: In function connect2':
libmysql.c:179: warning: passing arg 5 ofgetsockopt' from incompatible pointer type
make: 1254-004 The error code from the last command is 1.
Stop.
make: 1254-004 The error code from the last command is 1.
any idea what all of these warnings are? and what is causing the crash?
If anyone can point me in the right direction or give me any idea I would be very greatful.
Thanks
Dave D...