TinyERP nem indul el

Fórumok

Sziasztok

Keresgéltem, fórumozgattam, de sajnos egyetlen működőképes megoldást sem találtam:

Paraméterek:
Python 2.5.2 (r252:60911, May 28 2008, 08:35:32)
[GCC 4.2.4 (Debian 4.2.4-1)] on linux2

az eredeti http://openerp.com/downloads.html helyett apt-get-tel installáltam (apt-get install tinyerp-server), és létrehoztam a megfelelő adatbázist, userrel, mindennel, konzolból tudok is kapcsolódni.

Azonban:
tinyerp-server --database=terp --db_port=5432 --db_host=localhost --db_user=terp --db_password=terppw

parancsra ezt kapom:

Fri, 13 Jun 2008 11:07:31 INFO:objects:initialising distributed objects services
Fri, 13 Jun 2008 11:07:31 INFO:init:connecting to database
Traceback (most recent call last):
File "./tinyerp-server.py", line 163, in
import osv, workflow, report, service
File "/usr/lib/tinyerp-server/report/__init__.py", line 29, in
import interface
File "/usr/lib/tinyerp-server/report/interface.py", line 33, in
import libxml2
File "/var/lib/python-support/python2.5/libxml2.py", line 1, in
import libxml2mod
ImportError: /usr/lib/libxml2.so.2: undefined symbol: gzopen64

Tehát az adatbázishoz kapcsolódik, de a libxml2.so.2 -ben anyázik valamire.
Telepítve:

ii libxml2 2.6.32.dfsg-2 GNOME XML library
ii libxml2-dev 2.6.32.dfsg-2 Development files for the GNOME XML library
ii python-libxml2 2.6.32.dfsg-2 Python bindings for the GNOME XML library

Valami ötlet?

Hozzászólások

Közben sikerült egy lépéssel előrébb jutni:

A zlib.so -t zavarta meg az, hogy a Mono is fel volt telepitve... :)

Most a következő a hiba

ImportError: /var/lib/python-support/python2.5/libxsltmod.so: undefined symbol: xsltInitAllDocKeys

apt-get install libxslt1-dev
ez megoldotta