Dawgy Posted February 19, 2004 Share Posted February 19, 2004 Isn't there some sort of manual that tells you how to do it? Link to comment
Dawgy Posted February 19, 2004 Author Share Posted February 19, 2004 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 Link to comment
Dawgy Posted February 20, 2004 Author Share Posted February 20, 2004 Is anyong going to help? Link to comment
True Posted February 20, 2004 Share Posted February 20, 2004 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
[nC]Teaboy Posted February 20, 2004 Share Posted February 20, 2004 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? Link to comment
Dawgy Posted February 20, 2004 Author Share Posted February 20, 2004 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
Dawgy Posted February 21, 2004 Author Share Posted February 21, 2004 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
Recommended Posts