Interesting. GPT has a try at finding a local RPM installation, it
looks like it found an rpm command on your system that doesn't work.
Do you get the same error if you type "rpm -qa", for instance? In any
case, GPT will just be doing tar/gzip with our software, we don't use
the RPM functionality. So it sounds like your installation is fine.
Charles
On Oct 9, 2008, at 11:35 AM, Julien Chastang wrote:
Hello.
I am installing myproxy on a SunOS 5.9 sun4u sparc SUNW,Sun-Fire-880
platform. In order to install myproxy, I have been following Neill
Miller's very helpful instructions located here http://www.ci.uchicago.edu/wiki/bin/view/ESGProject/MyProxyWithAttributeCalloutConfig
. I am using the gt4.2.0-sun4u_sol_5.9-installer.
At the instruction "make gsi-myproxy globus_simple_ca_setup", I get
this error "Can't find libdb-3.1.so."
27 /home/chastang/scratch/gt4.2.0-sun4u_sol_5.9-installer -> make
gsi-myproxy globus_simple_ca_setup
cd gpt && OBJECT_MODE=32 ./build_gpt
build_gpt ====> installing GPT into /usr/local/gt4.2.0
ld.so.1: rpm: fatal: libdb-3.1.so: open failed: No such file or
directory
Killed
build_gpt ====> building /home/chastang/scratch/gt4.2.0-
sun4u_sol_5.9-installer/gpt/support/Compress-Zlib-1.21
....
The rest of the make seems to proceed successfully.
Is this a serious problem? This shared object library file seems to
be unavailable for Sun OS, as far as I can tell.
Thanks.
-Julien