This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

v7.400 - strange error in the http log

Hi,
while debugging a site that wouldn't load I found this error message in the http log.
Still haven't found what is wrong with the site yet.

Ian M


This thread was automatically locked due to age.
Parents
  • Hi Ian,

    Hi,
    while debugging a site that wouldn't load I found this error message in the http log.
    Still haven't found what is wrong with the site yet.

    Ian M


    For unknown reasons there's the Avira shared lib missing - can you please post the output of the following command (as root):


    ls -l /var/chroot-http/usr/lib/libsavapi*


    There should be some symbolic link created by the pattern up2date, but it's probably missing.

    Cheers,

    Sven.
  • Hi,

    same error message in HTTP log.

    My ASG output to Sven command:
    iti-254:/root # ls -l /var/chroot-http/usr/lib/libsavapi*
    lrwxrwxrwx 1 root root     20 Feb 27 07:18 /var/chroot-http/usr/lib/libsavapi3.so -> libsavapi3.so.1.0.27
    lrwxrwxrwx 1 root root     20 Feb 27 04:04 /var/chroot-http/usr/lib/libsavapi3.so.1 -> libsavapi3.so.1.0.34
    -rwxr-xr-x 1 root root 354152 Feb 17 16:53 /var/chroot-http/usr/lib/libsavapi3.so.1.0.34
  • Hi,

    same error message in HTTP log.

    My ASG output to Sven command:
    iti-254:/root # ls -l /var/chroot-http/usr/lib/libsavapi*
    
    lrwxrwxrwx 1 root root     20 Feb 27 07:18 /var/chroot-http/usr/lib/libsavapi3.so -> libsavapi3.so.1.0.27
    lrwxrwxrwx 1 root root     20 Feb 27 04:04 /var/chroot-http/usr/lib/libsavapi3.so.1 -> libsavapi3.so.1.0.34
    -rwxr-xr-x 1 root root 354152 Feb 17 16:53 /var/chroot-http/usr/lib/libsavapi3.so.1.0.34


    Hmm, that seems wrong. To fix, run the following commands as root on your ASG:


    cd /var/chroot-http/usr/lib
    rm libsavapi3.so
    ln -s libsavapi3.so.1.0.34 libsavapi3.so

    Afterwards restart the HTTP Proxy:

    /var/mdw/scripts/httpproxy restart


    Hope this helps. Cheers,

    Sven.
Reply
  • Hi,

    same error message in HTTP log.

    My ASG output to Sven command:
    iti-254:/root # ls -l /var/chroot-http/usr/lib/libsavapi*
    
    lrwxrwxrwx 1 root root     20 Feb 27 07:18 /var/chroot-http/usr/lib/libsavapi3.so -> libsavapi3.so.1.0.27
    lrwxrwxrwx 1 root root     20 Feb 27 04:04 /var/chroot-http/usr/lib/libsavapi3.so.1 -> libsavapi3.so.1.0.34
    -rwxr-xr-x 1 root root 354152 Feb 17 16:53 /var/chroot-http/usr/lib/libsavapi3.so.1.0.34


    Hmm, that seems wrong. To fix, run the following commands as root on your ASG:


    cd /var/chroot-http/usr/lib
    rm libsavapi3.so
    ln -s libsavapi3.so.1.0.34 libsavapi3.so

    Afterwards restart the HTTP Proxy:

    /var/mdw/scripts/httpproxy restart


    Hope this helps. Cheers,

    Sven.
Children