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.
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
ls -l /var/chroot-http/usr/lib/libsavapi*
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
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