perl

  1. Solokron

    Bad Perl Destruction in UCPC

    So after the latest UCPC my Perl had gone south. RH7.3 Latest cPanel Stable. MD5 really had issues. I reinstalled MD5 from cpan through shell via... perl -MCPAN -e shell install Digest::MD5 This allowed me some functionality in cPanel. Re-ran ucpc. Reinstalled perl modules DBI -...
  2. V

    Perl Problem

    Hi, Suddenly this error appeared while using FP and otherss which use the MD5.. Can't locate Digest/MD5.pm in @INC (@INC contains: /usr/lib/perl5/5.6.1/i386-linux /usr/lib/perl5/5.6.1 /usr/lib/perl5/site_perl/5.6.1/i386-linux /usr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5/site_perl/5.6.0...
  3. J

    Different Perl Issue from Last Night

    On a couple servers, we're getting the following message when going to the 'Install a Perl Module' in WHM to re-install the problematic modules impacted by last night's update: ---------------------------- You do not have IO::Zlib installed. This means you can not read or write compressed...
  4. P

    Access to Database from Custom perl module

    Hello all, Is there a way to use standard perl DBI module inside a custom CPanel Module ? (located in /usr/local/cpanel/Cpanel/) If I try to put "use DBI;" on the top of a custom Cpanel module, The module stop to work immediatly when called from Cpanel tag. We absolutly need to find a...
  5. A

    Perl GD.pm not working!

    My server's a RH 7.3 with WHM 8.5.4 cPanel 8.5.4-E62. For the record, I updated (with easyapache) to Apache 1.3.29 but PHP remained at 4.3.3 for obvious reasons (4.3.4 won't work) Anyway, this morning, I got an e-mail from a daily cron process: /etc/cron.daily/mrtgtotal: Can't locate...
  6. F

    gallery needs ImageMagick and the IM Perl module installed/compiled at same time

    How can I manually compile ImageMagick and the image magick perl mod at the same time. This is required by a gallery script.
  7. Y

    Perl give error....

    I have this script: #!/usr/bin/perl require 5.004; require FindBin; give me this error: opendir(./../../..): Permission denied at /usr/lib/perl5/5.6.1/FindBin.pm line 143 before I do a easyapache for recompile it, it was working... not don't.... do I miss something? the...
  8. J

    Perl and permissions error

    Hi : Since the last apache upgrade (1.3.29) , certain perl scripts is failing By example, a script that chek modules installed works fine for root, but fail with the users With user privileges: opendir(./../../../../..): Permission denied at /usr/lib/perl5/5.6.1/FindBin.pm line...
  9. U

    Downgrade perl 5.8.1 to 5.6.1

    On a new server I have perl 5.8.1 installed. How can I downgrade to perl 5.6.1? I've searched all over (here, RS, google) and found no specific instructions...Thanks. cPanel.net Support Ticket Number: 28825
  10. M

    Perl 5.8.1 Installed modules reveal they are still Updated: perl v5.6.1

    After we upgrade to Perl 5.8.1 users who click on INSTALLED PERL MODULES still see Updated: perl v5.6.1 in the help docs when they click on the module for more information!!!!!!!!!!!
  11. D

    MIME Perl

    I would like to know where is the perl script for the Mime module. Where I can find the Perl scripts for Hotlink operations. I'm building my own theme, but cpanel is not documented yet. Can someone help me ?
  12. J

    CHMOD FTP Perl

    I have been having a few problems with write access when using cgi/php when I FTP up I am writing to the system as the cpanel user (station), however the web server accesses the server as user 'nobody'. The user 'Nobody' does not have rights to write to 'station's directories or files. I...
  13. X

    Perl F'd up after last stable update

    Seems one of my clients had no issues with this script: http://www.movabletype.org But they sent me an e-mail today saying they are getting the following errors now when trying to log in to their admin panel. Now I posted this over at their forums located here...
  14. M

    WHM mod perl, imagemagick, etc.

    I have a question or two, First I installed JDk on my server and did the steps to enable it for my sites, but it doesnt work. Then I also installed mod perl in WHM and it doesnt work and isnt listed in the httpd.conf file, but shows in WHM as being installed. Then I also installed...
  15. A

    New Box - Mod Perl not installing

    I get a bunch of this on the compile. I am using easyapache - redhat 9 and selected php / mcrypt / mod_perl / and gd - this is a brand new box. Help :) I need to install a mod_perl script so I can use a handler rc/modules/perl/Server.c:147: undefined reference to `Perl_Gthr_key_ptr'...
  16. S

    Important: How To "restart" Perl

    Hi, perl-scripts are not compiled on my server anymore... a few hours before I had a serverload of 7,1 and from then I get the following errors: Can't locate object method "new" via package "MD5" (perhaps you forgot to load "MD5"?) at /usr/lib/perl5/5.6.1/CPAN.pm line 4212. (Installing...
  17. J

    Addon scripts and MAJOR perl problems

    Last night after doing cpanel does its update none of the addon scripts install right, and there are many perl errors all over the place, here's the output of what happens when you try to install a new PHP-Nuke installation for example: PHP-Nuke Setup ERROR at line 1: Unknown command '\_'...
  18. M

    Problems With Perl

    We updated our servers yesterday to OpenSSL 0.9.7c with no problems reported until today. Our two rackshack servers we have 17 in total have started playing up and have lost perl functionally /scripts/md5crypt Can't locate Digest/MD5.pm in @INC (@INC contains: /usr/lib/perl5/5.6.1/i386-lin...
  19. A

    Perl 5.8 problem

    Hi , I upgraded my perl 5.6 to Perl 5.8 and now a LOT of my scripts are breaking, how do i go back to perl 5.6 ? Would apprecaite a really quick answer here ! Lots of people going mad :) Thanks ! cPanel.net Support Ticket Number:
  20. P

    Should this be disabled perl threading enabled?

    When I upgraded cpanel from an old 6.x version to a newer version I noticed this comment: You are using a perl configured with threading enabled. *** You should be aware that using multiple threads is *** not recommended for production environments. Is it recommended to disable this and...