> Oh, good! I was wishing for something like this. > > This looks familiar: > > $ ./vcl-rpcxml.pl > Username: vclsystem > Password: > Can't locate object method "value" via package > "RPC::XML::Client::send_request: HTTP server error: Can't connect to > vlab-a.uchicago.edu:443 (certificate verify failed)" (perhaps you forgot > to load "RPC::XML::Client::send_request: HTTP server error: Can't > connect to vlab-a.uchicago.edu:443 (certificate verify failed)"?) at > ./vcl-rpcxml.pl line 28, <> line 2. > > I get the same result whether I enter the correct password or something > deliberately wrong. So I'm guessing that this is indicating something > missing in my environment, but I know from looking previously that the > RPC::XML::Client directory is complete with a send_request script. >
But are you not using a custom-built perl interpreter? You should invoke the script with the same perl interpreter that vcld is using; otherwise, it will use /usr/bin/perl The error you see relates to a package not being installed -- either LWP or RPC::XML
