Sponsored Content
Full Discussion: Installing perl5.14 failed
Operating Systems Linux Installing perl5.14 failed Post 302990887 by drl on Thursday 2nd of February 2017 08:59:08 AM
Old 02-02-2017
Hi.

It looked like back in 2012 in thread Shared-library error you did have a subscription, and you knew how to use yum.

I think your options now are:
  1. Install packages from the installation media, keeping in mind that they may be old.
  2. Try to create a local repository, see 8.4.6. Creating a Yum Repository
  3. Use CentOS.
  4. Try to install CentOS repostories in your RHEL system, some guidance might be helpful from Installing CentOS packages on Red Hat Enterprise Linux - Michael Cutler's personal website -- but in the past few years CentOS was folded into RedHat, so I don't know whether this is still possible.
  5. Wait or search for other answers here or on the net.
For some more discussion along this line wait for other responses here, and/or see rhel6 - Do I need a RHEL subscription to install packages? - Server Fault

The most on-point comment that I found if you stay with an unregistered system is The wasted time would cost a lot more than the subscription!

Good luck ... cheers, drl

Last edited by drl; 02-02-2017 at 11:23 AM.. Reason: Edit 1: Correct typo
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

one question of perl5

I'm a chinese.I want to change the number $103,456 to chinese >" Ê°ÍòÁãÈþǪËÁ°ÛÎéʰ½" user perl5! > That always talk me it have errors" >syntax error at uper line 25, near "If" >syntax error at uper line 29, near "$chg(" >Execution of uper aborted due to compilation errors." >it's seem that it... (1 Reply)
Discussion started by: ybz3721
1 Replies

2. Shell Programming and Scripting

sh script to traul through /usr/lib/perl5 ...

Hey, Im trying to create a script to create a dir-tree of pod converted to html. so far this is the script: #!/bin/sh cd /usr/lib/perl5 for d in ./* ; do # is it a dir? if ; then # yes! get the basename cd $d ; dir=`basename $d` for f in ./* ; do ... (1 Reply)
Discussion started by: emcb
1 Replies

3. UNIX for Dummies Questions & Answers

Problems installing perl5

Hi!! I have problems installing perl5 in a Tru64 4.0F enviroment, and i need it to install OpenSSL and OpenSSH to establis a SFTP... I'm installing perl 5.8.8 but an error occurr during make test, i ran ./perl harness and the result is the problem is on op/filetest.t I didn't know what to... (0 Replies)
Discussion started by: irasela
0 Replies

4. Linux

Installing Firefox and now ended up installing latest glibc

Hi all, I wanted to install the latest version of firefox 2 but it seems when I attempt to install it, it seems to be saying it is looking for c libraries version 2.3? I believe I currently have an older version of the c libraries. I am currently running Sun's JDS Linux 2003. My Mozilla web... (1 Reply)
Discussion started by: scriptingmani
1 Replies

5. AIX

SFTP Failed---Request for subsystem 'sftp' failed on channel 0

Hi, While I am trying SFTP my machine to another unix machine , it was working fine till 10 min back. But now i am getting the below error "Request for subsystem 'sftp' failed on channel 0" Could you please someone help me to solve or analyise the root cause... Cheers:b:, Mahiban (0 Replies)
Discussion started by: mahiban
0 Replies

6. Ubuntu

Re Installing windows XP after installing KUBUNTU

Hi I have dual operating system i.e Win XP and KUBUNTU. Now my windows XP is corrupted and i want to reinstall Win XP. So i just want to know Shall i have to reinstall Linux also or i can only reinstall win xp without affecting linux installation. Thanks Sarbjit (3 Replies)
Discussion started by: sarbjit
3 Replies

7. Red Hat

Authentication failed !

Hey since this morning I(nonrrot user) am not able to log into my system with my username. I am using redhat linux kernel release 2.6.9-5.ELsmp. I aslo found the folowing output for chkconfig command: # chkconfig --list|grep ldap ldap 0: off 1: off 2: off 3: off 4: off 5: off... (5 Replies)
Discussion started by: ashok.g
5 Replies

8. Solaris

Cygwin X Server error: xdmcp fatal error session failed session 23 failed for display

