Asspalmer Posted January 1, 2004 Share Posted January 1, 2004 Anyone have this working on Red Hat 9? I get this ./MTAServer0.3: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory That is a GCC 3.0+ library, RH 9 only has GCC 2.96. I'm certainly not upgrading GCC just for MTA. Is there a way around this? Link to comment
ijsf Posted January 2, 2004 Share Posted January 2, 2004 That means RedHat has old library's which aren't compatible with the MTA Server. It's hard to manually update these library's, but you can try it. I personally don't like RedHat because of things like this.. Link to comment
Nutz Posted January 2, 2004 Share Posted January 2, 2004 Anyone have this working on Red Hat 9?I get this ./MTAServer0.3: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory That is a GCC 3.0+ library, RH 9 only has GCC 2.96. I'm certainly not upgrading GCC just for MTA. Is there a way around this? Installing gcc 3.x will indeed fix this problem. gcc 3.x is a much better compiler than 2.96 anyway. MTA is doing you a huge favor if they get you to upgrade from 2.96. Link to comment
Nutz Posted January 2, 2004 Share Posted January 2, 2004 Anyone have this working on Red Hat 9?I get this ./MTAServer0.3: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory That is a GCC 3.0+ library, RH 9 only has GCC 2.96. I'm certainly not upgrading GCC just for MTA. Is there a way around this? Or you could try the libraries from here: http://kl.net/mta Link to comment
Slothman Posted January 2, 2004 Share Posted January 2, 2004 coulda used that link earlier...spent half an hour searching for the damn thing. maybe mta could host the libraries in their downloads section? Link to comment
Asspalmer Posted January 2, 2004 Author Share Posted January 2, 2004 Or you could try the libraries from here: http://kl.net/mta Thanks man! Yes that totally worked, just d/led the libraries, and boom, started up just fine. Could have used those links before I wasted 5 hours trying to (unsuccessfully) upgrade gcc, but whatever I am happy now! Thank you again! Link to comment
SeBsZ Posted January 2, 2004 Share Posted January 2, 2004 I'm using Mandrake9.2, not a single problem at all. Only sometimes when i shut the server down, and start it shortly after it tells me it couldn't bind to socket... If i wait a while and kill some processes, it works. nice job :> SeBsZ Link to comment
Hermy Posted January 2, 2004 Share Posted January 2, 2004 (edited) Anyone have this working on Red Hat 9?I get this ./MTAServer0.3: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory That is a GCC 3.0+ library, RH 9 only has GCC 2.96. I'm certainly not upgrading GCC just for MTA. Is there a way around this? Or you could try the libraries from here: http://kl.net/mta Does this work voor debian also? I have got the same problem http://forum.mtavc.com/viewtopic.php?t=5915 If so.. In wich folder do i have to put them in UPDATE WOOHOO i putted the libstdc++.so.5 in /usr/lib/ and libgcc_s.so.1 in /lib/ and now it works also on debian 2.4 stable Edited January 9, 2004 by Guest Link to comment
b0b0 Posted January 2, 2004 Share Posted January 2, 2004 Too bad you can't emerge the problem away Gentoo pwns you all Link to comment
Recommended Posts