To keep in the record: I realized that perl and XML::Parser are installed, but the problem still existed.. solution: I was using a 64 bit machine, the gcc compiler was compiling in 64 bit mode but the jre was (mis-configured as) 32 bit. changing the jre to a 64 bit one solved the issue.
Cheers, Shayan 2008/9/19 Shayan Shahand <[EMAIL PROTECTED]> > Martin, > > Many thanks for your help > > Cheers, > Shayan > > 2008/9/18 Martin Feller <[EMAIL PROTECTED]> > > um, i wanted to say: please DON'T use 4.1.2 but 4.2.0 if you can .... >> >> >> Martin Feller wrote: >> >>> Shayan, >>> >>> Please use 4.1.2, but 4.2.0, if you can . >>> >>> Gram4 aka WS-GRAM needs a certain perl module be installed on the system, >>> which is XML::Parser. It does not seem to be in you perl install, that's >>> which the postinstall fails. >>> You'd have to install it first, e.g. via cpan >>> >>> Martin >>> >>> Shayan Shahand wrote: >>> >>>> Dear all, >>>> >>>> I'm trying to compile Globus 4.1.2 on a Red Hat enterprise machine, the >>>> configuration part and making part ($ make) goes fine, but unfortunately >>>> while executing "make install" I got the following error: >>>> >>>> ........ >>>> running >>>> /state/partition1/shahand/globus-4.1.2/setup/globus/setup-globus-gram-job-manager..[ >>>> Changing to /state/partition1/shahand/globus-4.1.2/setup/globus ] >>>> ERROR: Required perl module XML::Parser not found >>>> ERROR: Command failed >>>> make: *** [postinstall] Error 9 >>>> >>>> additional info: >>>> Javac 1.5.0_13 >>>> Apache Ant version 1.6.5 >>>> >>>> I know that others could compile and install Globus on the same machine, >>>> so it might be something with my environment variables. >>>> Your help to solve this issue is very much appreciated. >>>> >>>> Regards, >>>> Shayan >>>> >>> >>> >> >
