Perl SOAP::Lite support

Status
Not open for further replies.

iukonline

New Member
Messages
3
Reaction score
0
Points
0
Hi,

I'm planing on showing my photos hosted on Flickr inside a website hosted on x10hosting.com. I'd like to develop a CGI script to format the page, but Flickr API requires SOAP, and I couldn't install SOAP::Lite module from CPAN.

Am I doing something wrong or is it not possible to install this module?

Thanks.
Edit:
Sorry,

I forgot to say that I would obvioulsy need only client-side SOAP support.

Thanks
 
Last edited:

Corey

I Break Things
Staff member
Messages
34,550
Reaction score
205
Points
63
I installed SOAP::Lite on your server.

-Corey
 

iukonline

New Member
Messages
3
Reaction score
0
Points
0
Sorry, I thought the problem was just on SOAP::Lite, but it seems there are other problems installing the modules I need.

What I am trying to install is the Flickr-Tools-0.02 package. Before your help module installation stopped on SOAP::Lite. Now I get similar errors with other module dependencies (UNIVERSAL::isa, UNIVERSAL::can and XML::parser::Lite::Tree). The error is
Code:
/bin/pwd: cannot open directory `../../../..': Permission denied
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
ERROR: Can't create 'blib/lib/auto'
Do not have write permissions on '/'
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 at -e line 1
make: *** [pm_to_blib] Error 2
I was wondering if you could install the Flickr-Tools-0.02 package for me. Otherwise, I think I will have to try PHP (which I'm not really proficient with).

Thanks for your help!
 

Corey

I Break Things
Staff member
Messages
34,550
Reaction score
205
Points
63
I've never used it, if they have a PHP version I would guess it would work right away. Unless you can get me a full list of dependencies that needs. I'd rather not install a ton of things though for a single user, as it is a shared server. :)

-Corey
 

Corey

I Break Things
Staff member
Messages
34,550
Reaction score
205
Points
63
Okay, please re-open this if you need further assistance or if you can not get it to work we can look into the perl one again.

-Corey
 
Status
Not open for further replies.
Top