Displaying 6 results from an estimated 6 matches for "sqlite3_bind_int".
2008 May 19
1
RSQLite and undefined symbol:sqlite3_bind_in
...cLite("AnnotationDbi")
and got this error:
....
Loading required package: RSQLite
Error in dyn.load(file, ...) :
unable to load shared library '/RHEL3/local/lib64/R/library/
RSQLite/libs/RSQLite.so':
/RHEL3/local/lib64/R/library/RSQLite/libs/RSQLite.so: undefined
symbol: sqlite3_bind_int
Error: package 'RSQLite' could not be loaded
Execution halted
ERROR: lazy loading failed for package 'AnnotationDbi'
** Removing '/RHEL3/local/lib64/R/library/AnnotationDbi'
The downloaded packages are in
/RHEL3/tmp/Rtmp6ex1Pz/downloaded_packages
Updating HTML inde...
2008 Apr 09
0
AnnotationDBI and RSQLite installation problem
...cLite("AnnotationDbi")
and got this error:
....
Loading required package: RSQLite
Error in dyn.load(file, ...) :
unable to load shared library '/RHEL3/local/lib64/R/library/
RSQLite/libs/RSQLite.so':
/RHEL3/local/lib64/R/library/RSQLite/libs/RSQLite.so: undefined
symbol: sqlite3_bind_int
Error: package 'RSQLite' could not be loaded
Execution halted
ERROR: lazy loading failed for package 'AnnotationDbi'
** Removing '/RHEL3/local/lib64/R/library/AnnotationDbi'
The downloaded packages are in
/RHEL3/tmp/Rtmp6ex1Pz/downloaded_packages
Updating HTML inde...
2011 Jan 16
1
problem installing rgdal
...ings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking proj_api.h usability... yes
checking proj_api.h presence... yes
checking for proj_api.h... yes
checking for pj_init_plus in -lproj... yes
/usr/lib/libgdal1.7.0.so: undefined reference to `sqlite3_bind_int'
/usr/lib/libgdal1.7.0.so: undefined reference to `sqlite3_column_double'
/usr/lib/libgdal1.7.0.so: undefined reference to `sqlite3_exec'
/usr/lib/libgdal1.7.0.so: undefined reference to `sqlite3_column_text'
/usr/lib/libgdal1.7.0.so: undefined reference to `sqlite3_bind_double'...
2012 Jun 17
0
[ANNOUNCE] ulogd 2.0.0 release
...uration examples and new tables layout
NFCT: use nfct_copy() instead of deprecated nfct_sizeof() function
NFLOG: don't display overrun message once we have reach the buffer limit
sqlite3: use continue instead of goto in sqlite3_interp()
sqlite3: cleanup error handling of sqlite3_bind_int() in sqlite3_interp()
sqlite3: fix warning during compilation
sqlite3: remove automatic creation of table `daily'
build: Linux kernel-style for compilation messages
ulogd: add okey_set_u64
OPRINT: display u64 fields
output: add GPRINT plugin
input: add...
2011 Jan 17
2
How to still processing despite bug errors?
....h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking proj_api.h usability... yes
> checking proj_api.h presence... yes
> checking for proj_api.h... yes
> checking for pj_init_plus in -lproj... yes
> /usr/lib/libgdal1.7.0.so: undefined reference to `sqlite3_bind_int'
> /usr/lib/libgdal1.7.0.so: undefined reference to `sqlite3_column_double'
> /usr/lib/libgdal1.7.0.so: undefined reference to `sqlite3_exec'
> /usr/lib/libgdal1.7.0.so: undefined reference to `sqlite3_column_text'
> /usr/lib/libgdal1.7.0.so: undefined reference to `sqli...
2016 May 25
4
[PATCH 0/4] qemu: Use sqlite to store qemu detection data.
Patches 1 & 2 were posted previously here:
https://www.redhat.com/archives/libguestfs/2016-May/msg00134.html
Patch 3 is a hack so I can test this using my own version of qemu (the
`-L ?' stuff is not upstream).
Patch 4 is where the real action takes place: Replace the caching of
qemu features in blob-like files with a sqlite database. Probably the
best way to approach this patch is to