WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Looking for stunnel or alternative  (Read 2400 times)

Offline aug

  • Jr. Member
  • **
  • Posts: 74
Looking for stunnel or alternative
« on: March 28, 2016, 11:13:10 AM »
Can't find stunnel in the repository....

Offline aw

  • Newbie
  • *
  • Posts: 45
Re: Looking for stunnel or alternative
« Reply #1 on: March 30, 2016, 03:12:25 PM »
I've built my own stunnel extension. I'll post my build commands below if it helps:

Code: [Select]
CFLAGS="-O2 -pipe" \
CXXFLAGS="-O2 -pipe -fno-exceptions -fno-rtti" \
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/lib/pkgconfig \
./configure --prefix=/usr/local --sysconfdir=/usr/local/etc/stunnel --with-ssl=/usr/local --disable-systemd
make

The rest is just standard extension building stuff.
github.com/aw