Hi EK,

The error message means that a dynamic linker/loader cannot find an ELF 
library/libraries requested by the globus-url-copy. The libraries are likely in 
the subdirectory 'lib' in a directory where Globus Toolkit is installed. You 
can specify that directory as one of paths the dynamic linker/loader search in 
for libraries.

$ export 
LD_LIBRARY_PATH=path_to_your_globus_toolkit_directory/lib:$LD_LIBRARY_PATH

On my machine the command globus-url-copy is in 
/usr/local/packages/globus-5.0.4/bin and libraries in 
/usr/local/packages/globus-5.0.4/lib, so I would need to set:

$ export LD_LIBRARY_PATH=/usr/local/packages/globus-5.0.4/lib:$LD_LIBRARY_PATH

More information you can find in manuals about ld.so.

Regards,
Lukasz

On 2/20/12 12:53 PM, EK Olatunji wrote:
prianca b<prianca86<at>  yahoo.com>  writes:


hello     I run the globus-url-copy comand and i get the following error:  (I
set the GLOBUS_TCP_PORT_RANGE=2500,3500 and  GLOBUS_TCP_SOURCE_RANGE=1500,4500
before this )     globus-url-copy gsiftp://localhost.localdomain/etc/abcd
file:///tmp/testftp
       globus-url-copy: error while loading shared libraries:
libglobus_gass_copy_gcc32.so.0: cannot open shared object file: No such file or
directory     Does anybody know what does this error mean ?     -------------
Thanks


       You rock. That's why Blockbuster's offering you one month of Blockbuster
Total Access, No Cost.





Reply via email to