Skip to content

3.6.18 doesn't build against vendor built sqlite #67

@rogerbinns

Description

@rogerbinns

From bchesneau on September 13, 2009 04:45:10

Just launched tests and got :

enlil-2:apsw benoitc$ sudo python setup.py install
SQLite: Using system sqlite include/libraries
running install
running build
running build_ext
building 'apsw' extension
creating build
creating build/temp.macosx-10.6-universal-2.6
creating build/temp.macosx-10.6-universal-2.6/src
gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -g -fwrapv -Os
-Wall -Wstrict-prototypes -DENABLE_DTRACE -arch i386 -arch ppc -arch x86_64
-pipe -DEXPERIMENTAL=1 -DNDEBUG=1 -Isrc
-I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -c
src/apsw.c -o build/temp.macosx-10.6-universal-2.6/src/apsw.o
creating build/lib.macosx-10.6-universal-2.6
gcc-4.2 -Wl,-F. -bundle -undefined dynamic_lookup -arch i386 -arch ppc
-arch x86_64 build/temp.macosx-10.6-universal-2.6/src/apsw.o -lsqlite3 -o
build/lib.macosx-10.6-universal-2.6/apsw.so
running install_lib
copying build/lib.macosx-10.6-universal-2.6/apsw.so ->
/Library/Python/2.6/site-packages
running install_egg_info
enlil-2:apsw benoitc$ python tests.py
Traceback (most recent call last):
File "tests.py", line 9, in
import apsw
ImportError: dlopen(/Library/Python/2.6/site-packages/apsw.so, 2): Symbol
not found: _sqlite3_enable_load_extension
Referenced from: /Library/Python/2.6/site-packages/apsw.so
Expected in: flat namespace
in /Library/Python/2.6/site-packages/apsw.so

Original issue: http://code.google.com/p/apsw/issues/detail?id=67

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions