Re: Problem setting up a ClueMapper Site

4 views
Skip to first unread message

Rocky Burt

unread,
Oct 24, 2008, 8:49:56 AM10/24/08
to m...@acea.be, cluemap...@googlegroups.com

I'm not sure which OS you're using here but the problem is that the sqlite dev headers don't exist.  On Ubuntu the missing package is called libsqlite3-dev

- Rocky


On Fri, Oct 24, 2008 at 8:51 AM, <m...@acea.be> wrote:

When trying to install Cluemapper on a new machine, I do not get past the following error, although I clearly followed the instructions found at http://projects.serverzen.com/pm/p/cluemapper/wiki/ClueMapperInstall
I tried all three options and got always stuck at:

cluemapper@pm-act:~/cm-buildout$ sudo ./bin/buildout
[sudo] password for cluemapper:
Installing scripts.
Getting distribution for 'TracAccountManager'.
Installing TracAccountManager 0.2.1dev-r3734-20080605
Caused installation of a distribution:
TracAccountManager 0.2.1dev-r3734
with a different version.
Got TracAccountManager 0.2.1dev-r3734.
Getting distribution for 'TracCustomFieldAdmin'.
zip_safe flag not set; analyzing archive contents...
Installing TracCustomFieldAdmin 0.2-20080605
Caused installation of a distribution:
TracCustomFieldAdmin 0.2
with a different version.
Got TracCustomFieldAdmin 0.2.
Getting distribution for 'TracWebAdmin'.
zip_safe flag not set; analyzing archive contents...
webadmin.plugin: module references __file__
Installing TracWebAdmin 0.1.2dev-r5911-20080605
Caused installation of a distribution:
TracWebAdmin 0.1.2dev-r5911
with a different version.
Got TracWebAdmin 0.1.2dev-r5911.
Getting distribution for 'timingandestimationplugin'.
zip_safe flag not set; analyzing archive contents...
Installing timingandestimationplugin 0.6.6-20080605
Caused installation of a distribution:
timingandestimationplugin 0.6.6
with a different version.
Got timingandestimationplugin 0.6.6.
Getting distribution for 'pysqlite>=2.4.1,<=2.4.9999'.
warning: no files found matching 'doc/code/*.py'
In file included from src/module.c:24:
src/connection.h:33:21: error: sqlite3.h: No such file or directory
In file included from src/module.c:24:
src/connection.h:38: error: expected specifier-qualifier-list before ‘sqlite3’
In file included from src/module.c:25:
src/statement.h:37: error: expected specifier-qualifier-list before ‘sqlite3’
src/module.c: In function ‘module_complete’:
src/module.c:92: warning: implicit declaration of function ‘sqlite3_complete’
src/module.c: At top level:
src/module.c:222: error: ‘SQLITE_OK’ undeclared here (not in a function)
src/module.c:223: error: ‘SQLITE_DENY’ undeclared here (not in a function)
src/module.c:224: error: ‘SQLITE_IGNORE’ undeclared here (not in a function)
src/module.c:225: error: ‘SQLITE_CREATE_INDEX’ undeclared here (not in a function)
src/module.c:226: error: ‘SQLITE_CREATE_TABLE’ undeclared here (not in a function)
src/module.c:227: error: ‘SQLITE_CREATE_TEMP_INDEX’ undeclared here (not in a function)
src/module.c:228: error: ‘SQLITE_CREATE_TEMP_TABLE’ undeclared here (not in a function)
src/module.c:229: error: ‘SQLITE_CREATE_TEMP_TRIGGER’ undeclared here (not in a function)
src/module.c:230: error: ‘SQLITE_CREATE_TEMP_VIEW’ undeclared here (not in a function)
src/module.c:231: error: ‘SQLITE_CREATE_TRIGGER’ undeclared here (not in a function)
src/module.c:232: error: ‘SQLITE_CREATE_VIEW’ undeclared here (not in a function)
src/module.c:233: error: ‘SQLITE_DELETE’ undeclared here (not in a function)
src/module.c:234: error: ‘SQLITE_DROP_INDEX’ undeclared here (not in a function)
src/module.c:235: error: ‘SQLITE_DROP_TABLE’ undeclared here (not in a function)
src/module.c:236: error: ‘SQLITE_DROP_TEMP_INDEX’ undeclared here (not in a function)
src/module.c:237: error: ‘SQLITE_DROP_TEMP_TABLE’ undeclared here (not in a function)
src/module.c:238: error: ‘SQLITE_DROP_TEMP_TRIGGER’ undeclared here (not in a function)
src/module.c:239: error: ‘SQLITE_DROP_TEMP_VIEW’ undeclared here (not in a function)
src/module.c:240: error: ‘SQLITE_DROP_TRIGGER’ undeclared here (not in a function)
src/module.c:241: error: ‘SQLITE_DROP_VIEW’ undeclared here (not in a function)
src/module.c:242: error: ‘SQLITE_INSERT’ undeclared here (not in a function)
src/module.c:243: error: ‘SQLITE_PRAGMA’ undeclared here (not in a function)
src/module.c:244: error: ‘SQLITE_READ’ undeclared here (not in a function)
src/module.c:245: error: ‘SQLITE_SELECT’ undeclared here (not in a function)
src/module.c:246: error: ‘SQLITE_TRANSACTION’ undeclared here (not in a function)
src/module.c:247: error: ‘SQLITE_UPDATE’ undeclared here (not in a function)
src/module.c:248: error: ‘SQLITE_ATTACH’ undeclared here (not in a function)
src/module.c:249: error: ‘SQLITE_DETACH’ undeclared here (not in a function)
src/module.c: In function ‘init_sqlite’:
src/module.c:376: warning: implicit declaration of function ‘sqlite3_libversion’
src/module.c:376: warning: passing argument 1 of ‘PyString_FromString’ makes pointer from integer without a cast
error: Setup script exited with error: command 'gcc' failed with exit status 1
An error occured when trying to install pysqlite 2.4.1.Look above this message for any errors thatwere output by easy_install.
While:
  Installing scripts.
  Getting distribution for 'pysqlite>=2.4.1,<=2.4.9999'.
Error: Couldn't install: pysqlite 2.4.1
cluemapper@pm-act:~/cm-buildout$


Can you help me?

Marc Vanderstraeten
Director Information & Communication Technology
ACEA
Avenue des Nerviens 85
B-1040 Bruxelles
Tel +32 475 713612
Email m...@acea.be

il marco

unread,
Oct 29, 2008, 4:39:12 AM10/29/08
to ClueMapper User
Thx, it works!

Some other questions:
How can I get a login to post tickets, if any... on the ClueMapper
Project Site? I created an account on www.serverzen.com, but that one
does not work...
I installed using buildout -> ok. To start, I type"./bin/clue-server",
but then it stays running, and I do not get my prompt back. How can I
start this as a service?
> > Email m...@acea.be<http://projects.serverzen.com/pm/p/cluemapper/wiki/ClueMapperInstall>- Hide quoted text -
>
> - Show quoted text -
Reply all
Reply to author
Forward
0 new messages