Hello, I am trying to get the globus toolkit 4.0.4 loaded and running on OSX 10.4.9 running on a PowerPC (G5).
I am experiencing this problem: 2007-06-14 12:34:55,903 ERROR monitoring.SchedulerEventGenerator [Thread-3,run:198] SEG Terminated with dyld: Library not loaded: /Users/condor/execute/dir_16174/userdir/install/lib/libglobus_scheduler_even t_generator_gcc32.0.dylib 2007-06-14 12:34:55,905 ERROR monitoring.SchedulerEventGenerator [Thread-3,run:198] SEG Terminated with Referenced from: /usr/local/globus-4.0.4/libexec/globus-scheduler-event-generator 2007-06-14 12:34:55,906 ERROR monitoring.SchedulerEventGenerator [Thread-3,run:198] SEG Terminated with Reason: image not found 2007-06-14 12:34:55,936 ERROR monitoring.SchedulerEventGenerator [Thread-6,run:198] SEG Terminated with dyld: Library not loaded: /Users/condor/execute/dir_16174/userdir/install/lib/libglobus_scheduler_even t_generator_gcc32.0.dylib I have searched the mail-list archives and found that if you don't run source $GLOBUS_LOCATION/etc/globus-user-env.sh that the environment variable for dynlib isn't set. So, I tried that, and also tried exporting it permanently from my profile -- neither seemed to make a difference. The only other thing I could find is possibly that it was built incorrectly? I simply followed the instructions of ./configure --prefix=/usr/local/globus-4.0.4 make make install The problem seems to be that it can't find the dylib in the path, but it clearly should be when I have this env variable: DYLD_LIBRARY_PATH="/usr/local/globus-4.0.4/lib" Any help would be greatly appreciated! Best Regards, MG
