Hello everyone!
I have one little problem and question about that (hope so that I'm not missed the topic).
I try to install Perl module Video::FFmpeg but I can't.
When I asked administrators of hosting why, they told me that is Perl module requires 5.10+, and unfortunately cPanel requires perl 5.8.8.
I'm trying to install VMware-vSphere-CLI-5.0.0-422456.x86_64 onto CentOS 6.0 64bit, but the installer complains:
CPAN not able to install following Perl modules on the system.
libcdt4 libcommon-sense-perl libencode-locale-perl libextutils-depends-perl libextutils-pkgconfig-perl libfile-listing-perl libfile-which-perl libfont-afm-perl libgnome2-0 libgnome2-canvas-perl libgnome2-gconf-perl libgnome2-perl libgnome2-vfs-perl libgnome2-wnck-perl libgnomecanvas2-0 libgnomecanvas2-common libgnomeui-0 libgnomeui-common libgoo-canvas-perl libgoocanvas-common libgoocanvas3 libgra
I was attempting to upgrade my Perl modules through CPAN, but I did not supply a regex/module name to upgrade: perl -MCPAN -e 'upgrade'; I can only assume the worst (which seems to be supported by the output of perldoc perllocal), i.e. all Perl modules from CPAN are installing.
How can I undo this mess?
I have heard that it is best to not install modules from CPAN where your system's version of Perl is.
Hi,
May be people here already know it, but just wanted to share this.
Ubuntu makes it real easy to install Perl Modules.
All you need to do is open the Ubuntu Software Center and type the name of the module and it works !!
For example, say you need to install the LibXML module.
My Linux Platform: CentOS 5.8
Install Package: perl-PDF-API2
I downloaded the tpm package from the link below:
http://pkgs.org/centos-5-rhel-5/flexbox-i386/perl-PDF-API2-2.019-1.noarc...
I get a warning of Failed dependencies when running rpm install command
# rpm -Uvh perl-PDF-API2-2.019-1.noarch.rpm
warning: perl-PDF-API2-2.019-1.noarch.rpm: Header V3 DSA signature: NOKEY, key I
Hi,
I'm trying to install Wine 1.4 but for some reason I get the following error when I try (I have gone to add software etc following the info on this link http://www.winehq.org/download/ubuntu)
Requires installation of untrusted packages
Details: binfmt-support cabextract fonts-droid fonts-horai-umefont fonts-unfonts-core icoutils libcapi20-3 libcdt4 libencode-locale-perl libfile-listing-per
Hi,
I'm currently trying to write a little module in perl (for use within my Cpanel template). It'll expose its function to API2.
The module need to update datas in a MySQL table, but I can't figure out how to do this.. DBI is not available for custome perl module...
Thanks for your help !