Community Forums
Connect with us on LinkedIn

View Poll Results: Have you been missing perl modules?

Voters
11. You may not vote on this poll
  • Yes, what exactly do they mean by OS supported?

    2 18.18%
  • I'm not sure if I have all the perl modules for all functions and features of cpanel.

    2 18.18%
  • No, I run multiple cpanel servers an none are or ever have been missing any perl modules.

    4 36.36%
  • What's a perl module?

    3 27.27%
+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 15 of 26
  1. #1
    BANNED
    Join Date
    Oct 2004
    Posts
    166

    Default Anyone notices that serveral perl modules are missing after cpanel is installed on a

    Anyone notices that serveral perl modules are missing after cpanel is installed on a barebones OS?

    Cpanel recommends you choose the minimal installation when installing your OS but then it doesn't installed the required perl modules to run all functions of cpanel.

    With CentOS it doesn't even install gcc.

    How could they not know this if they tested it on all th OS's they say are supported?

    Has anyone else been missing perl modules after a cpanel install?

  2. #2
    cPanelBilly
    Guest

    Default

    You have to be doing something wrong if you are not getting gcc installed.
    The installer runs: exec '/scripts/installrpm', 'glibc-devel';
    which will use yum to install gcc, so if gcc is not installing it is due to an error directly with your system.
    As for CentOS I use it for my personal server and do not have a single issue with it.

  3. #3
    Super Moderator This forum account has been confirmed by cPanel staff to represent a vendor. chirpy's Avatar
    Join Date
    Jun 2002
    Location
    Go on, have a guess
    Posts
    13,495

    Default

    Never had a problem with any perl modules on any cPanel installations. I did once have a problem with CentOS and gcc not being installed by the cPanel instaler before the apache build started - probably more of a synchronisation problem with the forked installer, than anything.
    Jonathan Michaelson

    Need your cPanel servers secured and tuned?
    cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
    Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
    http://www.configserver.com

  4. #4
    BANNED
    Join Date
    Oct 2004
    Posts
    166

    Default

    Quote Originally Posted by cPanelBilly
    You have to be doing something wrong.
    Thanks for our response however after reading up on the mkdir,cd,wget, and sh commands, 4 commands I wasn't very familar with, I have determined I am not doing anything wrong.
    Last edited by EdRooney; 12-22-2004 at 09:12 AM.

  5. #5
    BANNED
    Join Date
    Oct 2004
    Posts
    166

    Default

    Quote Originally Posted by chirpy
    probably more of a synchronisation problem with the forked installer, than anything.
    What the forked installer? The install.sh script runs in multiple threads?
    Last edited by EdRooney; 12-22-2004 at 09:29 AM.

  6. #6
    Member
    Join Date
    Dec 2001
    Posts
    1,558

    Default

    Make sure you've imported the centos GPG key otherwise yum can't install the rpm's.
    http://www.centos.org/modules/smartfaq/faq.php?faqid=17

    Also, i've noticed that with centos, you need to manually hit enter when it comes to installing the perl part of the cpanel installer, as it asks if you want this that and the other thing.

    I normally have to run a /scripts/upcp --force after a clean install of cpanel to ensure everything up to scratch.
    Beau Henderson

  7. #7
    Member verdon's Avatar
    Join Date
    Nov 2003
    Location
    Northern Ontario, Canada
    Posts
    792

    Default

    I've definately had a few missing, sorry I don't remember which, but chirpy found them for me trying to get his dictionary attack ACL's working on my new box.

    I also sometimes get messages in my logwatch report (but not every day) along the lines of...
    Can't locate these modules:
    net-pf-4: n Time(s)
    net-pf-11: n Time(s)
    net-pf-5: n Time(s)
    net-pf-9: n Time(s)
    net-pf-18: n Time(s)

    I've been doing some googling today and it looks like these aren't perl mods, but are related to network ports like appletalk and ash (whatever that is), which I do not run (intentionally). I guess that the reason it is in my logwatch some days and not others may be people poking at those protocals some days and not others, just to see what happpens. I'm doing a lot of guessing here, but am just getting a chance to research this now.

    regards,

  8. #8
    BANNED
    Join Date
    Oct 2004
    Posts
    166

    Default

    Quote Originally Posted by verdon
    I've definately had a few missing, sorry I don't remember which, but chirpy found them for me trying to get his dictionary attack ACL's working on my new box.

    I also sometimes get messages in my logwatch report (but not every day) along the lines of...
    Can't locate these modules:
    net-pf-4: n Time(s)
    net-pf-11: n Time(s)
    net-pf-5: n Time(s)
    net-pf-9: n Time(s)
    net-pf-18: n Time(s)

    I've been doing some googling today and it looks like these aren't perl mods, but are related to network ports like appletalk and ash (whatever that is), which I do not run (intentionally). I guess that the reason it is in my logwatch some days and not others may be people poking at those protocals some days and not others, just to see what happpens. I'm doing a lot of guessing here, but am just getting a chance to research this now.

    regards,
    That dictionary attack is nice:
    # cat /etc/exim_deny | wc -l
    61800

  9. #9
    BANNED
    Join Date
    Oct 2004
    Posts
    166

    Default

    Is there a way to block all those with the apf firewall?

  10. #10
    Member
    Join Date
    Dec 2001
    Posts
    1,558

    Default

    Quote Originally Posted by EdRooney
    Is there a way to block all those with the apf firewall?
    1. You should start a new thread otherwise you won't get people attention ( If you use the search function at the top of this page, I do believe this has been discussed previously )
    2. You should probably set a cron to remove those entries at the very least twice a day otherwise you'll be in for a major performance issue.
    Beau Henderson

  11. #11
    BANNED
    Join Date
    Oct 2004
    Posts
    166

    Default

    Quote Originally Posted by haze
    1. You should start a new thread otherwise you won't get people attention ( If you use the search function at the top of this page, I do believe this has been discussed previously )
    2. You should probably set a cron to remove those entries at the very least twice a day otherwise you'll be in for a major performance issue.
    Im going for 100,000 ips, and then 1,000,000!

  12. #12
    BANNED
    Join Date
    Oct 2004
    Posts
    166

    Default

    Quote Originally Posted by verdon
    I've definately had a few missing, sorry I don't remember which, but chirpy found them for me trying to get his dictionary attack ACL's working on my new box.

    I also sometimes get messages in my logwatch report (but not every day) along the lines of...
    Can't locate these modules:
    net-pf-4: n Time(s)
    net-pf-11: n Time(s)
    net-pf-5: n Time(s)
    net-pf-9: n Time(s)
    net-pf-18: n Time(s)

    I've been doing some googling today and it looks like these aren't perl mods, but are related to network ports like appletalk and ash (whatever that is), which I do not run (intentionally). I guess that the reason it is in my logwatch some days and not others may be people poking at those protocals some days and not others, just to see what happpens. I'm doing a lot of guessing here, but am just getting a chance to research this now.

    regards,
    What OS are you using?

  13. #13
    Member verdon's Avatar
    Join Date
    Nov 2003
    Location
    Northern Ontario, Canada
    Posts
    792

    Default

    Brand new box, CentOS 3.3 i686

  14. #14
    BANNED
    Join Date
    Oct 2004
    Posts
    166

    Default

    Quote Originally Posted by verdon
    Brand new box, CentOS 3.3 i686
    HAHA! I KNEW IT!!!

    According to cpanelBilly, everyone using CentOS 3.3 must be installing it wrong, it is definately not a problem with the cpanel install script

  15. #15
    Member
    Join Date
    Dec 2001
    Posts
    1,558

    Default

    Its not really a matter of installing it wrong. If you forget to first import the centos gpg key that will cause problems with rpm's not installing. Further, you have to manually confirm perl module changes during the initial setup, otherwise run /scripts/upcp --force to complete the task.
    Beau Henderson

Similar Threads & Tags
Similar threads

  1. Replies: 21
    Last Post: 02-10-2011, 07:17 AM
  2. Not Listing All Installed Perl Modules
    By IdleServ in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 10-20-2007, 05:22 AM
  3. Perl 5.8.1 Installed modules reveal they are still Updated: perl v5.6.1
    By markie in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 11-05-2003, 12:26 AM
  4. Installed Perl Modules No listed in cPanel
    By equivity in forum cPanel and WHM Discussions
    Replies: 4
    Last Post: 09-02-2003, 10:30 AM
  5. Installed Perl Modules
    By joezeppy in forum cPanel and WHM Discussions
    Replies: 1
    Last Post: 05-18-2003, 11:19 AM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube