PDA

View Full Version : tss rc2, sqlite and kernel-2.2.24


andrixnet
17-03-2003, 09:24
My latest attempt at tss on linux:

System is Slackware-7.0.
Kernel-2.2.24
glibc-2.1.3

Starting tss:
---------------------------------------------------------------
-------------- log started at 17-03-03 09:44 -------------
---------------------------------------------------------------
17-03-03 09:44:53,ALL,Info,server, Server init initialized
17-03-03 09:44:53,ALL,Info,server, Server version: 2.0.19.16 Linux
17-03-03 09:44:53,ERROR,All,SQL, Database initialization error: Library "
sqlite.dll" not found.
17-03-03 09:44:53,ERROR,All,SQL, Database initialization error: Library "
sqlite.dll" not found.
17-03-03 09:44:53,ERROR,All,SERVER, Start_TeamSpeak_Server: unable to open s
qlite database
----------------------------------------------------------
---------------------------------------------------------------
--------------- log ended at 17-03-03 09:44 --------------
---------------------------------------------------------------

Ok. I rename sqlite.so to sqlite.dll.
Error msg regarding this should be updated!!!
Same error. Permissions were 744, got them 755, nothing.
ldd ./sqlite.so says it wants glibc-2.2x

Ok, the I get sqlite_source-2.8.0, compile, install.

Start tss again, same message.
I delete sqlite.so from it's directory hoping it will load it from /usr/local/lib, which is in the library paths. There I have libsqlite.so

Still same error.

I copy libsqlite.so.0.0.0 to the tss server directory as sqlite.so

I start the server and I get in the logs a new message:


-------------- log started at 17-03-03 10:09 -------------
---------------------------------------------------------------
17-03-03 10:09:43,ALL,Info,server, Server init initialized
17-03-03 10:09:43,ALL,Info,server, Server version: 2.0.19.16 Linux
17-03-03 10:09:43,WARNING,Info,SQL, created table ts2_servers
17-03-03 10:09:43,WARNING,Info,SQL, created table ts2_channels
17-03-03 10:09:43,WARNING,Info,SQL, created table ts2_clients
17-03-03 10:09:43,WARNING,Info,SQL, created table ts2_channel_privileges
17-03-03 10:09:43,WARNING,Info,SQL, created table ts2_server_privileges
17-03-03 10:09:43,WARNING,Info,SQL, created table ts2_bans
17-03-03 10:09:43,ERROR,Info,server, EAccessViolation: Access violation at ad
dress 400E3A31, accessing address 000001A4
----------------------------------------------------------



Please, what can I do to start tss?

P.S. suggestion to developers:
Make tss to use a system installed libsqlite.so, if not present or error loading from same dir as server.

Lethe
17-03-2003, 20:31
Well, my TS server was tested Sunday night and last night and it performed flawlessly... so I am happy :)

Now, as to your problem. I can't get my head around this line:

17-03-03 09:44:53,ERROR,All,SQL, Database initialization error: Library "sqlite.dll" not found.

Why does a Linux binary squinny about a *.dll ????

Nick

andrixnet
18-03-2003, 08:34
Originally posted by Lethe
Now, as to your problem. I can't get my head around this line:

17-03-03 09:44:53,ERROR,All,SQL, Database initialization error: Library "sqlite.dll" not found.

Why does a Linux binary squinny about a *.dll ????

Nick

You got me, that's what my server log says.
And I got the distro from www.teamspeak.org last week.