The globus.sh file should set the GLOBUS_LOCATION env var for you, and then source GLOBUS_LOCATION/etc/globus-user-env.sh, which sets LD_LIBRARY_PATH as Fred mentioned.
So you should get this state in new shells after installing the package. If you run the software in a shell created before the install, you'll encounter problems like Mike did here. Tom Fred Dech wrote: > Michael. > > /etc/profile.d/. > should have a couple new or updated files in it: > -rwxr-xr-x 1 root root 110 Jul 28 11:37 globus.sh* > -rwxr-xr-x 1 root root 101 Jul 28 11:37 globus.csh* > > a new shell bash or csh will source one of these and set some env vars: > > GLOBUS_LOCATION=/usr/lib/globus > > it also creates the following if they don't exist: > LIBPATH=/usr/lib/globus/lib:/usr/lib:/lib > SHLIB_PATH=/usr/lib/globus/lib > SASL_PATH=/usr/lib/globus/lib/sasl > GLOBUS_PATH=/usr/lib/globus > > you should also add /usr/lib/globus/lib to your LD_LIBRARY_PATH. > > --fred > > On Wed, Jul 28, 2004 at 01:05PM, Michael Miller said: > >>I'm having trouble installing on an IBM laptop with FC2. >>Here's what I've done so far: >> >>Installed FC2 >>Installed AccessGrid according to instructions here: >> http://www.itee.uq.edu.au/~agn/ag_fedora/ >> >> I will do the following: >> [install: AccessGrid 2.2-Snapshot_20040728.i386] >> I will install/upgrade these to satisfy the dependencies: >> [deps: xawtv 3.88-6.i386] >> [deps: globus-accessgrid 2.4-2.i386] >> [deps: wxPythonGTK-py2.3 2.5.1.5-1.i386] >> Is this ok [y/N]: y >> Downloading Packages >> Getting xawtv-3.88-6.i386.rpm >> xawtv-3.88-6.i386.rpm 100% >>|=========================| 1.1 MB 00:04 >> Getting AccessGrid-2.2-Snapshot_20040728.i386.rpm >> AccessGrid-2.2-Snapshot_2 >>100% |=========================| 17 MB 01:01 >> Getting globus-accessgrid-2.4-2.i386.rpm >> globus-accessgrid-2.4-2.i >>100% |=========================| 2.5 MB 00:08 >> Getting wxPythonGTK-py2.3-2.5.1.5-1.i386.rpm >> wxPythonGTK-py2.3-2.5.1.5 >>100% |=========================| 11 MB 00:37 >> Running test transaction: >> Test transaction complete, Success! >> wxPythonGTK-py2.3 100 % done 1/4 >> globus-accessgrid 100 % done 2/4 >> xawtv 100 % done 3/4 >> AccessGrid 100 % done 4/4 >> DEBUG:ProxyGen:Using GT24 proxy code >> Compiling Access Grid Python modules.... Done >> Installed: AccessGrid 2.2-Snapshot_20040728.i386 >> Dep Installed: xawtv 3.88-6.i386 globus-accessgrid >> 2.4-2.i386 >> wxPythonGTK-py2.3 2.5.1.5-1.i386 >> Transaction(s) Complete >>copied my cert to the machine with scp >> >>And now I get this: >>[mimiller@copland mimiller]$VenueClient.py -d --personalNode >>Traceback (most recent call last): >> File "/usr/bin/VenueClient.py", line 28, in ? >> from AccessGrid.Toolkit import WXGUIApplication >> File >>"/sandbox/packaging/dist-20040728_180416/lib/python2.3/site-packages/AccessGrid/Toolkit.py", >> >>line 22, in ? >> File >>"/sandbox/packaging/dist-20040728_180416/lib/python2.3/site-packages/AccessGrid/Security/CertificateManager.py", >> >>line 53, in ? >> File >>"/sandbox/packaging/dist-20040728_180416/lib/python2.3/site-packages/AccessGrid/Utilities.py", >> >>line 35, in ? >> File >>"/sandbox/packaging/dist-20040728_180416/lib/python2.3/site-packages/AccessGrid/Platform/__init__.py", >> >>line 59, in ? >> File >>"/sandbox/packaging/dist-20040728_180416/lib/python2.3/site-packages/AccessGrid/Platform/unix/Config.py", >> >>line 22, in ? >> File >>"/sandbox/packaging/dist-20040728_180416/lib/python2.3/site-packages/pyGlobus/security.py", >> >>line 11, in ? >>ImportError: libglobus_gss_assist_gcc32pthr.so.0: cannot open shared >>object file: No such file or directory >> >> >>Let me know what I need to do... >> >>Michael Miller >>NCSA >> >>Thanx, >> >>Michael Miller >>System Engineer >>Visualization Technology Support >>Computing and Data Management >>National Center for Supercomputing Applications >>University of Illinois - UC >>217-649-0747 >> >>"If you're clear in your vision and trust the people in your team with >>clear objectives, they will invariably do their best to achieve everything >>desired, and usually deliver everything you could have hoped for and even >>more." -Paul Debevec > > >