Hi,
I am evaluating Zoom search to index data from server side in CentOS6.8 and then use these indexed files for search of documents offline, I mean, on a PC without a Web server. If I try this:
# ldd /var/www/html/zoom/ZoomEngine
I get an error relating to libcurl.so.4, that is:
/var/www/html/zoom/ZoomEngine: /usr/lib/libcurl.so.4: no version information available (required by /var/www/html/zoom/ZoomEngine)
The curl and libcurl version on this machine is:
[root@test zoom]# curl --version
curl 7.21.7 (i686-pc-linux-gnu) libcurl/7.19.7 NSS/3.27.1 zlib/1.2.7 libidn/1.18 libssh2/1.4.2
Protocols: tftp ftp telnet dict ldap ldaps http file https ftps scp sftp
Features: GSS-Negotiate IDN IPv6 Largefile NTLM SSL libz
The library files from /usr/lib are:
[root@test zoom]# ll /usr/lib/libcurl*
lrwxrwxrwx 1 root root 16 Jan 8 04:39 /usr/lib/libcurl.so -> libcurl.so.4.1.1
lrwxrwxrwx 1 root root 16 Jan 8 09:42 /usr/lib/libcurl.so.4 -> libcurl.so.4.1.1
-rwxr-xr-x 1 root root 350436 Apr 3 2017 /usr/lib/libcurl.so.4.1.1
I have tested with different versions of curl until curl-7.57.0, still no good. This libcurl error is driving me crazy and I don't see the reason of this error. Any help in this regard will help me in evaluation Zoom search from Linux server side.
Thanks,
Manoj Agarwal
I am evaluating Zoom search to index data from server side in CentOS6.8 and then use these indexed files for search of documents offline, I mean, on a PC without a Web server. If I try this:
# ldd /var/www/html/zoom/ZoomEngine
I get an error relating to libcurl.so.4, that is:
/var/www/html/zoom/ZoomEngine: /usr/lib/libcurl.so.4: no version information available (required by /var/www/html/zoom/ZoomEngine)
The curl and libcurl version on this machine is:
[root@test zoom]# curl --version
curl 7.21.7 (i686-pc-linux-gnu) libcurl/7.19.7 NSS/3.27.1 zlib/1.2.7 libidn/1.18 libssh2/1.4.2
Protocols: tftp ftp telnet dict ldap ldaps http file https ftps scp sftp
Features: GSS-Negotiate IDN IPv6 Largefile NTLM SSL libz
The library files from /usr/lib are:
[root@test zoom]# ll /usr/lib/libcurl*
lrwxrwxrwx 1 root root 16 Jan 8 04:39 /usr/lib/libcurl.so -> libcurl.so.4.1.1
lrwxrwxrwx 1 root root 16 Jan 8 09:42 /usr/lib/libcurl.so.4 -> libcurl.so.4.1.1
-rwxr-xr-x 1 root root 350436 Apr 3 2017 /usr/lib/libcurl.so.4.1.1
I have tested with different versions of curl until curl-7.57.0, still no good. This libcurl error is driving me crazy and I don't see the reason of this error. Any help in this regard will help me in evaluation Zoom search from Linux server side.
Thanks,
Manoj Agarwal
Comment