Hi, i got the following error when i tried to access the cygwin x server from a windows XP PC. "xdmcp fatal error session failed session 23 failed for display" Alternatively, when i tried to access the same Cygwin X Server from another windows XP PC which is on a different LAN... (3 Replies)
Discussion started by: HarishKumarM
3 Replies

9. Solaris

Wrong ELF data format: ELFDATA2MSB at /usr/perl5/5.8.4/lib/i86pc-solaris-64int/DynaLoader.pm

We are trying to install our project on solaris 10 x86 machine. we are getting the following error. Can't load '/u01/apps/WatchMark/FlexPM//R39FOA1/sw/perl/lib/auto/DBI/DBI.so' for module DBI: ld.so.1: perl: fatal: /u01/apps/WatchMark/FlexPM//R39FOA1/sw/perl/lib/auto/DBI/DBI.so: wrong ELF data... (3 Replies)
Discussion started by: Jagandadi
3 Replies

10. Red Hat

Installing OPENSSH 6.2P2 on RHEL 4, 64B failed

make: Leaving directory `/u01/openssh-6.2p2/openbsd-compat' gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -fno-builtin-memset -std=gnu99 -I. -I. -DSSHDIR=\"/usr/local/etc\" - D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\"... (0 Replies)
Discussion started by: scao
0 Replies
App::cpanminus(3pm)					User Contributed Perl Documentation				       App::cpanminus(3pm)

NAME
App::cpanminus - get, unpack, build and install modules from CPAN SYNOPSIS
cpanm Module Run "cpanm -h" for more options. DESCRIPTION
cpanminus is a script to get, unpack, build and install modules from CPAN and does nothing else. It's dependency free (can bootstrap itself), requires zero configuration, and stands alone. When running, it requires only 10MB of RAM. INSTALLATION
There are several ways to install cpanminus to your system. Package management system There are Debian packages, RPMs, FreeBSD ports, and packages for other operation systems available. If you want to use the package management system, search for cpanminus and use the appropriate command to install. This makes it easy to install "cpanm" to your system without thinking about where to install, and later upgrade. Installing to system perl You can also use the latest cpanminus to install cpanminus itself: curl -L http://cpanmin.us | perl - --sudo App::cpanminus This will install "cpanm" to your bin directory like "/usr/local/bin" (unless you configured "INSTALL_BASE" with local::lib), so you probably need the "--sudo" option. Installing to local perl (perlbrew) If you have perl in your home directory, which is the case if you use tools like perlbrew, you don't need the "--sudo" option, since you're most likely to have a write permission to the perl's library path. You can just do: curl -L http://cpanmin.us | perl - App::cpanminus to install the "cpanm" executable to the perl's bin path, like "~/perl5/perlbrew/bin/cpanm". Downloading the standalone executable You can also copy the standalone executable to whatever location you'd like. cd ~/bin curl -LO http://xrl.us/cpanm chmod +x cpanm # edit shebang if you don't have /usr/bin/env This just works, but be sure to grab the new version manually when you upgrade because "--self-upgrade" might not work for this. DEPENDENCIES
perl 5.8 or later. o 'tar' executable (bsdtar or GNU tar version 1.22 are rcommended) or Archive::Tar to unpack files. o C compiler, if you want to build XS modules. o make o Module::Build (core in 5.10) QUESTIONS
Another CPAN installer? OK, the first motivation was this: the CPAN shell runs out of memory (or swaps heavily and gets really slow) on Slicehost/linode's most affordable plan with only 256MB RAM. Should I pay more to install perl modules from CPAN? I don't think so. But why a new client? First of all, let me be clear that CPAN and CPANPLUS are great tools I've used for literally years (you know how many modules I have on CPAN, right?). I really respect their efforts of maintaining the most important tools in the CPAN toolchain ecosystem. However, for less experienced users (mostly from outside the Perl community), or even really experienced Perl developers who know how to shoot themselves in their feet, setting up the CPAN toolchain often feels like yak shaving, especially when all they want to do is just install some modules and start writing code. Zero-conf? How does this module get/parse/update the CPAN index? It queries the CPAN Meta DB site running on Google AppEngine at <http://cpanmetadb.plackperl.org/>. The site is updated every hour to reflect the latest changes from fast syncing mirrors. The script then also falls back to scrape the site <http://search.cpan.org/>. Fetched files are unpacked in "~/.cpanm" and automatically cleaned up periodically. You can configure the location of this with the "PERL_CPANM_HOME" environment variable. Where does this install modules to? Do I need root access? It installs to wherever ExtUtils::MakeMaker and Module::Build are configured to (via "PERL_MM_OPT" and "PERL_MB_OPT"). So if you're using local::lib, then it installs to your local perl5 directory. Otherwise it installs to the site_perl directory that belongs to your perl. cpanminus at a boot time checks whether you have configured local::lib, or have the permission to install modules to the site_perl directory. If neither, it automatically sets up local::lib compatible installation path in a "perl5" directory under your home directory. To avoid this, run the script as the root user, with "--sudo" option or with "--local-lib" option. cpanminus can't install the module XYZ. Is it a bug? It is more likely a problem with the distribution itself. cpanminus doesn't support or is known to have issues with distributions like as follows: o Tests that require input from STDIN. o Tests that might fail when "AUTOMATED_TESTING" is enabled. o Modules that have invalid numeric values as VERSION (such as "1.1a") These failures can be reported back to the author of the module so that they can fix it accordingly, rather than me. Does cpanm support the feature XYZ of CPAN and CPANPLUS? Most likely not. Here are the things that cpanm doesn't do by itself. And it's a feature - you got that from the name minus, right? If you need these features, use CPAN, CPANPLUS or the standalone tools that are mentioned. o Bundle:: module dependencies o CPAN testers reporting o Building RPM packages from CPAN modules o Listing the outdated modules that needs upgrading. See App::cpanoutdated o Uninstalling modules. See pm-uninstall. o Showing the changes of the modules you're about to upgrade. See cpan-listchanges o Patching CPAN modules with distroprefs. See cpanm or "cpanm -h" to see what cpanminus can do :) COPYRIGHT
Copyright 2010- Tatsuhiko Miyagawa The standalone executable contains the following modules embedded. CPAN::DistnameInfo Copyright 2003 Graham Barr Parse::CPAN::Meta Copyright 2006-2009 Adam Kennedy local::lib Copyright 2007-2009 Matt S Trout HTTP::Tiny Copyright 2011 Christian Hansen Module::Metadata Copyright 2001-2006 Ken Williams. 2010 Matt S Trout version Copyright 2004-2010 John Peacock JSON::PP Copyright 2007aXX2011 by Makamaka Hannyaharamitu CPAN::Meta Copyright (c) 2010 by David Golden and Ricardo Signes Try::Tiny Copyright (c) 2009 Yuval Kogman parent Copyright (c) 2007-10 Max Maischein Version::Requirements copyright (c) 2010 by Ricardo Signes CPAN::Meta::YAML copyright (c) 2010 by Adam Kennedy LICENSE
Same as Perl. CREDITS
CONTRIBUTORS Patches and code improvements were contributed by: Goro Fuji, Kazuhiro Osawa, Tokuhiro Matsuno, Kenichi Ishigaki, Ian Wells, Pedro Melo, Masayoshi Sekimura, Matt S Trout (mst), squeeky, horus and Ingy dot Net. ACKNOWLEDGEMENTS Bug reports, suggestions and feedbacks were sent by, or general acknowledgement goes to: Jesse Vincent, David Golden, Andreas Koenig, Jos Boumans, Chris Williams, Adam Kennedy, Audrey Tang, J. Shirley, Chris Prather, Jesse Luehrs, Marcus Ramberg, Shawn M Moore, chocolateboy, Chirs Nehren, Jonathan Rockway, Leon Brocard, Simon Elliott, Ricardo Signes, AEvar Arnfjord Bjarmason, Eric Wilhelm, Florian Ragwitz and xaicron. COMMUNITY
<http://github.com/miyagawa/cpanminus> - source code repository, issue tracker <irc://irc.perl.org/#toolchain> - discussions about Perl toolchain. I'm there. NO WARRANTY
This software is provided "as-is," without any express or implied warranty. In no event shall the author be held liable for any damages arising from the use of the software. SEE ALSO
CPAN CPANPLUS pip perl v5.14.2 2012-06-24 App::cpanminus(3pm)
All times are GMT -4. The time now is 06:26 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy