On 20/01/2017 2:52 p.m., salil GK wrote: > Hello > > I have recompiled squid package. I gave options --with-openssl > --enable-ssl switche. But while executing squid, I am getting the following > error > >>>> > > ~/squid -N -Y -d 5 -f /tmp/minsquid.conf > > /tandberg/squid: /lib/x86_64/libcrypto.so.1.0.0: no version information > available (required by /tandberg/squid) > > /tandberg/squid: /lib/x86_64/libssl.so.1.0.0: no version information > available (required by /tandberg/squid) > > 2017/01/20 05:35:57| ERROR: MIME Config Table /usr/local/squid/etc/mime.conf: > (2) No such file or directory > > FATAL: MIME Config Table /usr/local/squid/etc/mime.conf: (2) No such file > or directory
You have either not compiled Squid with the correct ./configure path options for your operating system. see the 'squid -v' output of the original vendors Squid for their build options. Or have not installed squid properly. 'make install' creates all these files for you and puts them all in the places where the 'squid' binary expects them to be. The wiki <http://wiki.squid-cache.org/KnowledgeBase/> has sub-pages for most operating systems. Those pages contain any specific details we know about for building on those OS. Amos _______________________________________________ squid-dev mailing list [email protected] http://lists.squid-cache.org/listinfo/squid-dev
