Hello again Theo,

Couple of things:

Just out of interest have you got the Informix SDK installed? If not it's
available free from Informix (www.intraware.com I think?).

Are you using the script to do the whole process or have you split it up
just to do the PHP bit and then trying to build Apache afterwards? The
critical part is for Apache to have the libraries specified in LIBS. Did you
run   esql -libs   at the prompt to get a list of the libraries which need
to be in IFX_LIBS in the script. I think I had a note in there about it but
it may not have stood out. It's possible they're different on your machine
to mine.

Don't worry, we'll get there eventually ;o)

- Paul -

----- Original Message -----
From: "Bister, Hans-Theo" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, January 19, 2001 10:11 AM
Subject: AW: [PHP-INST] libtool: link: cannot build libtool library
libinformix.la from non-libtool (Installation PHP 4.0.4 Static Module for
Apache 1.3.14 on HP-UX 10.20 with INFORMIX)


> Dear Paul,
>
> thank you very much for your assistence. I managed after editing your
script
> a little bit (as you told me) to "make" and "make install"  php-4.0.4
>
> But afterwards I tried to "make" apache_1.3.14   Here the following
problem
> arises. Looks like some INFORMIX-functions, wich seem to be missing in the
> libraries.
> (The same Apache-make-error  did I get in previous install-tries, after I
> simply "commented out" the libtool lines wich caused the error- exit in
make
> (php).)
>
> Can anyone give me an additional hint ?
>
> That would be very nice!
> Theo
>
>
> cd apache_1.3.14
> make
>
> --Output:
>
> ===> src
> ===> src/os/unix
> <=== src/os/unix
> ===> src/ap
> <=== src/ap
> ===> src/main
> <=== src/main
> ===> src/lib
> ===> src/lib/expat-lite
> <=== src/lib/expat-lite
> <=== src/lib
> ===> src/modules
> ===> src/modules/standard
> <=== src/modules/standard
> ===> src/modules/php4
> <=== src/modules/php4
> <=== src/modules
> /users/webtools/gcc-2.8.0/xgcc -c  -I./os/unix -I./include
> -DHPUX10 -I/users/php/php-4.0.4 -I/users/php/php-4.0.4/main
> -I/users/php/php-4.0.4/main -I/users/php/php-4.0.4/Zend
> -I/users/php/php-4.0.4/Zend -I/users/php/php-4.0.4/TSRM
> -I/users/php/php-4.0.4/TSRM -I/users/php/php-4.0.4 -DUSE_EXPAT
> -I./lib/expat-lite -DNO_DL_NEEDED `./apaci` modules.c
> /users/webtools/gcc-2.8.0/xgcc -c  -I./os/unix -I./include
> -DHPUX10 -I/users/php/php-4.0.4 -I/users/php/php-4.0.4/main
> -I/users/php/php-4.0.4/main -I/users/php/php-4.0.4/Zend
> -I/users/php/php-4.0.4/Zend -I/users/php/php-4.0.4/TSRM
> -I/users/php/php-4.0.4/TSRM -I/users/php/php-4.0.4 -DUSE_EXPAT
> -I./lib/expat-lite -DNO_DL_NEEDED `./apaci` buildmark.c
> /users/webtools/gcc-2.8.0/xgcc  -DHPUX10 -I/users/php/php-4.0.4
> -I/users/php/php-4.0.4/main -I/users/php/php-4.0.4/main
> -I/users/php/php-4.0.4/Zend -I/users/php/php-4.0.4/Zend
> -I/users/php/php-4.0.4/TSRM -I/users/php/php-4.0.4/TSRM
> -I/users/php/php-4.0.4 -DUSE_EXPAT -I./lib/expat-lite -DNO_DL_NEEDED
> `./apaci`    \
>       -o httpd buildmark.o modules.o  modules/php4/libphp4.a
> modules/standard/libstandard.a  main/libmain.a  ./os/unix/libos.a
> ap/libap.a  lib/expat-lite/libexpat.a  -Lmodules/php4 -L../modules/php4
> -L../../modules/php4 -lmodphp4   -lm -lcrypt
> collect2: ld returned 1 exit status
> /usr/ccs/bin/ld: Unsatisfied symbols:
>    _iqdcopen (code)
>    dectoasc (code)
>    _iqnprep (code)
>    SQLSTATE (data)
>    _iqclose (code)
>    dttoasc (code)
>    _iqfree (code)
>    _iqalloc (code)
>    _iqdealloc (code)
>    intoasc (code)
>    sqlca (data)
>    _iqgetdesc (code)
>    rdatestr (code)
>    _iqlocate_cursor (code)
>    _iqsetdesc (code)
>    _iqdisconnect (code)
>    _iqexecute (code)
>    rgetlmsg (code)
>    _iqdbclose (code)
>    _iqsetconnect (code)
>    _iqcftch (code)
>    _iqdescribe (code)
>    _iqcddcl (code)
>    ldchar (code)
>    SQLCODE (data)
>    _iqconnect (code)
> *** Error exit code 1
>
> Stop.
> *** Error exit code 1
>
> Stop.
> *** Error exit code 1
>
> Stop.
>
> -End of output
>
>
>
>
>
> --
> 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