I'm afraid you will need to get hold of the CDSK for your Intel platform,
where s a good question. You may have to get in contact with Informix(IBM?)
about it.
Just some further tips:
o If you're not using MySQL then add the --without-mysql switch when
configuring.
o When finally building Apache you have to manually specify the Informix
libraries. i.e. configure apache, configure php, make php, make install php
then......
# get these by running esql -libs (these are mine and may differ)
IFX_LIBS="-lifsql -lifasf -lifgen -lifos -lifgls -lnsl_s -lcrypt_i \
/usr/lib/libgen.a -lsocket -lnsl -lm -lsuds -ltinfo -lprot -lx \
-ltinfo -lm -lc /usr/informix/lib/esql/checkapi.o -lifglx"
# Add any extra libs in here if required
LIBS="$IFX_LIBS"
export LIBS
Then configure apache, make apache, make install apache etc.
I put this all into a script as it's simpler to edit and saves all that
typing :)
Hope this helps.
Regards,
- Paul -
----- Original Message -----
From: "Adam Williams" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, September 17, 2001 5:32 PM
Subject: [PHP-INST] php + informix
> Hello,
>
> I am running Informix version 7.30.UC1 on Solaris 7 Intel. I am trying
> to compile PHP 4.0.6 with informix support. I am running:
>
>
> ./configure --with-informix --with-apache=../apache_1.3.19
> --enable-track-vars
>
> but in the script it breaks on the esqlc check. I went through my
> Informix SE and Informix SQL cds but I do not have any esql or esqlc
> files on it. I also went to www.informix.com/evaluate and saw that the
> Client SDK 2.70.UC1r1 for SUN Microsystems Sparc Solaris 7 has esqlc in
> it. But that package is for Sparc Solaris 7 and I am running Intel
> Solaris 7. I tried it anyway but on the esqlc check it prints a couple
> of garbage chacters and then errors out.
>
> Can someone tell me where to find esqlc? Since its not on my Informix
> cds nor at www.informix.com/evaluate, do you know how I can find this
> file or if its in another downloadable package at informix's web site.
>
> Thanks,
> Adam Williams
> [EMAIL PROTECTED]
>
>
> --
> 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]
>
--
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]