|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-01-21 23:30 UTC] sniper@php.net
[2003-02-04 16:52 UTC] sniper@php.net
[2006-10-19 20:57 UTC] dcalvo at hcuv dot sacyl dot es
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 04:00:02 2025 UTC |
Hi, OS : HP-UX 11.00 32bit Apache : HP Apache 2.0.43 Server Built Oct 16 2002. PHP : PHP-4.2.2 Informix: 7.2 PHP-4.2.2 comes pre-complied with HP apache as dynamic module. When i tried to compile php with informix support, configure and make goes fine. configured and compiled with following env. variables. export IFX_LIBDIR="-L$INFORMIXDIR/lib -L$INFORMIXDIR/lib/esql" export IFX_INCDIR="$INFORMIXDIR/incl/esql" export IFX_LIBS="$INFORMIXDIR/lib/esql/libifsql.a \ $INFORMIXDIR/lib/libifasf.a \ $INFORMIXDIR/lib/esql/libifgen.a \ $INFORMIXDIR/lib/esql/libifos.a \ $INFORMIXDIR/lib/esql/libifgls.a \ -lgen -lgls -lm -ldl $INFORMIXDIR/lib/esql/checkapi.o \ $INFORMIXDIR/lib/esql/libifglx.a" export PATH=$PATH:.:/opt/bison/bin:/opt/binutils/bin:/opt/gcc/bin:/usr/local/bin But when trying to start apache it gives following error. # ./apachectl start Syntax error on line 215 of /opt/hpapache2/conf/httpd.conf: Cannot load /opt/hpapache2/modules/libphp4.so into server: Unresolved symbol: ifx_checkAPI (code) from /usr/informix/lib/esql/libthos.sl I searched on this site for info and included the above libs in path before configuring and making php. But still having same problem. Can someone help me in solving this ?. Thanks in advance. Srini.