Hi, I hope you understand this ;o) 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. ----- Original Message ----- From: "Santos Saucedo Laura Gabriela" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 21, 2001 6:25 PM Subject: [PHP-INST] Ayuda PHP con Servidor HP_UX con base de datos informix > hola Mi nombre es laura > > Tengo un problema, quiero instalar el php-4.0.5, en una HP-UX, y realizar > una conexion a INFORMIX, pero realizo lo sig. > > ./configure --with-informix=/home/informix --with-apache=../apache_1.3.19 > --enable-track-vars > > Pero a la hora de realizar el make pasa lo sig. > > Making all in informix > > /bin/sh /usr/local/php-4.0.5/libtool --silent --mode=link gcc -I. > -I/us > r/local/php-4.0.5/ext/informix -I/usr/local/php-4.0.5/main > -I/usr/local/php-4.0. > 5 -I/usr/local/apache_1.3.19/src/include > -I/usr/local/apache_1.3.19/src/os/unix > -I/usr/local/php-4.0.5/Zend -I/home/informix/incl/esql > -I/usr/local/php-4.0.5/ex > t/mysql/libmysql -I/usr/local/php-4.0.5/ext/xml/expat/xmltok > -I/usr/local/php-4. > 0.5/ext/xml/expat/xmlparse -I/usr/local/php-4.0.5/TSRM -DSUPPORT_UTF8 > -DXML_BYT > E_ORDER=21 -g -O2 -I/home/informix/incl/esql -o libinformix.la ifx.lo > /home/ > informix/lib/esql/libixos.a /home/informix/lib/esql/libixgen.a > /home/informix/li > b/esql/libixsql.a /home/informix/lib/libixasf.a > /home/informix/lib/esql/libixos. > a /home/informix/lib/esql/libixgen.a /home/informix/lib/esql/libixgls.a > /home/in > formix/lib/esql/libixglx.a > > libtool: link: cannot build libtool library `libinformix.la' from > non-libtool ob > jects: /home/informix/lib/esql/libixos.a /home/informix/lib/esql/libixgen.a > /hom > e/informix/lib/esql/libixsql.a /home/informix/lib/libixasf.a > /home/informix/lib/ > esql/libixos.a /home/informix/lib/esql/libixgen.a > /home/informix/lib/esql/libixg > ls.a /home/informix/lib/esql/libixglx.a > > *** Error exit code 1 > > > > Stop. > > *** Error exit code 1 > > > Ya me baje el GNU,bison,flex y no me funciona de debo hacer? > > Si yo le pongo ./configure -with-apache=../apache_1.3.19 --enable-track-vars > > Y configure todo funciona, pero tengo que conectarme a informix > > > > -- > 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]