WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Married with Alpine  (Read 2864 times)

Offline tinypad

  • Newbie
  • *
  • Posts: 12
Married with Alpine
« on: July 04, 2009, 02:00:25 PM »
Hi,

Thanks to bmarkus, Alpine was included in the repo yesterday, which made me really happy.  I also could manage to compile it myself.  However, ssl and tls which you will need for gmail or most other accounts are not working yet.  I'm sure it's just a matter of time.

But if anyone could show me how to configure ssl myself, that would be awesome.  Tried to compile openssl, which needed openldap, and included in the repo but didn't come quite far.  Alpine refused server/path: imap.gmail.com:993/ssl/user=<username> as Invalid Server Name.

Since alpine has accompanied me through my entire life, this is a sentimental issue to me.

Thus thanks a lot for the help!
« Last Edit: July 07, 2009, 05:45:28 PM by tinypad »

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Married with Alpine
« Reply #1 on: July 04, 2009, 05:53:58 PM »
tinypad,

your are right with SSL. Unfortunately I had no too much time to look for a solution to get alpine compiled with SSl so decided to publish w/o SSL as the first version to get feedback.

Hope to get some time next week.

Regards

Béla
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline Jason W

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 9730
Re: Married with Alpine
« Reply #2 on: July 04, 2009, 07:22:52 PM »
I did try alpine once before the extension was submitted, and it does not recognize openssl with pkgconfig when both openssl and it's devs are installed.  These configure flags may help if you have not tried them yet:

--with-ssl-lib-dir=/usr/local/lib
--with-ssl-include-dir=/usr/local/include
--with-ssl-certs-dir=/usr/local/etc/ssl/misc

I don't have time now to test it now, but may be worth a try.

Offline Jason W

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 9730
Re: Married with Alpine
« Reply #3 on: July 05, 2009, 04:48:28 PM »
These configure flags allow alpine to be built against openssl:

./configure --prefix=/usr/local \
--with-ssl-dir=/usr/local \
--with-ssl-include-dir=/usr/local/include/openssl \
--with-ssl-lib-dir=/usr/local/lib \
--with-ssl-certs-dir=/usr/local/etc/ssl/misc

However, alpine expects your own openssl certificates to have been generated.  As well as it complains of the lack of a default posting command.  I don't use alpine so I didn't look much further but at least it can be built with ssl.

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Married with Alpine
« Reply #4 on: July 05, 2009, 11:59:22 PM »
Jason

thanks, will create a new version.

I have Alpine on my CentOS which will help to find out what is missing and what is the proper configuration for TC.

Béla

Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline tinypad

  • Newbie
  • *
  • Posts: 12
Re: Married with Alpine
« Reply #5 on: July 07, 2009, 05:41:53 PM »
Jason W, Bela:

Really appreciate your support!  The flags work smoothly.  Running alpine with openSSL.  

TCL is by far the best distro I have ever used!

tinypad
« Last Edit: July 07, 2009, 05:48:09 PM by tinypad »

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Married with Alpine
« Reply #6 on: July 09, 2009, 03:45:01 AM »
Thanks to help of Jason alpine is upgraded to support SSL. Now it is in the 2.x repository.

Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline tinypad

  • Newbie
  • *
  • Posts: 12
Re: Married with Alpine
« Reply #7 on: July 09, 2009, 06:09:43 PM »
Wishless happy!

Thank you very much to bmarkus, Jason W, and anyone who is involved in this project!  TCL w/ alpine and links run like a charm on my old netbook.  Couldn't imagine to have such fun with a distro of around 100mb.

Thanks for this experience!