Code Monkey home page Code Monkey logo

Comments (4)

grasmanek94 avatar grasmanek94 commented on August 29, 2024

I know it's a tedious process because of libtbb.... but could you try recompiling the plugin on that particular VPS, please?

I think your VPS has a 64-bit based OS, SA-MP and all it's dependencies and plugins require x86 binaries/libraries, which is why you should install the i686 architecture of glibc/glibcxx onto your system.

Try
yum install glibc.i686

You could also try the steps mentioned in this serverfault post.

from gpb.

Abyss-z94 avatar Abyss-z94 commented on August 29, 2024

[root@static ~]# yum install glibc.i686
Loaded plugins: fastestmirror
base | 3.6 kB 00:00
epel/x86_64/metalink | 5.5 kB 00:00
epel | 4.3 kB 00:00
extras | 3.4 kB 00:00
mysql-connectors-community | 2.5 kB 00:00
mysql-tools-community | 2.5 kB 00:00
mysql56-community | 2.5 kB 00:00
updates | 3.4 kB 00:00
(1/3): epel/x86_64/updateinfo | 759 kB 00:00
(2/3): updates/7/x86_64/primary_db | 3.8 MB 00:00
(3/3): epel/x86_64/primary_db | 4.6 MB 00:01
Loading mirror speeds from cached hostfile

  • base: mirrors.nhanhoa.com
  • epel: mirrors.digipower.vn
  • extras: mirrors.nhanhoa.com
  • updates: mirrors.nhanhoa.com
    Package glibc-2.17-157.el7_3.1.i686 already installed and latest version
    Nothing to do
    [root@static ~]#

That glibc.i686 has been installed on my vps already.

from gpb.

Abyss-z94 avatar Abyss-z94 commented on August 29, 2024

How to recompiling plugins mate? I have no idea about this.

from gpb.

grasmanek94 avatar grasmanek94 commented on August 29, 2024

after you setup the development utilities / GNU Compiler Collection and libraries on your linux distribution (According to the documentation of your linux distribution, for example: on debian this is build-essential), cd to the source directory and type make RouteConnectorPlugin. There should be no errors and no warnings. After that the binary will exist in the top-level folder.

Make sure that you install the x86 tools / libraries too. On debian x64 the extra needed packages for x86 development (and C and C++ runtime) are libc6-dev-i386 gcc-multilib g++-multilib (please find the equivalent packages for your OS)

Make sure that you have the x86 libtbb2 runtime installed too, on debian x64 this is the package libtbb2:i386

On a x86 OS you can omit the last two steps and instead just make sure your OS has the libtbb2 runtime available by installing the equivalent (to debian x86) libtbb2 package.

I have confirmed and tested (sa-mp 0.3.7 server) all the above information on a clean Debian 8.7 x64 install.

from gpb.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.