Am 19.06.2017 um 17:13 schrieb Norbert Naveen:
> I have setup ATS 7.0.0. on Cent OS 7.3
>
> ./configure --prefix=/opt/ats --with-tcl=/opt/ActiveTcl-8.6/lib
>
> When I Start the Server
>
> [root@prxy trafficserver]# /opt/ats/bin/trafficserver start
>
> Starting Apache Traffic Server: [FAILED]
>
> In the File traffic_server.stderr I see Error as below
>
> /opt/ats/bin/traffic_cop: error while loading shared libraries:
> libtcl8.6.so: cannot open shared object file: No such file or directory
>
> [root@prxy trafficserver]# locate libtcl8.6.so
>
> /opt/ActiveTcl-8.6/lib/libtcl8.6.so
well, your linker surely does not look into /opt/ActiveTcl-8.6/lib/, at
least not by default
/etc/ld.so.conf.d/ is your friend followed by issue "ldconfig" after changes
[root@honeypot:~]$ cat /etc/ld.so.conf.d/mysqlclient16-x86_64.conf
/usr/lib64/mysql
|