libperl.so is missing

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • azeiss
    New Member
    • Apr 2007
    • 2

    libperl.so is missing

    When my server start the httpd process, it failed
    Below is the boot.log message:

    > httpd: Syntax error on line 10 of /etc/httpd/conf.d/perl.conf:
    >httpd: Cannot load /usr/lib/httpd/modules/mod_perl.so into server: libperl.so: c
    annot open shared object file: No such file or directory

    And when I neet to edit the boot.log using vi editor, another error:
    > vim: error while loading shared libraries: libperl.so: cannot open shared object file: No such file or directory

    I really appreciate if someone can help me in this matter.

    TQ
  • sashi
    Recognized Expert Top Contributor
    • Jun 2006
    • 1749

    #2
    Originally posted by azeiss
    When my server start the httpd process, it failed
    Below is the boot.log message:

    > httpd: Syntax error on line 10 of /etc/httpd/conf.d/perl.conf:
    >httpd: Cannot load /usr/lib/httpd/modules/mod_perl.so into server: libperl.so: c
    annot open shared object file: No such file or directory

    And when I neet to edit the boot.log using vi editor, another error:
    > vim: error while loading shared libraries: libperl.so: cannot open shared object file: No such file or directory

    I really appreciate if someone can help me in this matter.

    TQ
    Hi there,

    Which distro of Linux are you working on? Make sure the Http Devel package is installed. Good luck & Take care.

    Comment

    • azeiss
      New Member
      • Apr 2007
      • 2

      #3
      Originally posted by sashi
      Hi there,

      Which distro of Linux are you working on? Make sure the Http Devel package is installed. Good luck & Take care.
      I'm using RedHat Enterprise Linux 2.6.9-5.ELsmp i686. I'm using Apache http development package.

      I really need to enable this by tomorrow

      Comment

      • Motoma
        Recognized Expert Specialist
        • Jan 2007
        • 3236

        #4
        Fix the error on line 10 of /etc/httpd/conf.d/perl.conf
        Navigate to the /usr/lib/httpd/modules folder and see if /usr/lib/httpd/modules/mod_perl.so is there. If not do a find to see if you can locate it. If you are unable to find it, install mod_perl.

        Originally posted by azeiss
        When my server start the httpd process, it failed
        Below is the boot.log message:

        > httpd: Syntax error on line 10 of /etc/httpd/conf.d/perl.conf:
        >httpd: Cannot load /usr/lib/httpd/modules/mod_perl.so into server: libperl.so: c
        annot open shared object file: No such file or directory

        And when I neet to edit the boot.log using vi editor, another error:
        > vim: error while loading shared libraries: libperl.so: cannot open shared object file: No such file or directory

        I really appreciate if someone can help me in this matter.

        TQ

        Comment

        • furog
          New Member
          • Dec 2007
          • 1

          #5
          Hi azeiss

          I have the exact same issue and mod_perl.so is there. How did you resolve?

          Any help would be appreciated.
          Thanks
          G

          Comment

          Working...