Please help me! I'm loosing my mind.
I'm trying to compile PHP + informix in a solaris 8 environment. I followed php manual and contributors instructions and sugenstions but I can't doit.
The ./configure step is OK with no errors.
when in make step it makes everything but fails on the libtool pass. The error message is:
ld. fatal: file /var/opt/informix/lib/esql/libifsql.so: wrong ELF class: ELFCLASS64.
for each of the informix libraries.
I guess everything is compiled in 32 bits and the informix libraries are on 64, so the problem.
How can I make everything compiled at 64 bits?
I will thank all the comments about this isue.
--Nestor