Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

squid ssl bump

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
debigokan
Posts: 48
Joined: 2016-09-03 15:54

squid ssl bump

#1 Post by debigokan »

Hello

I am installing as follows. But "ssl_crtd" is not found ...

installation steps ?

apt-get build-dep squid3
apt-get install build-essential sharutils ccze libzip-dev libssl-dev
apt-get install devscripts build-essential fakeroot
apt-get install libssl-dev libcrypto++-dev libssl1.0-dev
apt source squid3

cd squid3-3.5.23
vim debian/rules
–enable-ssl (add)
./configure
make all
make install


what can be the problem ? what do you recommend ?


root@debian:/usr/local/squid/etc# locate -i ssl_crtd
/home/gokan/squid3-3.5.23/src/ssl/ssl_crtd.8
/home/gokan/squid3-3.5.23/src/ssl/ssl_crtd.cc
/home/gokan/squid3-3.5.23/src/ssl/.deps/ssl_crtd.Po
/root/squid-3.5.27/src/ssl/ssl_crtd.8
/root/squid-3.5.27/src/ssl/ssl_crtd.cc
/root/squid3-3.5.23/src/ssl/ssl_crtd.8
/root/squid3-3.5.23/src/ssl/ssl_crtd.cc

User avatar
Thorny
Posts: 542
Joined: 2011-02-27 13:40

Re: squid ssl bump

#2 Post by Thorny »

debigokan wrote: ... what do you recommend ?
I recommend entering, ssl_crtd is not found, in your favourite search engine and see if anything useful is found.

Post Reply