Click to See Complete Forum and Search --> : aix4.3.3 + php4.0.6 + informix +apache


Anon
10-30-2001, 05:48 AM
Hi folks


I want to install on aix 4.3.3 this stuff :

- apache 1.3.20
- php 4.0.6 latest snap from 29 october
- informix support with php

dynamic :
./configure --with-informix --with-apxs
make

reports following :

"zend_qsort.c", line 33.18: 1506-025 (S) Operand must be a modifiable lvalue.
"zend_qsort.c", line 34.18: 1506-025 (S) Operand must be a modifiable lvalue.
"zend_qsort.c", line 39.18: 1506-025 (S) Operand must be a modifiable lvalue.
"zend_qsort.c", line 40.18: 1506-025 (S) Operand must be a modifiable lvalue.
make: 1254-004 The error code from the last command is 1


What to do. Thanxs

Anon
10-30-2001, 03:43 PM
I have simelar problem
when I do make for apache
I get
ifgen -lifos -lifgls -ldl -lphp_ifx -lifglx
ld: 0706-027 The -R /usr/informix/lib flag is ignored.
ld: 0706-027 The -R /usr/informix/lib/esql flag is ignored.
ld: 0706-027 The -R /kerfi/www/src/php-4.0.5/ext/informix flag is ignored.
ld: 0711-317 ERROR: Undefined symbol: .t_look
ld: 0711-317 ERROR: Undefined symbol: t_errno
ld: 0711-317 ERROR: Undefined symbol: .t_rcv
.
.
.
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
make: 1254-004 The error code from the last command is 8.


Stop.
make: 1254-004 The error code from the last command is 2.


Stop.
make: 1254-004 The error code from the last command is 2.


Stop.
Is this a bug in php, or has my AIX some wronge configure

Anon
10-31-2001, 10:06 AM
Today I was successful in configuration :

aix 4.3.3 php4.0.6 latest snapshot + apache 1.3.20, but without informix support and without mysql in php


I will be trying informix or mysql support (that is --with-informix --with-mysql) but there have been some errors.

See You later