Announcement

Collapse
No announcement yet.

httpd failed: undefined symbol: lve_enter_flags

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • httpd failed: undefined symbol: lve_enter_flags

    Cannot load /etc/httpd/modules/mod_hostinglimits.so into server: /etc/httpd/modules/mod_hostinglimits.so: undefined symbol: lve_enter_flags

  • #2
    hi,

    Just now when trying to restart httpd we encountered below error:

    > [root@ac01 httpdocs]# service httpd restart
    > Stopping httpd: [FAILED]
    > Starting httpd: httpd: Syntax error on line 211 of /etc/httpd/conf/httpd.conf: Syntax error on line 1 of /etc/httpd/conf.d/modhostinglimits.conf: Cannot load /etc/httpd/modules/mod_hostinglimits.so into server: /etc/httpd/modules/mod_hostinglimits.so: undefined symbol: lve_enter_flags
    > [FAILED]

    After moving the conf file to a different folder we can start httpd, so our customers are not too much affected at the moment. This is the conf file:

    > [root@ac01 conf.d]# cat /etc/httpd/conf.d/modhostinglimits.conf
    > LoadModule hostinglimits_module /etc/httpd/modules/mod_hostinglimits.so
    >
    > <IfModule mod_hostinglimits.c>
    > SkipErrors Off
    > <IfModule mod_cgi.c>
    > AllowedHandlers %php% fcgid-script application/x-miva-compiled
    > </IfModule>
    > <IfModule !mod_cgi.c>
    > AllowedHandlers cgi-script %php% fcgid-script application/x-miva-compiled
    > </IfModule>
    >
    > </IfModule>

    The module is still present
    [root@ac01 conf.d]# ls -l /etc/httpd/modules/mod_hostinglimits.so
    -rwxr-xr-x 1 root root 24160 Nov 10 22:09 /etc/httpd/modules/mod_hostinglimits.so

    Anyone might have an idea why it cannot load ?

    thanks, Patrick

    Comment


    • #3
      Hello, Patrik!

      Can you tell me which version of mod_hostinglimits are you installed? From which repo? Which version of liblve installed on the server? For more deep investigation of trouble, can you repeat this request in support center - https://helpdesk.cloudlinux.com/?

      Comment

      Working...
      X