Results 1 to 5 of 5

Thread: Install SourceOP on Ubuntu Linux 64-bit

  1. #1
    EmpE's Avatar



    Join Date
    Dec 01, 2011
    Last Online
    Jan 06, 2012
    Posts
    3
    Threads
    1



    Install SourceOP on Ubuntu Linux 64-bit


    OS is Ubuntu Linux (Server) 64-bit
    Gameserver is for Counter-Strike: Source

    When i run "ldd sourceop.so" i get this

    Code:
    linux-gate.so.1 =>  (0xf7709000)
    libm.so.6 => /lib32/libm.so.6 (0xf73c0000)
    libdl.so.2 => /lib32/libdl.so.2 (0xf73bc000)
    libssl.so.6 => /lib32/libssl.so.6 (0xf7373000)
    libtier0.so => ./libtier0.so (0xf7320000)
    libvstdlib.so => ./libvstdlib.so (0xf726d000)
    libc.so.6 => /lib32/libc.so.6 (0xf7113000)
    /lib/ld-linux.so.2 (0xf770a000)
    libcrypto.so.0.9.8 => /lib32/i686/cmov/libcrypto.so.0.9.8 (0xf6fc1000)
    libz.so.1 => /usr/lib32/libz.so.1 (0xf6fab000)
    libpthread.so.0 => /lib32/libpthread.so.0 (0xf6f92000)
    So everything seems okay...

    But my server keeps crashing when I i'm starting it, and the error message is:

    [SOURCEOP] Failed to load libmySQL: libmysqlclient.so: cannot open shared object file: No such file or directory

    And I don't have a clue how to fix it

    So help is appreciated

    Sorry for my bad English, I'm from Sweden.

  2. #2
    EmpE's Avatar



    Join Date
    Dec 01, 2011
    Last Online
    Jan 06, 2012
    Posts
    3
    Threads
    1




    I fixed that problem, but I got a new one

    [SOURCEOP] libmySQL has not been compiled as thread safe.

  3. #3
    Skyrider's Avatar



    Join Date
    Feb 29, 2008
    Last Online
    Dec 30, 2024
    Posts
    1,098
    Threads
    69
    Reputation
    SourceOP Thread


        
    Steam: 76561197983696188 
    Steam join date: Jul 12, 2006
    Steam Level: 76
    Profile Status: Public



    Mind sharing how you fixed it? I also get the errors.

  4. #4
    Drunken F00l's Avatar



    Join Date
    Dec 11, 2004
    Last Online
    Jun 11, 2019
    Posts
    5,874
    Threads
    182
    Reputation
    SourceOP Thread


        
    Steam: 76561197968459473 
    Steam join date: Aug 23, 2004
    Steam Level: 56
    Profile Status: Public



    libmysql.so was missing from the manual install file. This has been fixed.

  5. #5
    EmpE's Avatar



    Join Date
    Dec 01, 2011
    Last Online
    Jan 06, 2012
    Posts
    3
    Threads
    1




    Quote Originally Posted by Drunken_F00l
    libmysql.so was missing from the manual install file. This has been fixed.

    Thank you Drunken_F00l