|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
HP-UX and XML::Parser install
I've installed expat and get the following when trying to install the module from cpan. Any ideas? TIA
$ make install cc -c -D_HPUX_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Ae -O -DVERSION=\"2.30\" -DXS_VERSION=\"2.30\" +z -I/opt/perl5/lib/5.6.0/PA-RISC 2.0/CORE Expat.c cc: warning 487: Possibly incorrect message catalog. cpp: "Expat.xs", line 12: error 4036: Can't open include file 'expat.h'. *** Error exit code 1 Stop. *** Error exit code 1 Stop. ![]() |
|
#2
|
||||
|
||||
|
Here is the problem:
"Expat.xs", line 12: And the file it's looking for: error 4036: Can't open include file 'expat.h'
__________________
My blog about OpenSource Databases PDF tutorials about OSS databases, DBMonster ... Please contribute to Open Source Development, fill bug reports!!! Developer Shed eSupport Commented my.ini/my.cnf (PLEASE ADD YOUR OWN CONFIG TRICK) An introduction to database normalization Natural or Surrogate key Custom ordering for your results Correlated and uncorrelated subqueries Don't turn your outer joins into inner joins |
|
#3
|
|||
|
|||
|
whereis tells me that expat.h is in /usr/local/include and is chmod as 644. This kinda infers that the version of expat may be suspect with it's compatability for the platform. I'm hoping someone has seen this error before when installing this package.
MORE INFO: In my original post, I said I was having trouble installing expat, when actually, I'm having trouble installing XML::Parser, which requires expat to be installed. |
|
#4
|
|||
|
|||
|
Nothing like answering your own questions....turns out the the expat install put expat.h in /usr/local/include. HP-UX looks in /usr/include for includes. After copying expat.h to /usr/include, the XML::Parser make worked.
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > XML Programming > HP-UX and XML::Parser install |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|