error installing C::A::D

View: New views
4 Messages — Rating Filter:   Alert me  

error installing C::A::D

by P Kishor-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I am trying to set up my application on a shared web hosting service
(a2hosting.com)

Trying to install CGI::Application::Dispatch, using their web-based
interface, throws up the following error

ERRORS/WARNINGS FOUND IN PREREQUISITES.  You may wish to install the versions
of the modules indicated above before proceeding with this installation

Creating new 'Build' script for 'CGI-Application-Dispatch' version '2.16'
CPAN: Module::Build loaded ok (v0.35)
Copying lib/CGI/Application/Dispatch/Regexp.pm ->
blib/lib/CGI/Application/Dispatch/Regexp.pm
Copying lib/CGI/Application/Dispatch.pm -> blib/lib/CGI/Application/Dispatch.pm
Manifying blib/lib/CGI/Application/Dispatch/Regexp.pm ->
blib/libdoc/CGI::Application::Dispatch::Regexp.3pm
Manifying blib/lib/CGI/Application/Dispatch.pm ->
blib/libdoc/CGI::Application::Dispatch.3pm
  MARKSTOS/CGI-Application-Dispatch-2.16.tar.gz
  ./Build -- OK
Running Build install
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
ERROR: Can't create '/usr/lib/perl5/site_perl/5.8.8/CGI/Application'
mkdir /usr/lib/perl5/site_perl/5.8.8/CGI: Permission denied at
/usr/lib/perl5/5.8.8/ExtUtils/Install.pm line 457

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 at /usr/lib/perl5/site_perl/5.8.8/Module/Build/Base.pm line 2988
  MARKSTOS/CGI-Application-Dispatch-2.16.tar.gz
  ./Build install  -- NOT OK


Seems like the build script wants to install stuff in /usr/lib/...
but, of course, I don't have access to /usr/lib... on a shared host.
They provide ~/perl as the destination.

What am I to do?


--
Puneet Kishor http://www.punkish.org
Carbon Model http://carbonmodel.org
Charter Member, Open Source Geospatial Foundation http://www.osgeo.org
Science Commons Fellow, http://sciencecommons.org/about/whoweare/kishor
Nelson Institute, UW-Madison http://www.nelson.wisc.edu
-----------------------------------------------------------------------
Assertions are politics; backing up assertions with evidence is science
=======================================================================

#####  CGI::Application community mailing list  ################
##                                                            ##
##  To unsubscribe, or change your message delivery options,  ##
##  visit:  http://www.erlbaum.net/mailman/listinfo/cgiapp    ##
##                                                            ##
##  Web archive:   http://www.erlbaum.net/pipermail/cgiapp/   ##
##  Wiki:          http://cgiapp.erlbaum.net/                 ##
##                                                            ##
################################################################


Re: error installing C::A::D

by Jolly.Tall :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

P Kishor wrote:
> I am trying to set up my application on a shared web hosting service
> (a2hosting.com)
>
> Trying to install CGI::Application::Dispatch, using their web-based
> interface, throws up the following error
>
> ERRORS/WARNINGS FOUND IN PREREQUISITES.  You may wish to install the versions
> of the modules indicated above before proceeding with this installation
[..]

> Seems like the build script wants to install stuff in /usr/lib/...
> but, of course, I don't have access to /usr/lib... on a shared host.
> They provide ~/perl as the destination.

Have you tried local::lib? It's supposed to be suitable for shared
environments.
--
Richard Jones


#####  CGI::Application community mailing list  ################
##                                                            ##
##  To unsubscribe, or change your message delivery options,  ##
##  visit:  http://www.erlbaum.net/mailman/listinfo/cgiapp    ##
##                                                            ##
##  Web archive:   http://www.erlbaum.net/pipermail/cgiapp/   ##
##  Wiki:          http://cgiapp.erlbaum.net/                 ##
##                                                            ##
################################################################


Re: error installing C::A::D

by P Kishor-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Fri, Oct 16, 2009 at 4:00 AM, Richard Jones <ra.jones@...> wrote:

> P Kishor wrote:
>> I am trying to set up my application on a shared web hosting service
>> (a2hosting.com)
>>
>> Trying to install CGI::Application::Dispatch, using their web-based
>> interface, throws up the following error
>>
>> ERRORS/WARNINGS FOUND IN PREREQUISITES.  You may wish to install the versions
>> of the modules indicated above before proceeding with this installation
> [..]
>
>> Seems like the build script wants to install stuff in /usr/lib/...
>> but, of course, I don't have access to /usr/lib... on a shared host.
>> They provide ~/perl as the destination.
>
> Have you tried local::lib? It's supposed to be suitable for shared
> environments.


Unfortunately, I can't try anything on a2hosting. They provide a
cPanel based interface for installing Perl modules. I click the
install button in their interface, and it only shows me the log of
things as they happen.

--
Puneet Kishor http://www.punkish.org
Carbon Model http://carbonmodel.org
Charter Member, Open Source Geospatial Foundation http://www.osgeo.org
Science Commons Fellow, http://sciencecommons.org/about/whoweare/kishor
Nelson Institute, UW-Madison http://www.nelson.wisc.edu
-----------------------------------------------------------------------
Assertions are politics; backing up assertions with evidence is science
=======================================================================
Sent from Madison, WI, United States

#####  CGI::Application community mailing list  ################
##                                                            ##
##  To unsubscribe, or change your message delivery options,  ##
##  visit:  http://www.erlbaum.net/mailman/listinfo/cgiapp    ##
##                                                            ##
##  Web archive:   http://www.erlbaum.net/pipermail/cgiapp/   ##
##  Wiki:          http://cgiapp.erlbaum.net/                 ##
##                                                            ##
################################################################


Re: error installing C::A::D

by Gordon Van Amburg :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

P.Kishor - I use a2hosting and use CAD all the time.  I am not really
sure what you are trying to do.

If the cpanel installer fails to install CAD, just file a ticket and the
sys admins will install the module for you.  My experience with
a2hosting is that your module will be installed withing 10 minutes or
so.

There is no need to do anything special and there is definitely no need
for local::lib.



On Fri, 2009-10-16 at 08:44 -0500, P Kishor wrote:

> On Fri, Oct 16, 2009 at 4:00 AM, Richard Jones <ra.jones@...> wrote:
> > P Kishor wrote:
> >> I am trying to set up my application on a shared web hosting service
> >> (a2hosting.com)
> >>
> >> Trying to install CGI::Application::Dispatch, using their web-based
> >> interface, throws up the following error
> >>
> >> ERRORS/WARNINGS FOUND IN PREREQUISITES.  You may wish to install the versions
> >> of the modules indicated above before proceeding with this installation
> > [..]
> >
> >> Seems like the build script wants to install stuff in /usr/lib/...
> >> but, of course, I don't have access to /usr/lib... on a shared host.
> >> They provide ~/perl as the destination.
> >
> > Have you tried local::lib? It's supposed to be suitable for shared
> > environments.
>
>
> Unfortunately, I can't try anything on a2hosting. They provide a
> cPanel based interface for installing Perl modules. I click the
> install button in their interface, and it only shows me the log of
> things as they happen.
>


#####  CGI::Application community mailing list  ################
##                                                            ##
##  To unsubscribe, or change your message delivery options,  ##
##  visit:  http://www.erlbaum.net/mailman/listinfo/cgiapp    ##
##                                                            ##
##  Web archive:   http://www.erlbaum.net/pipermail/cgiapp/   ##
##  Wiki:          http://cgiapp.erlbaum.net/                 ##
##                                                            ##
################################################################