Results 1 to 4 of 4

Thread: Install SourceOP on Debian 64 bit Squeeze

  1. #1
    leabut's Avatar



    Join Date
    Aug 22, 2011
    Last Online
    Jan 24, 2015
    Posts
    4
    Threads
    1



    Install SourceOP on Debian 64 bit Squeeze


    Hello Community,

    I am not able to install sourceop at my machine.
    ldd sourceop.so gives me
    Code:
    root:~# ldd sourceop.so
    
    linux-gate.so.1 =>  (0xf7706000)
    libm.so.6 => /lib32/libm.so.6 (0xf73bb000)
    libdl.so.2 => /lib32/libdl.so.2 (0xf73b7000)
    libssl.so.6 => not found
    libtier0.so => not found
    libvstdlib.so => not found
    libc.so.6 => /lib32/libc.so.6 (0xf725c000)
    /lib/ld-linux.so.2 (0xf7707000)
    If I try to load souceop via metamod it says, (i am using Metamod:Source 1.8.7)
    Code:
    meta list
    No plugins loaded.
    plugin_print
    Loaded plugins:
    ---------------------
    0:      "Metamod:Source 1.8.7"
    ---------------------
    meta load addons/sourceop/bin/sourceop.so
    Failed to load plugin addons/sourceop/bin/sourceop.so (libssl.so.6: cannot open shared object file: No such file or directory).
    I have installed, apt-get install ia32-libs; libssl-dev; openssl; ssh and openssh-server, and maybe more but I have forgotten their names.

    But in /lib32/ I have only libssl.so.0.9.8 and at /usr/lib/ i have a libssl.a .

    What do I have to do?

    Greets
    Leabut

    PS:
    libtier0.so and libvstdlib.so are at /scrds/bin/

  2. #2
    leabut's Avatar



    Join Date
    Aug 22, 2011
    Last Online
    Jan 24, 2015
    Posts
    4
    Threads
    1




    Push, need help please

  3. #3
    leabut's Avatar



    Join Date
    Aug 22, 2011
    Last Online
    Jan 24, 2015
    Posts
    4
    Threads
    1




    Push?

  4. #4
    leabut's Avatar



    Join Date
    Aug 22, 2011
    Last Online
    Jan 24, 2015
    Posts
    4
    Threads
    1




    Ok, I have fixed it by myself , but more luck than knowledge.

    I have used some .so files out of, /lib/ ; /lib32/ ; /lib64/ and /usr/lib ; usr/lib32 and usr/lib64 . I have used all files called libss*.so .
    One of those were called libssh2.so.1.0.1; libssl3.so.1d etc.

    Then I have renamed those files and testet each of them, it was more than 12 .so Files or something. Than I renamed them to libssl.so.6 like requested by ldd sourceop.so and by loading via metamod.
    By the way you have to copy your renamed .so Files to /usr/lib32/ .

    After testing those it worked with one of them, but I have no more idea which of them it was. But I think it was a .so File out of the /usr/lib32 section.

    Greets
    Leabut