Miki Tebeka wrote:

>Hello All,
>
>I can't seem to build Python2.4.2 with bsddb on NetBSD.
>bsddb seems to be missing from the pkg_add installation as well.
>  
>
Please look at the message that you get when you execute

pkg_add -r python

You will see that tkinter, bsddb, gdbm and some other libs are available 
as separate packages.

Did you try

pkg_add -r py24_bsddb
pkg_add -r py24_gdbm


Best,

   Les

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to