Community Forums Today's Posts     Member List     Archive    
Page 3 of 16 FirstFirst 1234513 ... LastLast
Results 31 to 45 of 236
  1. #31
    Join Date
    Mar 2003
    Location
    Ontario, Canada
    Posts
    12

    Angry

    No good, I compared all my packages with yours and downloaded as neccesary (there were only two I think that I didn't have) and it still didn't work.

    I keep getting that same stupid error of sqlite.dll not found despite the fact that I have sqlite. There was something in another thread about compiling sqlite and exporting the binaries into the server directory, did you do any of that?

    I'm also still wondering why the server logs are talking about sqlite.dll instead of libsqlite.so, seems that .dll would be for windows would it not?

    You positive that those were the only things you did to get it working? I'm almost down to the point of seeing if wine will run the windows server

  2. #32
    Join Date
    Mar 2003
    Location
    London UK
    Posts
    66
    Try checking the following in the tss2_rc2 dir and ensure you get the same output:
    bash-2.05b$ brandelf server_linux
    File 'server_linux' is of brand 'SVR4' (0).
    bash-2.05b$ file server_linux
    server_linux: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), stripped
    bash-2.05b$ file sqlite.so
    sqlite.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped
    -bash-2.05b$ ldd server_linux
    server_linux:
    /lib/libNoVersion.so.1 => /lib/libNoVersion.so.1 (0x281e7000)
    libpthread.so.0 => /lib/libpthread.so.0 (0x281eb000)
    libdl.so.2 => /lib/libdl.so.2 (0x28202000)
    libc.so.6 => /lib/libc.so.6 (0x28206000)
    /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x281d0000)

    Finally just try re-downloading and re-extracting to clean dir.

  3. #33
    Join Date
    Mar 2003
    Location
    Ontario, Canada
    Posts
    12
    Aha!
    My problem is found!

    My sqlite.so doesn't even exist! How did you manage to build one? When I compiled from the ports tree I didn't get one and even when I compile manually from the sqlite site I still don't get any module named sqlite.so.

    Is it supposed to be shipped with the linux server or something or am I totally missing a step here?

    Thanks once again

    EDIT: I'm an absolute moron, really, really, really big moron. I downloaded the build from the main site instead of the ftp. The build on the ftp is a newer build with updated directories which uses sqlite. I think it might help to put the newest build on the main http instead of having to sort through the ftp. Could this also be the source of problems for all others? Wohoo!
    Last edited by or_smth; 13-03-2003 at 03:43.

  4. #34
    Join Date
    Mar 2003
    Location
    Denmark
    Posts
    13
    I still dont get this

    6. Be sure you have installed
    a) linux_base1.7_2
    b) sql support installed on your server (package?)
    Sql support?
    Package?
    Maybe im just a fool, but i have no ide what kind off sql support you are talking about, is it sqlite.so or is it another source?.

    Hope you can give more details on this isue!!
    Last edited by DeltaDK; 13-03-2003 at 09:31.

  5. #35
    Join Date
    Mar 2003
    Location
    London UK
    Posts
    66
    No package required for sql support it comes with tss2_rc2.

  6. #36
    Join Date
    Mar 2003
    Location
    Denmark
    Posts
    13
    yes i know it dose, but it dosent work, i just wana know what xMACHINEx is talking about, couse he postet this´
    b) sql support installed on your server (package?)
    This worked for him, so he did somthing rigth

  7. #37
    Join Date
    Dec 2002
    Location
    Vancouver, Canada
    Posts
    35
    you can download sql support from a website (search the forums)
    and recompile it on your own system.
    that has worked for some people.

  8. #38
    Join Date
    Jul 2002
    Location
    Eindhoven NL
    Posts
    11
    I got it working on a FreeBSD4.8-PRERELEASE box, just extract and execute. A FreeBSD4.7-STABLE it didn't work, gave the SQL-errors and stuff. Linux went great, other FBSD-4.7's gave errors, gonna try a FBSD5 now..

    UPDATE: FBSD5 went ok, right out-of-the-tar
    Last edited by Onkel/Hansi; 13-03-2003 at 13:49.

  9. #39
    Join Date
    Mar 2003
    Location
    USA
    Posts
    51
    Originally posted by Onkel/Hansi
    I got it working on a FreeBSD4.8-PRERELEASE box, just extract and execute. A FreeBSD4.7-STABLE it didn't work, gave the SQL-errors and stuff. Linux went great, other FBSD-4.7's gave errors, gonna try a FBSD5 now..

    UPDATE: FBSD5 went ok, right out-of-the-tar
    What's the date of your v4.7-STABLE that didn't work?

  10. #40
    Join Date
    Jul 2002
    Location
    Eindhoven NL
    Posts
    11
    (hansi@tinkywinky)~$uname -a
    FreeBSD tinkywinky.stack.nl 4.7-STABLE FreeBSD 4.7-STABLE #4: Wed Feb 19 15:35:39 CET 2003 hansi@tinkywinky.stack.nl:/usr/src/sys/compile/TWINKY-SMP i386

  11. #41
    Join Date
    Dec 2002
    Location
    Vancouver, Canada
    Posts
    35
    I suggest you try BSD 5... it works on BSD 5.

  12. #42
    Join Date
    Mar 2003
    Location
    Israel
    Posts
    2

    Thumbs down

    I have FreeBSD5.0-RELAEASE and it doesn't work "out of the tar", actually it doesn't work at all.. (sqlite.so problem like above)

  13. #43
    Join Date
    Jul 2002
    Location
    Eindhoven NL
    Posts
    11
    Upgrading to BSD 5 is not an option for me on the 4.7-box, although BSD 5 is RELEASE, I'm not confident enough in it's stability to run anything else than my home-box on it. I will try a cvsup and make world, maybe that helps.

  14. #44
    Join Date
    Dec 2002
    Location
    Vancouver, Canada
    Posts
    35
    are you still getting the "sqlite.dll" error?
    or "error: database locked in query"?

    maybe you need to install the database packages.
    try the /stand/sysinstall
    and install/re-install the database packages

  15. #45
    Join Date
    Mar 2003
    Location
    Denmark
    Posts
    13
    are you still getting the "sqlite.dll" error?
    or "error: database locked in query"?

    maybe you need to install the database packages.
    try the /stand/sysinstall
    and install/re-install the database packages
    what database packages is you are talking about??
    Forgive if i sound stupid

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. TeamSpeak server on FreeBSD - Getting it done quick
    By Kordau in forum [TeamSpeak 2] Server Support
    Replies: 2
    Last Post: 07-08-2008, 22:47
  2. Teamspeak2 für FreeBSD amd64
    By CRAZyBUg in forum [TeamSpeak 2] General Questions
    Replies: 1
    Last Post: 12-09-2007, 20:10
  3. FreeBSD 6.0, latest TS2 -- cannot play AND use TS.
    By bsduser in forum [TeamSpeak 2] Client Support
    Replies: 1
    Last Post: 29-03-2006, 17:00
  4. FreeBSD Support
    By Degas in forum [TeamSpeak 2] General Questions
    Replies: 1
    Last Post: 31-10-2004, 05:15
  5. FreeBSD 5.1 microphone/speakers muted
    By curt in forum [TeamSpeak 2] Client Support
    Replies: 1
    Last Post: 16-06-2003, 01:25

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •