Print

Print


On Wed, Nov 09, 2005 at 01:03:11PM +0000, David McBride wrote:
> Kostas Georgiou wrote:
> 
> >True you can install almost all 32bit packages, but for example look at:
> >rpm -ql glite-rgma-api-python
> >/opt/glite/lib/python/_glite_rgma_python.so
> >/opt/glite/lib/python/edg/__init__.py
> >/opt/glite/lib/python/edg/rgma.py
> >/opt/glite/lib/python/glite_rgma_python.py
> >/opt/glite/lib/python/rgma.py
> 
> I've just been bitten by this exact problem when trying to set up R-GMA. 
>   Are 64-bit versions of these binaries currently available -- or 
> failing that, a source tree from which I can build the necessary libraries?
> 
> Cheers,
> David
> -- 
> David McBride <[log in to unmask]>
> Department of Computing, Imperial College, London

Some work has been done on conversion of R-GMA code to 64 bit. However
we (JRA1-UK) have not tested it. The R-GMA code coming out in gLite
1.5 has no architecture dependency.

The problem with the old python API was that it uses SWIG. The server
code is all Java so a 64 bit server should work.

Steve