Hi,

I run on SCO unix but I know there is an issue when trying to compile in
Informix.

Below were some instructions I gave to another SCO'er but they may help you
get on the right track. I built with Apache as static and not dynamic
though. You may want to start with static and then try the dynamic one
afterwards. You'll have to change the build script I've sent you to apply to
your platform.

Regards,
- Paul -

----8<-----

I've attached one of the build scripts that I have used. Basically I have
this script, apache and php tar files in /usr/src. The script un-tars,
configures and builds everything. Run it with    ./b4.0.4pl1gd.sh n n
which means it will pause at each major point(remember to set it as
executable). Have a look through it and play about - it's nothing fancy,
just functional. You'll have to delete some bits as I also have zilib & gd
support compiled in. If your versions are different then alter them
appropriately. Pay attention to where it builds apache at the end and where
the Informix libs are set. You get these from running    esql -libs    at
the command line. Yours maybe different to mine. I have the Informix CSDK
installed with an Informix SE ver 7.2x. When everything is built, remember
to set the Informix environment vars and the LD_LIBRARY_PATH as well within
your apache start script.


----8<-----


----- Original Message -----
From: "Tse Wai Kan" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, May 11, 2001 9:19 AM
Subject: [PHP-INST] PHP4.0.5 Apache and Informix.


>
> I'm stuck. Anyone seen this problem and know how to solve this?
>
> apachectl configtest
>
>  /usr/lib/dld.sl: Unresolved symbol: ifx_checkAPI (code)  from
> /var/informix_work
> /lib/esql/libifsql.sl
> Syntax error on line 240 of /opt/apache/etc/httpd.conf:
> Cannot load /opt/apache/lib/modules/libphp4.so into server: No such file
or
> dire
> ctory
>
>
> I configured PHP4.0.5 on HP-UX 10.20 with the following options;
>
> ./configure  --prefix=/opt/php --with-apxs=/opt/apache/bin/apxs
> --with-informi
> x=/var/informix_work --with-config-file-path=/opt/apache/lib/php
> --enable-libgcc
>  --enable-debug
>
> The server has Informix Dynamic Server Version 7.31 installed.
>
> Regards,
> Tse-Wai Kan.
> RSL COM Deutschland GmbH.
> Tel     :       +49 (0)611 9888820
> Fax     :       +49 (0)611 9888821 / +49 (0)611 9888878
> GSM     :       +49 (0)172 9420888 / +44 (0)705 0028870
> 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]
>
>

-- 
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