On Fri, Apr 15, 2011 at 04:32:08PM +0700, Dan Kennedy wrote:
> How are you building sqlite3? Using configure/make from the
> sqlite-autoconf-3070601.tar.gz package on the website?
Yes, using pkgsrc.
> Some
> other method? Can you post the output of the build process?
# make
=> Bootstrap dependency digest>=20010302: found digest-20080510
=> Checksum SHA1 OK for sqlite-autoconf-3070601.tar.gz
=> Checksum RMD160 OK for sqlite-autoconf-3070601.tar.gz
work -> /scratch/databases/sqlite3-3.7.6.1/work
===> Installing dependencies for sqlite3-3.7.6.1
==========================================================================
The supported build options for sqlite3 are:
fts rtree
You can select which build options to use by setting PKG_DEFAULT_OPTIONS
or the following variable. Its current value is shown:
PKG_OPTIONS.sqlite3 (not defined)
==========================================================================
=> Build dependency libtool-base>=2.2.6bnb3: found libtool-base-2.2.6bnb4
=> Build dependency gmake>=3.81: found gmake-3.82nb1
=> Build dependency checkperms>=1.1: found checkperms-1.11
===> Overriding tools for sqlite3-3.7.6.1
===> Extracting for sqlite3-3.7.6.1
===> Patching for sqlite3-3.7.6.1
===> Creating toolchain wrappers for sqlite3-3.7.6.1
===> Configuring for sqlite3-3.7.6.1
=> Modifying GNU configure scripts to avoid --recheck
=> Replacing config-guess with pkgsrc versions
=> Replacing config-sub with pkgsrc versions
=> Replacing install-sh with pkgsrc version
=> Adding run-time search paths to pkg-config files.
=> Checking for portability problems in extracted files
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking whether build environment is sane... yes
checking for gawk... /usr/bin/awk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for x86_64--netbsd-gcc... cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking dependency style of cc... gcc3
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for x86_64--netbsd-gcc... (cached) cc
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking dependency style of cc... (cached) gcc3
checking for x86_64--netbsd-ranlib... no
checking for ranlib... ranlib
checking build system type... x86_64--netbsd
checking host system type... x86_64--netbsd
checking for a sed that does not truncate output...
/scratch/databases/sqlite3-3.7.6.1/work/.tools/bin/sed
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
checking for ld used by cc...
/scratch/databases/sqlite3-3.7.6.1/work/.wrapper/bin/ld
checking if the linker
(/scratch/databases/sqlite3-3.7.6.1/work/.wrapper/bin/ld) is GNU ld... yes
checking for /scratch/databases/sqlite3-3.7.6.1/work/.wrapper/bin/ld option to
reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... match_pattern
/lib[^/]+(\.so|_pic\.a)$
checking how to run the C preprocessor... cc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... no
checking whether c++ accepts -g... no
checking dependency style of c++... none
checking how to run the C++ preprocessor... cpp
checking for x86_64--netbsd-g77... f77
checking whether we are using the GNU Fortran 77 compiler... no
checking whether f77 accepts -g... no
checking the maximum length of command line arguments... (cached) 262144
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for objdir... .libs
checking for x86_64--netbsd-ar... no
checking for ar... ar
checking for x86_64--netbsd-ranlib... ranlib
checking for x86_64--netbsd-strip... no
checking for strip... strip
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC
checking if cc PIC flag -fPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking whether the cc linker
(/scratch/databases/sqlite3-3.7.6.1/work/.wrapper/bin/ld) supports shared
libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... NetBSD ld.elf_so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking whether the c++ linker
(/scratch/databases/sqlite3-3.7.6.1/work/.wrapper/bin/ld) supports shared
libraries... PKGSRC-WARNING: Something is trying to run the c++ compiler,
PKGSRC-WARNING: but it is not added to USE_LANGUAGES in the package Makefile.
yes
libtool.m4: error: problem compiling CXX test program
checking for c++ option to produce PIC...
checking if c++ static flag works... no
checking if c++ supports -c -o file.o... no
checking whether the c++ linker
(/scratch/databases/sqlite3-3.7.6.1/work/.wrapper/bin/ld) supports shared
libraries... yes
checking dynamic linker characteristics... PKGSRC-WARNING: Something is trying
to run the c++ compiler,
PKGSRC-WARNING: but it is not added to USE_LANGUAGES in the package Makefile.
NetBSD ld.elf_so
checking how to hardcode library paths into programs... unsupported
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for f77 option to produce PIC... -fPIC
checking if f77 PIC flag -fPIC works... no
checking if f77 static flag -static works... no
checking if f77 supports -c -o file.o... no
checking whether the f77 linker
(/scratch/databases/sqlite3-3.7.6.1/work/.wrapper/bin/ld) supports shared
libraries... PKGSRC-WARNING: Something is trying to run the fortran compiler,
PKGSRC-WARNING: but it is not added to USE_LANGUAGES in the package Makefile.
yes
checking dynamic linker characteristics... PKGSRC-WARNING: Something is trying
to run the fortran compiler,
PKGSRC-WARNING: but it is not added to USE_LANGUAGES in the package Makefile.
PKGSRC-WARNING: Something is trying to run the fortran compiler,
PKGSRC-WARNING: but it is not added to USE_LANGUAGES in the package Makefile.
NetBSD ld.elf_so
checking how to hardcode library paths into programs... immediate
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for fdatasync... yes
checking for usleep... yes
checking for fullfsync... no
checking for localtime_r... yes
checking for gmtime_r... yes
checking whether strerror_r is declared... yes
checking for strerror_r... yes
checking whether strerror_r returns char *... no
checking for library containing tgetent... no
checking for library containing readline... -lreadline
checking for readline... yes
checking for library containing pthread_create... -lpthread
checking for library containing dlopen... none required
checking for whether to support dynamic extensions... yes
checking for posix_fallocate... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating sqlite3.pc
config.status: executing depfiles commands
=> Modifying libtool scripts to use pkgsrc libtool
WARNING: *** Please consider adding c++ to USE_LANGUAGES in the package
Makefile.
WARNING: *** Please consider adding fortran to USE_LANGUAGES in the package
Makefile.
===> Building for sqlite3-3.7.6.1
if /bin/sh ./libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"sqlite\"
-DPACKAGE_TARNAME=\"sqlite\" -DPACKAGE_VERSION=\"3.7.6.1\"
-DPACKAGE_STRING=\"sqlite\ 3.7.6.1\"
-DPACKAGE_BUGREPORT=\"http://www.sqlite.org\" -DPACKAGE=\"sqlite\"
-DVERSION=\"3.7.6.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
-DHAVE_FDATASYNC=1 -DHAVE_USLEEP=1 -DHAVE_LOCALTIME_R=1 -DHAVE_GMTIME_R=1
-DHAVE_DECL_STRERROR_R=1 -DHAVE_STRERROR_R=1 -DHAVE_READLINE=1 -I. -I. -g
-I/usr/include -D_REENTRANT=1 -DSQLITE_THREADSAFE=1 -DSQLITE_ENABLE_FTS3
-DSQLITE_ENABLE_RTREE -O2 -DSQLITE_ENABLE_UNLOCK_NOTIFY=1 -DUSE_PREAD
-I/usr/include -MT sqlite3.lo -MD -MP -MF ".deps/sqlite3.Tpo" -c -o sqlite3.lo
sqlite3.c; \
then mv -f ".deps/sqlite3.Tpo" ".deps/sqlite3.Plo"; else rm -f
".deps/sqlite3.Tpo"; exit 1; fi
if cc -DPACKAGE_NAME=\"sqlite\" -DPACKAGE_TARNAME=\"sqlite\"
-DPACKAGE_VERSION=\"3.7.6.1\" -DPACKAGE_STRING=\"sqlite\ 3.7.6.1\"
-DPACKAGE_BUGREPORT=\"http://www.sqlite.org\" -DPACKAGE=\"sqlite\"
-DVERSION=\"3.7.6.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
-DHAVE_FDATASYNC=1 -DHAVE_USLEEP=1 -DHAVE_LOCALTIME_R=1 -DHAVE_GMTIME_R=1
-DHAVE_DECL_STRERROR_R=1 -DHAVE_STRERROR_R=1 -DHAVE_READLINE=1 -I. -I. -g
-I/usr/include -D_REENTRANT=1 -DSQLITE_THREADSAFE=1 -DSQLITE_ENABLE_FTS3
-DSQLITE_ENABLE_RTREE -O2 -DSQLITE_ENABLE_UNLOCK_NOTIFY=1 -DUSE_PREAD
-I/usr/include -MT shell.o -MD -MP -MF ".deps/shell.Tpo" -c -o shell.o shell.c;
\
then mv -f ".deps/shell.Tpo" ".deps/shell.Po"; else rm -f ".deps/shell.Tpo";
exit 1; fi
libtool: compile: cc -DPACKAGE_NAME=\"sqlite\" -DPACKAGE_TARNAME=\"sqlite\"
-DPACKAGE_VERSION=\"3.7.6.1\" "-DPACKAGE_STRING=\"sqlite 3.7.6.1\""
-DPACKAGE_BUGREPORT=\"http://www.sqlite.org\" -DPACKAGE=\"sqlite\"
-DVERSION=\"3.7.6.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
-DHAVE_FDATASYNC=1 -DHAVE_USLEEP=1 -DHAVE_LOCALTIME_R=1 -DHAVE_GMTIME_R=1
-DHAVE_DECL_STRERROR_R=1 -DHAVE_STRERROR_R=1 -DHAVE_READLINE=1 -I. -g
-D_REENTRANT=1 -DSQLITE_THREADSAFE=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_RTREE
-O2 -DSQLITE_ENABLE_UNLOCK_NOTIFY=1 -DUSE_PREAD -MT sqlite3.lo -MD -MP -MF
.deps/sqlite3.Tpo -c sqlite3.c -fPIC -DPIC -o .libs/sqlite3.o
libtool: compile: cc -DPACKAGE_NAME=\"sqlite\" -DPACKAGE_TARNAME=\"sqlite\"
-DPACKAGE_VERSION=\"3.7.6.1\" "-DPACKAGE_STRING=\"sqlite 3.7.6.1\""
-DPACKAGE_BUGREPORT=\"http://www.sqlite.org\" -DPACKAGE=\"sqlite\"
-DVERSION=\"3.7.6.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
-DHAVE_FDATASYNC=1 -DHAVE_USLEEP=1 -DHAVE_LOCALTIME_R=1 -DHAVE_GMTIME_R=1
-DHAVE_DECL_STRERROR_R=1 -DHAVE_STRERROR_R=1 -DHAVE_READLINE=1 -I. -g
-D_REENTRANT=1 -DSQLITE_THREADSAFE=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_RTREE
-O2 -DSQLITE_ENABLE_UNLOCK_NOTIFY=1 -DUSE_PREAD -MT sqlite3.lo -MD -MP -MF
.deps/sqlite3.Tpo -c sqlite3.c -o sqlite3.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=link cc -D_REENTRANT=1 -DSQLITE_THREADSAFE=1
-DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_RTREE -O2 -DSQLITE_ENABLE_UNLOCK_NOTIFY=1
-DUSE_PREAD -I/usr/include -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -o
libsqlite3.la -rpath /usr/pkg/lib -no-undefined -version-info 8:6:8 sqlite3.lo
-lpthread
libtool: link: cc -shared .libs/sqlite3.o -lpthread
-L/scratch/databases/sqlite3-3.7.6.1/work/.buildlink/lib -Wl,-R/usr/pkg/lib
-Wl,-soname -Wl,libsqlite3.so.0 -o .libs/libsqlite3.so.0.8.6
libtool: link: (cd ".libs" && rm -f "libsqlite3.so.0" && ln -s
"libsqlite3.so.0.8.6" "libsqlite3.so.0")
libtool: link: (cd ".libs" && rm -f "libsqlite3.so" && ln -s
"libsqlite3.so.0.8.6" "libsqlite3.so")
libtool: link: ar cru .libs/libsqlite3.a sqlite3.o
libtool: link: ranlib .libs/libsqlite3.a
libtool: link: ( cd ".libs" && rm -f "libsqlite3.la" && ln -s
"../libsqlite3.la" "libsqlite3.la" )
/bin/sh ./libtool --tag=CC --mode=link cc -D_REENTRANT=1 -DSQLITE_THREADSAFE=1
-DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_RTREE -O2 -DSQLITE_ENABLE_UNLOCK_NOTIFY=1
-DUSE_PREAD -I/usr/include -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -o
sqlite3 shell.o ./libsqlite3.la -lreadline -lpthread
libtool: link: cc -D_REENTRANT=1 -DSQLITE_THREADSAFE=1 -DSQLITE_ENABLE_FTS3
-DSQLITE_ENABLE_RTREE -O2 -DSQLITE_ENABLE_UNLOCK_NOTIFY=1 -DUSE_PREAD
-Wl,-R/usr/pkg/lib -o .libs/sqlite3 shell.o ./.libs/libsqlite3.so
-L/scratch/databases/sqlite3-3.7.6.1/work/.buildlink/lib -ledit -ltermcap
-lpthread -Wl,-rpath -Wl,/usr/pkg/lib
=> Unwrapping files-to-be-installed.
INFO: [subst.mk:unwrap] Nothing changed in ./sqlite3.pc.
#
> Also, what is the output if you set a breakpoint in
> sqlite3_enable_load_extension() in the shell, then execute the
> following gdb commands?
>
> (gdb) p *db
> (gdb) p sqlite3Config
without database given:
(gdb) r
(enter "pragma user_version = 17002;")
(gdb) p *db
(gdb) p *db
$1 = {pVfs = 0x7f7ff7a8b1e0, nDb = 2, aDb = 0x7f7ff7b68ae0, flags = 1209010176,
openFlags = 6, errCode = 0, errMask = 255, autoCommit = 1 '\001', temp_store =
0 '\0',
mallocFailed = 0 '\0', dfltLockMode = 0 '\0', nextAutovac = -1 '�',
suppressErr = 0 '\0', nextPagesize = 0, nTable = 0, pDfltColl = 0x7f7ff7b700c8,
lastRowid = 0,
magic = 2687084183, nChange = 0, nTotalChange = 0, mutex = 0x0, aLimit =
{1000000000, 1000000000, 2000, 1000, 500, 25000, 127, 10, 50000, 999, 1000},
init = {iDb = 0,
newTnum = 0, busy = 0 '\0', orphanTrigger = 0 '\0'}, nExtension = 0,
aExtension = 0x0, pVdbe = 0x0, activeVdbeCnt = 0, writeVdbeCnt = 0, vdbeExecCnt
= 0, xTrace = 0,
pTraceArg = 0x0, xProfile = 0, pProfileArg = 0x0, pCommitArg = 0x0,
xCommitCallback = 0, pRollbackArg = 0x0, xRollbackCallback = 0, pUpdateArg =
0x0, xUpdateCallback = 0,
xWalCallback = 0x7f7ff78301b6 <sqlite3WalDefaultHook>, pWalArg = 0x3e8,
xCollNeeded = 0, xCollNeeded16 = 0, pCollNeededArg = 0x0, pErr =
0x7f7ff7b0b148, zErrMsg = 0x0,
zErrMsg16 = 0x0, u1 = {isInterrupted = 0, notUsed1 = 0}, lookaside = {sz =
96, bEnabled = 1 '\001', bMalloced = 1 '\001', nOut = 1, mxOut = 1, anStat =
{1, 0, 0},
pFree = 0x7f7ff7b7eac8, pStart = 0x7f7ff7b73008, pEnd = 0x7f7ff7b7eb88},
xAuth = 0, pAuthArg = 0x0, xProgress = 0, pProgressArg = 0x0, nProgressOps = 0,
aModule = {
htsize = 0, count = 5, first = 0x7f7ff7b34388, ht = 0x0}, pVTab = 0x0,
aVTrans = 0x0, nVTrans = 0, pDisconnect = 0x0, aFunc = {a = {0x0,
0x7f7ff7b62148, 0x0,
0x7f7ff7b62448, 0x7f7ff7b62508, 0x0, 0x0, 0x7f7ff7b62388, 0x7f7ff7b62568,
0x7f7ff7b625c8, 0x0, 0x7f7ff7b7eb28, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
0x0, 0x0,
0x7f7ff7b620e8}}, aCollSeq = {htsize = 0, count = 3, first =
0x7f7ff7b34148, ht = 0x0}, busyHandler = {xFunc = 0, pArg = 0x0, nBusy = 0},
busyTimeout = 0, aDbStatic = {
{zName = 0x7f7ff7872370 "main", pBt = 0x7f7ff7b36118, inTrans = 0 '\0',
safety_level = 3 '\003', pSchema = 0x7f7ff7b16488}, {zName = 0x7f7ff7871d2d
"temp", pBt = 0x0,
inTrans = 0 '\0', safety_level = 1 '\001', pSchema = 0x7f7ff7b16508}},
pSavepoint = 0x0, nSavepoint = 0, nStatement = 0, isTransactionSavepoint = 0
'\0',
nDeferredCons = 0, pnBytesFreed = 0x0, pBlockingConnection = 0x0,
pUnlockConnection = 0x0, pUnlockArg = 0x0, xUnlockNotify = 0, pNextBlocked =
0x0}
(gdb) p sqlite3Config
$2 = {bMemstat = 1, bCoreMutex = 0, bFullMutex = 0, mxStrlen = 2147483646,
szLookaside = 100, nLookaside = 500, m = {xMalloc = 0x7f7ff786e8ec
<sqlite3MemMalloc>,
xFree = 0x7f7ff786e8e3 <sqlite3MemFree>, xRealloc = 0x7f7ff786e890
<sqlite3MemRealloc>, xSize = 0x7f7ff7809cb2 <sqlite3MemSize>,
xRoundup = 0x7f7ff7809cbe <sqlite3MemRoundup>, xInit = 0x7f7ff7809cc5
<sqlite3MemInit>, xShutdown = 0x7f7ff7809cc8 <sqlite3MemShutdown>, pAppData =
0x0}, mutex = {
xMutexInit = 0x7f7ff7809d5b <noopMutexInit>, xMutexEnd = 0x7f7ff7809d5e
<noopMutexEnd>, xMutexAlloc = 0x7f7ff7809d61 <noopMutexAlloc>,
xMutexFree = 0x7f7ff7809d67 <noopMutexFree>, xMutexEnter = 0x7f7ff7809d68
<noopMutexEnter>, xMutexTry = 0x7f7ff7809d69 <noopMutexTry>,
xMutexLeave = 0x7f7ff7809d6c <noopMutexLeave>, xMutexHeld = 0,
xMutexNotheld = 0}, pcache = {pArg = 0x0, xInit = 0x7f7ff78268c3 <pcache1Init>,
xShutdown = 0x7f7ff7814289 <pcache1Shutdown>, xCreate = 0x7f7ff782033b
<pcache1Create>, xCachesize = 0x7f7ff780c0a7 <pcache1Cachesize>,
xPagecount = 0x7f7ff780c12e <pcache1Pagecount>, xFetch = 0x7f7ff78203fd
<pcache1Fetch>, xUnpin = 0x7f7ff780c15d <pcache1Unpin>, xRekey = 0x7f7ff780c1d9
<pcache1Rekey>,
xTruncate = 0x7f7ff780c275 <pcache1Truncate>, xDestroy = 0x7f7ff780c2b1
<pcache1Destroy>}, pHeap = 0x0, nHeap = 0, mnReq = 0, mxReq = 0, pScratch =
0x0, szScratch = 0,
nScratch = 0, pPage = 0x0, szPage = 0, nPage = 0, mxParserStack = 0,
sharedCacheEnabled = 0, isInit = 1, inProgress = 0, isMutexInit = 1,
isMallocInit = 1,
isPCacheInit = 1, pInitMutex = 0x0, nRefInitMutex = 0, xLog = 0x402793
<shellLog>, pLogArg = 0x7f7fffffcb90}
(gdb) c
Continuing.
Program received signal SIGSEGV, Segmentation fault.
0x00007f7ff7ffb200 in ?? ()
Thomas
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users