OpenSSL
Freeswitch 를 설치하는데 openssl-1.0 이상 버전을 요구했다. 현재 운용중인 서버 버전은 Debian-6.0 apt-get 으로 설치 가능한 openssl 버전은 0.9.x 버전이었다. 즉, openssl 버전 문제로 정상적인 설치가 안되는 상황. openssl 최신버전이야 소스 설치를 하면 되겠는데.. 문제는 이미 사용중인 openssl-0.9.x 버전은 어떻게 하느냐였다. 이미 많은 수의 패키지들이 라이브러리를 참조하고 있었다. 실제로 apt-get remove 명령어로 해당 패키지를 […]
// SSL_Client.c// // Copyright 2009 Kim Sung-tae <pchero21@gmail.com>// // This program is free software; you can redistribute it and/or modify// it under the terms of the GNU General Public License as published by// the Free Software Foundation; either version 2 of […]
// SSL_Server.c// // Copyright 2009 Kim Sung-tae <pchero21@gmail.com>// // This program is free software; you can redistribute it and/or modify// it under the terms of the GNU General Public License as published by// the Free Software Foundation; either version 2 of […]
// Verify_Cert.c// // Copyright 2009 Kim Sung-tae <pchero21@gmail.com>// // This program is free software; you can redistribute it and/or modify// it under the terms of the GNU General Public License as published by// the Free Software Foundation; either version 2 of […]
// use_rsa.c// // Copyright 2009 Kim Sung-tae <pchero21@gmail.com>// // This program is free software; you can redistribute it and/or modify// it under the terms of the GNU General Public License as published by// the Free Software Foundation; either version 2 of […]
Recent Comments