Advertisement
ArchDukeFerdinand

Zentyal Squid --enable-ssl

Sep 17th, 2012
386
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. #Verify it doesn’t have ssl support:
  2. /usr/sbin/squid3 -v
  3.  
  4. apt-get install devscripts build-essential fakeroot cdbs
  5. apt-get install libssl-dev
  6. apt-get source squid3
  7. apt-get build-dep squid3
  8. cd squid3-3.1.19
  9. cd debian
  10. leafpad rules
  11.  
  12. #DEB_CONFIGURE_EXTRA_FLAGS :=
  13. #Paste
  14. #--enable-ssl \
  15. #--enable-ssl-crtd \
  16. #In that section
  17. #save rules exit leafpad
  18.  
  19. cd..
  20. debuild -us -uc
  21. cd..
  22. dpkg -i squid3_3.1.19-1ubuntu3.12.04.1_amd64.deb squid3-common_3.1.19-1ubuntu3.12.04.1_all.deb squid-cgi_3.1.19-1ubuntu3.12.04.1_amd64.deb squidclient_3.1.19-1ubuntu3.12.04.1_amd64.deb
  23.  
  24. #Verify it does have ssl support:
  25. /usr/sbin/squid3 -v
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement