Operating System - HP-UX
1819682 Members
3934 Online
109605 Solutions
New Discussion юеВ

Where can i get the libexpat.sl source ?

 
Alexander M. Ermes
Honored Contributor

Where can i get the libexpat.sl source ?

Hi there.
After installing Apache an PHP software my system requests a library called libexpat.sl .
Any idera, where i can get it ?
Rgds
Alexander M. Ermes
.. and all these memories are going to vanish like tears in the rain! final words from Rutger Hauer in "Blade Runner"
6 REPLIES 6
Ivan Krastev
Honored Contributor

Re: Where can i get the libexpat.sl source ?

Here is - http://expat.sourceforge.net/


regards,
ivan
Robert-Jan Goossens
Honored Contributor

Re: Where can i get the libexpat.sl source ?

Alexander M. Ermes
Honored Contributor

Re: Where can i get the libexpat.sl source ?

Hi there.
Robert-Jan, i got the package and unzipped it. after running configure trying to 'make' with this result :

hpnss-01,root,none,/var/tmp/DOWNLOAD/expat/expat-2.0.1,!
>make
/bin/sh ./libtool --silent --mode=compile cc -I./lib -I. -O -I/usr/local/include -O -I/usr/local/include -DHAVE_EXPAT_CONFIG_H -o lib/xmlparse.lo -c lib/xmlparse.c
(Bundled) cc: warning 480: The -O option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The -O option is available only with the C/ANSI C product; ignored.
cpp: "lib/xmlparse.c", line 81: warning 2013: Unknown preprocessing directive.
cpp: "lib/xmlparse.c", line 927: error 4065: Recursion in macro "XML_STATUS_ERROR".
*** Error exit code 1

Stop.
hpnss-01,root,none,/var/tmp/DOWNLOAD/expat/expat-2.0.1,!
>
.. and all these memories are going to vanish like tears in the rain! final words from Rutger Hauer in "Blade Runner"
Robert-Jan Goossens
Honored Contributor

Re: Where can i get the libexpat.sl source ?

Alexander,

On what OS should the expat software run? The version listed for 11i v1 / v2 / v3 are depot files.

Robert-Jan
Dennis Handly
Acclaimed Contributor

Re: Where can i get the libexpat.sl source ?

If you get these errors, you may have to compile with gcc. Or else it doesn't like the K&R for the bundled CC.
cpp: warning 2013: Unknown preprocessing directive.
cpp: error 4065: Recursion in macro

>Robert-Jan: On what OS should the expat software run?

Alexander's previous thread about apache said he was still on 11.00.
Alexander M. Ermes
Honored Contributor

Re: Where can i get the libexpat.sl source ?

Hi there.
DId i not mention it ? HP-UX 11.00.
Rgds
Alexander M. Ermes
.. and all these memories are going to vanish like tears in the rain! final words from Rutger Hauer in "Blade Runner"