We discovered that glexec in VDT 1.8.1 isn't working. It's because
glexec can't find some libraries. Setting LD_LIBRARY_PATH is
insufficient, because LD_LIBRARY_PATH is ignored for binaries that are
setuid to root.
Igor Sfiligoi spent a long time investigating, and he prepared
glexec-osg 0.3 He summarized what I need to do:
> I just tagged
> GLEXEC-OSG_v0_3
> .
>
> The things you need to do are:
> In glexec-osg/lib on 32-bit machines or glexec-osg/lib64 on 64-bit
machines, do
> ln -s VDT_MAGIC_LOCATION/expat/lib/libexpat.so.1 .
> ln -s VDT_MAGIC_LOCATION/glite/lib/libvomsapi-nog.so.0 libvomsapi.so.0
>
> and then in glexec-osg/sbin
> rpath -R VDT_MAGIC_LOCATION/glexec-osg/lib:VDT_MAGIC_LOCATION/globus/lib
> (please notice that here you use "lib" on both 32 and 64 bit machines)
We can also build on a couple of x86-64 platforms now.