Dawgy Posted February 19, 2004 Posted February 19, 2004 Isn't there some sort of manual that tells you how to do it?
Dawgy Posted February 19, 2004 Author 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
True Posted February 20, 2004 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 ...to all those who have doubted me...come see me now... Asus A7N8X Deluxe r2.00 / UBER 1007 BIOS Modified AthlonXP 2100+ (1.73ghz) @ 200x11.5 (2.30ghz, ~3000-3200+) 1.85vcore (48c/load diode), SLK-800w/TTSFII 512mb PC3200 DualChannel 11-3-3-2, 2.7vdimm GFFX5200128bit128MB (295/432) 52x32x52CDRW, 160gb Hitachi 7K250 8mb WinXP / Gentoo Dell Inspiron 8000 in good shape, Compaq Presario 1200 12XL500 rigged to all hell 8000: DVD, CDRW, 384mb, 5400rpm 60gb 16mb cache, 1400x1050 15" 1200: CD, 192mb, 20gb, 1024x768 14" At least 6 hours battery time with both Dell C Bays ;], 175w DC to AC car inverter MSI CB54G Cardbus 802.11g, Dell Truemobile 1150 Orinoco Gold 802.11b, modded Tripmate GPS (always on/external power) Custom Spaghettios 26oz Waveguide Directional Tin Can Antenna Don't forget to chalk..
[nC]Teaboy Posted February 20, 2004 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? http://www.ncclan.co.uk
Dawgy Posted February 20, 2004 Author 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.
Dawgy Posted February 21, 2004 Author 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?
Recommended Posts