[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Problema with httpd server: (20014)Internal error: SQLite is required to be compiled and run in thread-safe mode

From: Érico Fusco <ericopfusco_at_gmail.com>
Date: Wed, 10 Mar 2010 00:22:17 -0300

Hi guys, I'm trying using subversion 1.6.9 but there is a problem when ai
try to view the project by http server.

Here is the log of my apache server:

[Tue Mar 09 23:58:10 2010] [error] [client 192.168.1.1] (20014)Internal
error: SQLite is required to be compiled and run in thread-safe mode
[Tue Mar 09 23:58:10 2010] [error] [client 192.168.1.1] Could not fetch
resource information. [500, #0]
[Tue Mar 09 23:58:10 2010] [error] [client 192.168.1.1] Could not open the
requested SVN filesystem [500, #200030]
[Tue Mar 09 23:58:10 2010] [error] [client 192.168.1.1] Could not open the
requested SVN filesystem [500, #200030]

I compiled the sqlite with thread-safe, I can create a repository with the
command: svnadmin create but I can't view it with my apache server.

I tested the sqlite thread-safe with this code:

-----
#include </usr/local/include/sqlite3.h>

int main()
{
printf("%d",sqlite3_threadsafe());
return 0;
}
-----
Normal, prints 1.

I compiled everything, here is the versions:

APR 1.3.9 (./configure)
APR iconv 1.2.1 (./configure --with-apr=/usr/local/apr)
APR-util 1.3.9 (./configure --with-apr=/usr/local/apr --with-dbm=db47
--with-berkeley-db=/usr/local/BerkeleyDB.4.7 --with-mysql=/usr/local/mysql
--with-sqlite3=/usr/local --with-expat=/usr/local --with-odbc=/usr)
HTTPD 2.2.14 (./configure --enable-so --enable-dav=shared
--enable-rewrite=shared --enable-ssl=shared --enable-proxy=shared
--with-apr=/usr/local/apr --with-apr-util=/usr/local/apr)
Subversion 1.6.9 (./configure --with-apr=/usr/local/apr
--with-apr-util=/usr/local/apr --with-apxs=/usr/local/apache2/bin/apxs
--with-berkeley-db=db.h:/usr/local/BerkeleyDB.4.7/include:/usr/local/BerkeleyDB.4.7/lib:db
--with-sqlite=/usr/local --with-ssl)

I'm using Fedora Core release 3 (Heidelberg), yes I know, too poor, but I
can't update this server right now. =(

I can't figure out what is it, somebody can help me with ?

Thanks a lot.

Érico Fusco
Received on 2010-03-10 07:08:56 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.