psyBNC mit SSL unter Debian Sarge und Etch
See below for english version.
SSL-Support: Yes, but no openssl binary found in "/usr/bin"
Da in #psybnc oft gefragt wird, wie man psyBNC unter Debian GNU/Linux mit SSL zum laufen kriegt, und ich immer die selbe Antwort geben muss um ein "ja, es funktioniert, danke" zu hören, hier ein kleines HowTo.
1. das aktuelle psyBNC Source besorgen und entpacken
2. openssl und libssl-dev installieren:
# apt-get install openssl libssl-dev
3. make menuconfig im psyBNC Ordner machen und als SSL-Path /usr angeben.
4. psyBNC ganz normal mit make bauen und Freude mit einem SSL fähigem Bouncer haben.
English:
I'm often asked in #psybnc how to setup psybnc with ssl under Debian, so here are the needed steps to get it running.
1. get the latest psyBNC source and unzip it.
2. get the openssl and libssl-dev packages:
# apt-get install openssl libssl-dev
3. call make menuconfig in the psyBNC directory and set the SSL-Path to /usr
4. compile it wit make and have a fully working bouncer with ssl
Comments
I was stuck on this and have been playing with this all day. A simple read of that makes me look so stupid. Thanks a lot. It worked wonders!
I was stuck on this and have been playing with this all day. A simple read of that makes me look so stupid. Thanks a lot. It worked wonders!
weiß jemand wie ich das ganze unter openbsd zum laufen bekomme??
bin wirklich am verzweifeln
funktioniert auch wunderbar unter debian 5.0/lenny.
thx.
/usr
that was the One i needed