This is a discussion on error compiling php 4.3.10 with informix support within the Informix forums, part of the Database Server Software category; --> I'm trying to compile php with informix support I get the following linkin error: /informix.prod/lib/esql/libifsql.sl: file not recognized: File ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I'm trying to compile php with informix support I get the following linkin error: /informix.prod/lib/esql/libifsql.sl: file not recognized: File format not recognized collect2: ld returned 1 exit status *** Error exit code 1 The library itself seems ok /informix.prod/lib/esql/libifsql.sl: PA-RISC1.1 shared library -not stripped Any Ideas ?? |
| ||||
| rvb wrote: > I'm trying to compile php with informix support > > I get the following linkin error: > > /informix.prod/lib/esql/libifsql.sl: file not recognized: File format not recognized > collect2: ld returned 1 exit status > *** Error exit code 1 > > > The library itself seems ok > > /informix.prod/lib/esql/libifsql.sl: PA-RISC1.1 shared library -not stripped > > > Any Ideas ?? Please give more version information - platform (clearly on HP-UX, but which version), ESQL/C or CSDK version (complete; the UCx or FCx or HCx information is important too). It would be useful to know which compiler and linker you're using, and the command line that failed. That may be well disguised behind libtool, but the command line would still be of some help. If forced to guess on the basis of the information given, I'd guess that you are using a 32-bit CSDK with a 64-bit compiler. However, that is only marginally better than an outright guess. -- Jonathan Leffler #include <disclaimer.h> Email: jleffler@earthlink.net, jleffler@us.ibm.com Guardian of DBD::Informix v2003.04 -- http://dbi.perl.org/ |