[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [HTCondor-users] CREAM error: Failed to start gahp



> On Oct 2, 2015, at 9:36 AM, Jose Caballero <jcaballero.hep@xxxxxxxxx> wrote:
> 
> 2015-10-02 10:33 GMT-04:00 Brian Bockelman <bbockelm@xxxxxxxxxxx>:
>> Ok, so itâs now linked correctly again.  What happens when you run the gahp by hand:
>> 
>> $ /usr/sbin/nordugrid_gahp
>> $GahpVersion: 1.3.0 Aug  9 2014 Nordugrid\ Gahp $
>> ^C
>> $ /usr/sbin/cream_gahp
>> $GahpVersion: CREAM Nov 23 2013 UW\ Gahp $
>> ^C
>> 
>> Brian
>> 
> 
> Huh, now the cream one does not work:
> 
> 
> $ /usr/sbin/nordugrid_gahp
> $GahpVersion: 1.3.0 Sep 11 2015 Nordugrid\ Gahp $
> ^C
> 
> $ /usr/sbin/cream_gahp
> dlsym: /usr/lib64/libglobus_thread_pthread.so: undefined symbol:
> globus_extension_module
> 

May need to play âlddâ games again to figure out where /usr/sbin/cream_gahp is getting its Globus libraries from.  Judging from the error message above, Iâm guessing youâre seeing a mix of system libraries and condor-internal libraries (maybe try uninstalling the globus libraries from the system root?).

Another alternate may be to use the OSG packaging of HTCondor (assuming your system globus is from OSG).  Thatâs meant to be a bit more consistent with system Globus.

Brian