Thank you, Kevin Benson, for your hint about ldconfig
Using ldconfig -p , I found their is an older version of libsqlite3
in /usr/lib/i386-linux-gnu
So I replaced it with my compiled 3.7.10 version , and now sqlite3 works
from the command line.
regs,
Kevin Youren
__
On Jan 21, 2012, at 06:21, Richard Hipp wrote:
> On Sat, Jan 21, 2012 at 3:29 AM, Ryan Schmidt wrote:
>
>> Hello, I'm writing on behalf of the MacPorts package management system.
>> Our users are having trouble compiling sqlite 3.7.10 on OS X 10.4, both on
>>
Joe Mistachkin wrote:
bool success;
malloc_zone_t* newzone = malloc_create_zone(4096, 0);
malloc_set_zone_name(newzone, "Sqlite_Heap");
do{
+#if MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_5
success = OSAtomicCompareAndSwapPtrBarrier(NULL, newzone,
On Sat, Jan 21, 2012 at 3:29 AM, Ryan Schmidt
wrote:
> Hello, I'm writing on behalf of the MacPorts package management system.
> Our users are having trouble compiling sqlite 3.7.10 on OS X 10.4, both on
> PowerPC and on Intel. 3.7.9 compiled fine. The error is:
>
> l
DISCLAIMER: I am *NOT* an expert on Mac OS X programming.
That being said, I think the following patch might work
(this is UNTESTED, as I have no readily available Apple hardware):
Index: src/mem1.c
==
--- src/mem1.c
+++ src/mem1.c
Ryan Schmidt sqlite-2012a at ryandesign.com wrote:
Hello, I'm writing on behalf of the MacPorts package management
system. Our users are having trouble compiling sqlite 3.7.10 on
OS X 10.4, both on PowerPC and on Intel. 3.7.9 compiled fine.
The error is:
ld: Undefined sy
Hello, I'm writing on behalf of the MacPorts package management system. Our
users are having trouble compiling sqlite 3.7.10 on OS X 10.4, both on PowerPC
and on Intel. 3.7.9 compiled fine. The error is:
ld: Undefined symbols:
_OSAtomicCompareAndSwapPtrBarrier
The complete log is attach
On 01/20/2012 06:16 PM, Alexandr Němec wrote:
Dear all,
we have two short questions regarding the new 3.7.10 SQLite release.
1. We read about the new "powersafe overwrite" feature in 3.7.10. We
would like to go on (for a while) without this. If we set
SQLITE_POWERSAFE_OVERWRITE to 0 in the amal
Dear all,
we have two short questions regarding the new 3.7.10 SQLite release.
1. We read about the new "powersafe overwrite" feature in 3.7.10. We would like
to go on (for a while) without this. If we set SQLITE_POWERSAFE_OVERWRITE to 0 in the
amalgamation file, is this the only thing that
--
--
--
--ô¿ô--
K e V i N
On Thu, Jan 19, 2012 at 10:48 PM, Kevin Youren wrote:
> G'day,
>
> thanks for such a great program.
>
> Slight problem with sqlite-autoconf-3071000
>
> When I issue from the command line: sqlite3
>
> I get
>
> SQLite header and source version
G'day,
thanks for such a great program.
Slight problem with sqlite-autoconf-3071000
When I issue from the command line: sqlite3
I get
SQLite header and source version mismatch
2011-06-23 19:49:22 4374b7e83ea0a3fbc3691f9c0c936272862f32f2
2012-01-16 13:28:40 ebd01a8deffb5024a5d7494eef800d2366d97
11 matches
Mail list logo