Re: static build
Gerhard Häring <[email protected]>
| Newsgroups | gmane.comp.python.db.pysqlite.user |
|---|---|
| Message-ID | <[email protected]> |
Randall Smith wrote: > Hi, > > I'm helping a friend who has limited (ftp only) access to a server > running RHEL, python2.3 and mod_python. SQLite is not installed, so I'd > like to make a static build of pysqlite which includes the sqlite > library. I'm not a C programmer nor am I very familiar with compiling > code outside of './configure make make install' or 'python setup.py > build'. Does someone know how to make this build or have another > solution to this problem? Instead of a static build, you can use the amalgamation of recent SQLite releases. I've added instructions to the Wiki: http://initd.org/tracker/pysqlite/wiki/PysqliteAmalgamation -- Gerhard