[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AG-TECH] Re: [AG-L] Installing AccessGrid on a 64bit machine



Hi Ashley,

I am trying to install AccessGrid on a AMD Opteron 64 machine. The machine is running RedHat EL 4 WS.

When I try to install wxGTK2, I get some failed dependencies: libgtkembedmoz.so & libxpcom.so. I know these are provided by mozilla or firefox. However I am using the 64bit versions (as provided by Red Hat). I can see that the files are in /usr/lib64/mozilla-1.7.7/. I am assuming that the rpms are looking for the packages in /usr/lib/.

Does anybody know how to solve this?
I assume you are using the x86-64 FC3 RPMs from:
http://www.itee.uq.edu.au/~agn/ag_fedora/FC3/stable/RPMS/x86_64/

The problem is probably with wxMozilla, you don't need to intall that unless you want to run the SharedBrowser. If you want to intall it:

wget http://www.itee.uq.edu.au/~agn/ag_fedora/FC3/stable/SRPMS/wxmozilla-0.5.3-1.src.rpm
rpmbuld --rebuild wxmozilla-0.5.3-1.src.rpm
rpm -i /usr/src/redhat/RPMS/x86_66/wxmozilla-0.5.3-2.x86_64.rpm
rpm -i /usr/src/redhat/RPMS/x86_66/wxmozilla-python-0.5.3-2.x86_64.rpm

You could also try the x86-64 Fedora Extras wxGTK2* and wxPythonGTK2 RPMs on:
http://fedoraproject.org/extras/3/x86_64/

The wx* RPMs (except for wxMozilla) on my site are slightly modified for x86_64 and rebuilt versions of the Fedora Extras 2 RPMs, it's because at the time I created them, the Fedora Extras 3 RPMs weren't available.


Cheers,
Doug