installing python without X11 support on OpenBSD
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






on December 18th, 2006 at 11:43 pm
Thanx buddy …. :)
on July 30th, 2008 at 6:19 am
Found this one on Google, saved me quite some time :) Thanks.