Skip to content

Has anyone compiled this gem with SEE (SQLite Encryption Extension)? #389

Closed Answered by flavorjones
slithernix asked this question in Q&A
Discussion options

You must be logged in to vote

My advice above assumed the structure of /opt/see was similar to the directories that the autoconf package installs with ./configure --prefix=/opt/see ; make install:

/opt/see
├── bin
│   └── sqlite3
├── include
│   ├── sqlite3.h
│   └── sqlite3ext.h
├── lib
│   ├── libsqlite3.a
│   ├── libsqlite3.la
│   ├── libsqlite3.so -> libsqlite3.so.0.8.6
│   ├── libsqlite3.so.0 -> libsqlite3.so.0.8.6
│   ├── libsqlite3.so.0.8.6
│   └── pkgconfig
│       └── sqlite3.pc
└── share
    └── man
        └── man1
            └── sqlite3.1

Now that I understand what's in your directory, here's an updated suggestion:

gem install sqlite3 --platform=ruby -- \
  --enable-system-libraries \
  --with-opt-includ…

Replies: 7 comments 6 replies

Comment options

You must be logged in to vote
2 replies
@slithernix
Comment options

@slithernix
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@flavorjones
Comment options

@slithernix
Comment options

@flavorjones
Comment options

Answer selected by flavorjones
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@flavorjones
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants