Re: Python access to Berkeley DB

2023-01-15 Thread Roger Marsh
On Fri, 23 Dec 2022 23:46:33 -0500 (EST) Stuart Cassoff <3...@bell.net> wrote: > Heh. Small correction: Stub-enabled extensions can be built in 8.5 and > loaded into 8.6 no problem. > > Looks like preloading libtcl works. > $ LD_PRELOAD=/usr/local/lib/libtcl86.so.1.13 python3.9 > >>> import

Re: Python access to Berkeley DB

2022-12-23 Thread Stuart Cassoff
/libdb_tcl.so.${LIBdb_tcl_VERSION} @lib lib/libdb_tcl.so.${LIBdb_tcl_VERSION} +lib/tcl/ +lib/tcl/db_v4/ +lib/tcl/db_v4/pkgIndex.tcl share/doc/db4/api_tcl/ share/doc/db4/api_tcl/api_tcl.html share/doc/db4/api_tcl/db_close.html -- Original Message -- From: s...@spacehopper.org

Re: Python access to Berkeley DB

2022-12-22 Thread Stuart Henderson
53 AM > Subject: Re: Python access to Berkeley DB > > [ moving to ports@, hopefully reply-to will be set correctly > if > I got the gmane/nntp bits right :) ] > > You might possibly be able to kludge around it with some LD_PRELOAD, > though tkinter is now bu

Re: Python access to Berkeley DB

2022-12-21 Thread Roger Marsh
> To: ports@openbsd.org > > Cc: m...@openbsd.org > > Sent: Monday, December 19, 2022 7:53 AM > > Subject: Re: Python access to Berkeley DB > > > > [ moving to ports@, hopefully reply-to will be set correctly > > if > > I got th

Re: Python access to Berkeley DB

2022-12-20 Thread Stuart Henderson
2022 7:53 AM > Subject: Re: Python access to Berkeley DB > > [ moving to ports@, hopefully reply-to will be set correctly > if > I got the gmane/nntp bits right :) ] > > You might possibly be able to kludge around it with some LD_PRELOAD, > though tkin

Re: Python access to Berkeley DB

2022-12-19 Thread Stuart Cassoff
-- Original Message -- From: stu.li...@spacehopper.org To: ports@openbsd.org Cc: m...@openbsd.org Sent: Monday, December 19, 2022 7:53 AM Subject: Re: Python access to Berkeley DB [ moving to ports@, hopefully reply-to will be set correctly if I got the gmane/nntp

Re: Python access to Berkeley DB

2022-12-19 Thread Stuart Henderson
[ moving to ports@, hopefully reply-to will be set correctly if I got the gmane/nntp bits right :) ] On 2022-12-17, Roger Marsh wrote: > The attempt to get at Berkeley DB, installed from packages, via tkinter fails > with some undefined symbol messages. > > Is there something I have not done