Hi Doug,<br>
<br>
I did what you suggested and then it complained three dependencies
needed which are pyGlobus, pyOpenSSL_AG and SOAPpy. During the rebuild
of pyGlobus with pyGlobus-1.0.10-2.fc3.src.rpm, I found it set the
$GLOBUS_LOCATION to /usr/lib64/globus while I installed it to
/usr/lib/globus, so I made a symbolic link for them. Then it came with
the following errors:<br>
...<br>
+ export GLOBUS_LOCATION=/usr/lib64/globus<br>
+ GLOBUS_LOCATION=/usr/lib64/globus<br>
+ /usr/bin/python setup.py build --flavor=gcc64pthr<br>
Checking for which modules to build<br>
Checking the&nbsp; util&nbsp; module<br>
Missing dependency to build the&nbsp; util&nbsp; package.<br>
The following is the error message from globus-makefile-header.<br>
('No packages were found that matched your query!\n',)<br>
This package is required to build all of pyGlobus.<br>
Now exiting from the build<br>
error: Bad exit status from /var/tmp/rpm-tmp.42880 (%build)<br>
<br>
For the other two components, pyOpenSSL_AG needs elinks and SOAPpy
needs python-abi and the procedure of installing them are both
problematic.<br>
<br>
If directly build from AccessGrid-2.4-5.i586.rpm, will come with following messages:<br>
Preparing...&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
########################################### [100%]<br>
&nbsp;&nbsp;
1:AccessGrid&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
########################################### [100%]<br>
Traceback (most recent call last):<br>
&nbsp; File &quot;/usr/bin/agpm.py&quot;, line 25, in ?<br>
&nbsp;&nbsp;&nbsp; from AccessGrid.AppDb import AppDb<br>
ImportError: No module named AccessGrid.AppDb<br>
chmod: cannot access `/etc/AccessGrid/SharedApplications/VenueVNC/vncviewer': No such file or directory<br>
error: %post(AccessGrid-2.4-5) scriptlet failed, exit status 1<br>
<br>
During the time trying to solve the problem I found it is hard to find
rpms that support SUSE, most of them I've found are for FC. Is it
possible that switch to FC can make it easier to setup the AGTK on
Linux. Which configuration(including Linux version and AGTK version) do
you recommend?<br>
<br>
Please give some advices on the problem.<br>
<br>
Thanks,<br>
Zephyr<br><br><div><span class="gmail_quote">On 6/20/06, <b class="gmail_sendername">Douglas Kosovic</b> &lt;<a href="mailto:douglask@itee.uq.edu.au">douglask@itee.uq.edu.au</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Zephyr,<br><br>&gt; I tried to setup AG2.4 on SUSE 10, following the tutorial on:<br>&gt; <a href="http://www.vislab.uq.edu.au/research/accessgrid/software/suse/">http://www.vislab.uq.edu.au/research/accessgrid/software/suse/
</a><br>&gt; building from sourse code, and got the error message below:<br><br>Something has failed to build, the BuildSnapshot.py script continues even if<br>something has failed earlier on.<br><br>You will have more luck trying to build
<br>compat-AccessGrid-2.4-5.20060503cvs.fc3.src.rpm from here (which just use<br>plain SRPM files):<br>&nbsp;&nbsp; <a href="http://www.vislab.uq.edu.au/accessgrid3/fedora/3/SRPMS/">http://www.vislab.uq.edu.au/accessgrid3/fedora/3/SRPMS/
</a><br><br>try:<br>&nbsp;&nbsp;rpm -i compat-AccessGrid-2.4-5.20060503cvs.fc3.src.rpm<br>&nbsp;&nbsp;cd /usr/src/suse/SPECS<br># change the wxPython dependency to python-wxGTK with vi<br>&nbsp;&nbsp;vi compat-AccessGrid.spec<br>&nbsp;&nbsp;rpmbuild -ba compat-AccessGrid.spec
<br><br>It will complain about missing dependencies, rebuild any that aren't<br>available with SUSE from the SRPMs in the above URL...<br><br>Cheers,<br>Doug<br><br><br></blockquote></div><br>