[Trac-tickets] Re: [The Trac Project] #3112: Trac's mod_python
frontend doesn't work with php5
The Trac Project
noreply at edgewall.com
Sun May 7 14:25:31 CDT 2006
#3112: Trac's mod_python frontend doesn't work with php5
----------------------------------------+-----------------------------------
Reporter: perchr-trac at angryadmin.net | Owner: cmlenz
Type: defect | Status: closed
Priority: normal | Milestone:
Component: mod_python frontend | Version: 0.9.4
Severity: normal | Resolution: invalid
Keywords: php5 |
----------------------------------------+-----------------------------------
Comment (by cboos):
At least, I will propose one guess, as the PySqlite troubleshooting
page says about the `OperationalError?: unsupported file format`:
''This probably is symptomatic of a mismatch between the SQLite library
and the SQLite database format.''
Then it could be that this php5 module was dynamically linked against
another
SQLite library, maybe a 3.2.x something, and your trac db was created with
a
sqlite3 >= 3.3.3.
In a similar way, when the two sqlite3 libraries are too different,
you could also see a segfault (#2489).
But as I said in the previous comment, those are mostly suppositions,
I never had such a crash at hand to investigate myself, nor did I found
an explanation elsewhere on the Web. What you find pretty easily, though,
are error reports from people witnessing this or similar phenomenon...
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/3112>
The Trac Project <http://trac.edgewall.com/>
More information about the Trac-Tickets
mailing list