installing python without X11 support on OpenBSD

Posted on May 3rd, 2006 in code, spam by skip

I wanted to install pyzor so spamassassin could use it… but pyzor requires python, and the default OpenBSD port of Python requires x11, which doesn’t get installed on my mail servers.

# cd /usr/ports/lang/python/2.4
# make show=FLAVORS
no_expat no_gdbm no_idle no_mpz no_tkinter no_bsddb  no_tests no_tools
# make show=FLAVOR
# export FLAVOR=no_tkinter
# make show=FLAVOR
no_tkinter
# make install clean

2 Responses to 'installing python without X11 support on OpenBSD'

Subscribe to comments with RSS or TrackBack to 'installing python without X11 support on OpenBSD'.

  1. RamDas said,

    on December 18th, 2006 at 11:43 pm

    Thanx buddy …. :)

  2. DarkSoul said,

    on July 30th, 2008 at 6:19 am

    Found this one on Google, saved me quite some time :) Thanks.

Post a comment