Paste: sqlite issue on linux x64

Author: hsuh
Mode: factor
Date: Fri, 6 Nov 2009 18:36:57
Plain Text |
hsuh@host:~/bin/factor> ./factor
( scratchpad ) "webapps.counter" run
The image refers to a library or symbol that was not found at load time

Type :help for debugging help.
( scratchpad ) :s
T{ counter-app f ~trivial-responder~ ~hashtable~ }
{ "kernel-error" 10 f f }
( scratchpad ) :r
T{ continuation f ~array~ ~callstack~ ~array~ ~vector~ ~vector~...
T{ sqlite-db f "counter.db" }
B{ 0 0 0 0 0 0 0 0 }
( scratchpad ) :c
[ swap >c call -> c> drop ]
[
    (command-line) parse-command-line
    load-vocab-roots run-user-init "e" get
    [ (( -- )) eval ] when* ignore-cli-args? not script get and
    [ run-script ] [ "run" get run ] if* -> output-stream get
    [ stream-flush ] when* 0 exit
]
listener
(listener)
with-datastack
[ [ ~quotation~ dip call datastack ] dip -> continue-with ]
[ [ ~array~ like set-datastack ] dip call -> datastack ]
run-counter
<alloy>
M\ sqlite-db db-open
sqlite-open
sqlite3_open
[
    63 getenv error-thread set-global
    continuation -> error-continuation set-global rethrow
]

---

hsuh@host:~/bin/factor> /sbin/ldconfig -p | grep sqlite
        libsqlite3.so.0 (libc6,x86-64) => /usr/lib64/libsqlite3.so.0
hsuh@host:~/bin/factor>

New Annotation

Summary:
Author:
Mode:
Body: