Mar 28, 2008 3:23 pm
Anthony BrookeHello,
I like to install CPAN modulike like AI::Prolog, I have the Cpanel that have CPAN module installer, but my shared hosting does not allow some modules to be installed like this AI::Prolog, what can I do ? Should I install it in my computer first and then copy the PM files to my web host directory and use the "use lib" to include my cpan module. Is there a better way ? Thanks.
Send instant messages to your online friends http://uk.messenger.yahoo.com
Mar 28, 2008 3:31 pm
Rob Coops------=_Part_13248_21673432.1206718307790
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Most likely this module will need a C/C++ compiler which for obvious reasons
will not be present on your hosting providers machine.
The best option is to ask your provider for assistance with installing this.
Most of the time the hosting provider will not give you any trouble and will
simply install it for you.
One point of caution though, threads and module that rely on that are
usually not liked by hosting providers for the simple reason that they could
very easily cause a huge load on the machine and thus cause harm to other
clients. I have no idea if this module needs threads to be available but if
so be prepared for your provider to refuse installing it.
Regards,
Rob Coops
On Fri, Mar 28, 2008 at 4:23 PM, anthony brooke <esia168@yahoo.com> wrote:
> Hello,
>
> I like to install CPAN modulike like AI::Prolog, I have the Cpanel that
> have CPAN module installer, but my shared hosting does not allow some
> modules to be installed like this AI::Prolog, what can I do ? Should I
> install it in my computer first and then copy the PM files to my web host
> directory and use the "use lib" to include my cpan module. Is there a better
> way ? Thanks.
>
>
> Send instant messages to your online friends http://uk.messenger.yahoo.com
>
> --
> To unsubscribe, e-mail: beginners-unsubscribe@perl.org
> For additional commands, e-mail: beginners-help@perl.org
> http://learn.perl.org/
>
>
>
>
> I like to install CPAN modulike like AI::Prolog, I have the Cpanel that
> have CPAN module installer, but my shared hosting does not allow some
> modules to be installed like this AI::Prolog, what can I do ? Should I
> install it in my computer first and then copy the PM files to my web host
> directory and use the "use lib" to include my cpan module. Is there a better
> way ? Thanks.
>
>
> Send instant messages to your online friends http://uk.messenger.yahoo.com
>
> --
> To unsubscribe, e-mail: beginners-unsubscribe@perl.org
> For additional commands, e-mail: beginners-help@perl.org
> http://learn.perl.org/
>
>
>
------=_Part_13248_21673432.1206718307790--
Previous Thread: Geting the Host from URL in cgi script
Next Thread: Diff says memory exhausted need help with perl
Related Forum Topics
- Trying to install a cpan module
- CPAN install module problem
- Unable to install module from CPAN
- Is there one CPAN module to do install/uninstall/locallist etc.?
- How to use module when not installed by web-hosting company
- CPAN won't install YAML and others
- Install modules from CPAN
- Cannot install Tk from CPAN using Strawberry Perl 5.16
- CPAN cannot install modules locally
- Can only install cpan modules as sudo