Re: software install problem perl module



On 02/21/2012 06:06 PM, Avi Greenbury wrote:
CJ Tres wrote:

On 02/21/2012 05:32 PM, Avi Greenbury wrote:
CJ Tres wrote:

Attempting to install a software I get an error that the maintainer
tells me indicates that "it needs the Perl module 'Std::Class'"

Googling I found nothing helpful, at least as near as I can tell
not being a programmer.
Anyone have a clue?


If I do

apt-cache search perl std class

"Unable to locate libstd-class-std-perl"

What do you get if you do an apt-cache search for it? Which version of
Ubuntu are you running? This is 12.04 I'm on now, so it's possible it's
simply not in older versions.

This is Natty.

texlive-latex-extra - TeX Live: LaTeX supplementary packages
libclass-std-perl - Support for creating standard "inside-out" classes
libclass-std-utils-perl - Utility subroutines for building "inside-out" objects
libproc-reliable-perl - Perl module to run external processes reliably


You can install it through cpanminus (which is a CPAN client), which
will install into the environment of the Perl which runs it (so if you
just run it, you'll have it on your system Perl). You're not likely to
cause any problems since it's not available in the repositories for you
(and so nothing's assuming the repo version).

https://github.com/miyagawa/cpanminus
briefly explains how to install cpanminus and then the module you want.

Generally, you need to install cpanminus:
curl -L http://cpanmin.us | perl - --sudo App::cpanminus

And then the module:
cpanm Std::Class


Ah well... I thought I might learn something but according to the
maintainer, it's an obscure and not commonly installed module and
thought it might be a successful work around if I could find the
package and install it.

If it's on the CPAN you can install it, and it is there:
https://metacpan.org/module/Class::Std
So you *could* download that tarball, extract it and then follow the
instructions in the INSTALL file, but you'll not get any dependency
resolution that way. Cpanminus (and, to a cruder extent, the 'standard'
CPAN shell in Perl) will deal with the dependencies for you.


Thanks for the info, I'll keep it in mind for future reference.
The developer is adding that module and letting me know when the new version is available so I don't need to mess with it for now.
Thanks again.

--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users



Relevant Pages

  • Re: attempt to build 64 bit on Solaris fails
    ... > libraries needed to link with a 64-bit Tk. ... We were running a 32-bit version of Perl ... > Each section below is a summary of the commands used to install it. ...
    (comp.lang.perl.tk)
  • Re: attempt to build 64 bit on Solaris fails
    ... libraries needed to link with a 64-bit Tk. ... We were running a 32-bit version of Perl ... Each section below is a summary of the commands used to install it. ...
    (comp.lang.perl.tk)
  • Perl on Linux and SQL Server 2000 on Windows
    ... There was a time when I did a lot of searching on ways to use Perl ... sitting on Linux to connect SQL Server 2000 sitting on Windows. ... cpan> install DBI ... Install FreeTDS ...
    (comp.os.linux.misc)
  • RE: Please Help !!! Unable to install DBD-Oracle ( I am using perl 5.6 on solaris 8)
    ... Ron, I could be way off here, but the OP mayalready have Perl ... think the original issue was that he tried to use *PPM* to install ... I don't have any Solaris ... you are not the intended recipient, please notify the sender at Wipro ...
    (perl.dbi.users)
  • Re: Installing DBD::File via CPAN
    ... Do you use 'UNINST=1' in the build options for CPAN? ... >> Did you build Perl from source, or install via a RPM or binary distro? ... >>> sender of the delivery error by replying to this message, or notify us ...
    (perl.dbi.users)