Re: [PATCH] postgresql, sqlite, sqlite3 odbc backends, clsql-uffi on NetBSD
Kevin Rosenberg <kevin-HJRc7zDS/[email protected]> Tue, 4 Jul 2006 20:13:53 -0600
| Newsgroups | gmane.lisp.clsql.devel |
|---|---|
| Message-ID | <[email protected]> |
Richard M Kreuter wrote: > On NetBSD, the use of ld.so.conf to configure the runtime linker is > [...] Hi Richard, I applied for patches for clsql-uffi.asd and uffi/make.sh. Thanks, they will appear in v3.6.2. On the other hand, I did not apply patches for the location of system libraries on netbsd. In general, I don't put OS location of libraries in CLSQL. Instead, CLSQL checks for the init file /etc/clsql-init.lisp where push-library-path statements can be placed. > As for oracle and db2, I don't know whether native client libraries > exist for NetBSD, and if they so, where they would be kept, so I can't > help with those. Well, that's one reason I work to keep OS library locations out of CLSQL and instead provide a means for an OS-level file to set locations. Kevin