Hello Theo,

> Thanks again Paul,
>
> for your help ! I am very grateful.

You're welcome.

>
> first:
>
>       "Informix SDK"   what for I can use it  ? Is it beeing
> installed on UNIX or on WINxx
>

Can't remember which type of Informix you are using. You may require the
Informix (S)oftware (D)evelopment (K)it to enable PHP to talk to the
Database engine you're running. You may already have the necessary files
installed but I was just checking. Like I said, it's a free download anyway
if you haven't.

>
> second:
>
> You are right, I did split your script into parts for php and
> apache.

The script really was meant to be run as one as some of the variables are
set at the start.

> Now I adjusted the directories and ran your script again. The new
> problem is, that I have to
> adjust the IFX_LIBS as You told me. But I do not exactly know how.
>
> "esql -libs"  results:
> UFTZB:informix: esql -libs
> /usr/informix/lib/esql/libixos.a
> /usr/informix/lib/esql/libixgen.a
> /usr/informix/lib/esql/libixsql.a
> /usr/informix/lib/libixasf.a
> /usr/informix/lib/esql/libixos.a
> /usr/informix/lib/esql/libixgen.a
> /usr/informix/lib/esql/libixgls.a
> -lnsl_s
> -lm
> -lV3
> -lcl
> -lsec
> /usr/informix/lib/esql/libixglx.a
>
>
> So I did exchange your lines by omitting the double-entries
>
>       # get these by running esql -libs
>       #IFX_LIBS="-lifsql -lifasf -lifgen -lifos -lifgls -lnsl_s -lcrypt_i
\
>       #/usr/informix/lib/esql/libgen.a -lsocket -lnsl -lm -lsuds -ltinfo
> -lprot -lx \
>       #-ltinfo -lm -lc /usr/informix/lib/esql/checkapi.o -lifglx
>
>       IFX_LIBS=" /usr/informix/lib/esql/libixos.a
> /usr/informix/lib/esql/libixgen.a \
>       /usr/informix/lib/esql/libixsql.a /usr/informix/lib/libixasf.a \
>       /usr/informix/lib/esql/libixgls.a -lnsl_s -lm -lV3 -lcl -lsec \
>       /usr/informix/lib/esql/libixglx.a"
>

That looks ok at a first glance. Would it be possible for you to send me
you're revised scripts so I can have a proper check through for you?

>       # Add any extra libs in here if required
>       LIBS="$IFX_LIBS"
>
>       export LIBS
>
>
> But it didn't work.

Don't give up, it's worth it in the end.

>
> Can You give me your help again ?

Of cause ;)

> Theo



-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to