To all, The below is what fixed the issue for me. Putting in the /lib in the ld.*conf file, did the trick!
Thanks, Joe! And to everyone else that helped as well. Anne -----Original Message----- From: Joe Gooch [mailto:[email protected]] Sent: Wednesday, September 01, 2010 1:56 PM To: [email protected] Subject: RE: [Pound Mailing List] pound errors libgcc_s.sl Include /lib tells it to load a config file named "lib" and include all the lines in the file. You just want a line with: /lib And nothing else. However, I second Scott's advice... a clean compile may resolve all these issues for you. Joseph Gooch Sapphire Suite Product Manager K12 Systems, Inc. (866) 366-9540 Confidentiality Notice: This e-mail transmission may contain confidential and legally privileged information that is intended only for the individual named in the e-mail address. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or reliance upon the contents of this e-mail message is strictly prohibited. If you have received this e-mail transmission in error, please reply to the sender, so that proper delivery can be arranged, and please delete the message from your mail box. > -----Original Message----- > From: Anne Moore [mailto:[email protected]] > Sent: Wednesday, September 01, 2010 1:46 PM > To: [email protected] > Subject: RE: [Pound Mailing List] pound errors libgcc_s.sl > > Hi Joe, > > I saw that article too. Do you know if you just input "include /lib" on > a > separate line inside the ld.so.conf file? And then run ldconfig? If so, > I > already tried that with no luck. But perhaps I didn't do it correctly. > > Thanks > > Anne > > -----Original Message----- > From: Joe Gooch [mailto:[email protected]] > Sent: Wednesday, September 01, 2010 1:30 PM > To: [email protected] > Subject: RE: [Pound Mailing List] pound errors libgcc_s.sl > > http://rodoabad.joinpgn.com/2010/01/29/libgcc_s-so-1-must-be-installed- > for-p > thread_cancel-to-work-error/ > https://bugs.launchpad.net/ubuntu/+source/pound/+bug/40285 > > > Synopsys: > 1) If running 64bit, install the 32bit library too > 2) Perhaps the RPM spec should be modified to include -lgcc_s > 3) Make sure /lib is in ld.so.conf (or ld.so.conf.d/somefile) and run > ldconfig > > Joe > > > -----Original Message----- > > From: Anne Moore [mailto:[email protected]] > > Sent: Wednesday, September 01, 2010 12:30 PM > > To: [email protected] > > Subject: RE: [Pound Mailing List] pound errors libgcc_s.sl > > > > I do have the pound-2.5-1.src.rpm installed as well as libgcc, here: > > /lib/libgcc_s.so.1 > > > > Thanks for the input! > > -----Original Message----- > > From: Joe Gooch [mailto:[email protected]] > > Sent: Wednesday, September 01, 2010 11:48 AM > > To: [email protected] > > Subject: RE: [Pound Mailing List] pound errors libgcc_s.sl > > > > If you are using a root jail, disable it. > > Check the /lib and /usr/lib folders for libgcc_s*.so*.... In my > > mandriva OS > > it's in rpm libgcc1. In centos it's in rpm libgcc. > > Install the appropriate rpm and verify the library is present, then > > restart > > pound. > > > > If this works, and you were using a root jail, you need to ensure the > > libgcc_s*so* file is available inside the jail to reenable it > > successfully. > > > > Joe > > > > > -----Original Message----- > > > From: Anne Moore [mailto:[email protected]] > > > Sent: Wednesday, September 01, 2010 11:31 AM > > > To: [email protected] > > > Subject: RE: [Pound Mailing List] pound errors libgcc_s.sl > > > > > > All, > > > I'm getting desperate here. My managers are going to now remove > > > POUND(!) > > > from our production environment, and replace it with something > else, > > > unless > > > I can resolve this issue, quickly. > > > > > > Anyone out there can help with this Pound issue? > > > > > > Thank you! > > > > > > -----Original Message----- > > > From: Anne Moore [mailto:[email protected]] > > > Sent: Tuesday, August 31, 2010 12:40 PM > > > To: [email protected] > > > Subject: [Pound Mailing List] pound errors libgcc_s.sl > > > > > > Hi All > > > > > > > > > > > > My POUND server was working graet. However, now I'm getting a "page > > > cannot > > > be displayed". The error message in the log reads "libgcc_s.so.1 > must > > > be > > > installed for pthread_cancel to work" > > > > > > > > > > > > I'm running Red Hat Enterprise 4. > > > > > > > > > > > > Any of you know how to resolve this issue? > > > > > > > > > > > > Thank you! > > > > > > > > > > > > Anne Moore > > > > > > Data Solutions, Inc. > > > > > > > > > > > > -- > > > To unsubscribe send an email with subject unsubscribe to > > > [email protected]. > > > Please contact [email protected] for questions. > > > > > > > > > -- > > > To unsubscribe send an email with subject unsubscribe to > > > [email protected]. > > > Please contact [email protected] for questions. > > > > -- > > To unsubscribe send an email with subject unsubscribe to > > [email protected]. > > Please contact [email protected] for questions. > > > > > > -- > > To unsubscribe send an email with subject unsubscribe to > > [email protected]. > > Please contact [email protected] for questions. > > -- > To unsubscribe send an email with subject unsubscribe to > [email protected]. > Please contact [email protected] for questions. > > > -- > To unsubscribe send an email with subject unsubscribe to > [email protected]. > Please contact [email protected] for questions. -- To unsubscribe send an email with subject unsubscribe to [email protected]. Please contact [email protected] for questions. -- To unsubscribe send an email with subject unsubscribe to [email protected]. Please contact [email protected] for questions.
