From:             [EMAIL PROTECTED]
Operating system: HP-UX 11.00
PHP version:      4.2.2
PHP Bug Type:     Informix related
Bug description:  Not able to start HP/Apache 2.0.43 php-4.2.2 with informix support

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.



-- 
Edit bug report at http://bugs.php.net/?id=21810&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=21810&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=21810&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=21810&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=21810&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=21810&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=21810&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=21810&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=21810&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=21810&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=21810&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21810&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=21810&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=21810&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=21810&r=gnused

Reply via email to