Jump to content

Installing and running the server in Linux.


Dawgy

Recommended Posts

Posted

Well, I got it onto the server but...

root@alpha [/mtaserver]# ./MTAServer0.3

./MTAServer0.3: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory

Posted

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 :(

Posted

I have a RedHat 7.3 box that does not include libstdc++.so.5.

Even running...

up2date libstdc++

Does not help, so I'm using my windows box.

Can someone please recompile the source on an older distribution? :D

Posted
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.

Posted
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?

  • Recently Browsing   0 members

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