Jump to content

Installing and running the server in Linux.


Dawgy

Recommended Posts

ldd -v MTAServer0.3

...from what I read before it is due to compliation under redhat... I am assuming you're not using that crap?

You should have libstdc++, make sure it is in your path, or

find /usr/ -name 'libstdc++.so.5'

and copy it to where it belongs, probably /usr/lib/gcc-lib/your_cname/gcc_ver/libstdc++.so.5. Recompile gcc if you really dont have it :(

Link to comment
ldd -v MTAServer0.3

...from what I read before it is due to compliation under redhat... I am assuming you're not using that crap?

You should have libstdc++, make sure it is in your path, or

find /usr/ -name 'libstdc++.so.5'

and copy it to where it belongs, probably /usr/lib/gcc-lib/your_cname/gcc_ver/libstdc++.so.5. Recompile gcc if you really dont have it :(

It's using Redhat 7.3. I'm trying to talk the main admin into upgrading to Redhat 9 or Fedora.

Link to comment
ldd -v MTAServer0.3

...from what I read before it is due to compliation under redhat... I am assuming you're not using that crap?

You should have libstdc++, make sure it is in your path, or

find /usr/ -name 'libstdc++.so.5'

and copy it to where it belongs, probably /usr/lib/gcc-lib/your_cname/gcc_ver/libstdc++.so.5. Recompile gcc if you really dont have it :(

What do you mean by your_cname?

Link to comment
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...