[Pound Mailing List] Pound 2.5 ( from source) Vs. Pound 2.4.3-1 (Debian binary)

2010-09-01 Thread mohit chawla
Hi, Compiling Pound-2.5 from source on Debian Lenny, and running Pound gives me: daemon.warn: Sep 2 10:02:06 pound: (b7aeeb90) connect_nb: error after getsockopt: Connection refused daemon.warn: Sep 2 10:02:06 pound: (b7aeeb90) backend 127.0.0.1:5080connect: Connection refused daemon.notice: Se

RE: [Pound Mailing List] pound errors libgcc_s.sl

2010-09-01 Thread Anne Moore
Hi Scott Yes, I can compile it. I'll go ahead and do that and won't tell anyone here what it took. ;) (Let's hope it works!) Thanks again Anne -Original Message- From: Scott Dudley [mailto:sc...@telesoft.com] Sent: Wednesday, September 01, 2010 1:36 PM To: pound@apsis.ch Subject: Re: [P

RE: [Pound Mailing List] pound errors libgcc_s.sl

2010-09-01 Thread Joe Gooch
Include /libtells 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

RE: [Pound Mailing List] pound errors libgcc_s.sl

2010-09-01 Thread Anne Moore
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:mrwiz

RE: [Pound Mailing List] pound errors libgcc_s.sl

2010-09-01 Thread Joe Gooch
This isn't really a pound problem, it's either a compilation problem with the RPM, or an interaction between pthread and libgcc. Which means other threaded programs might be affected depending on the scope of the problem. I'm sure they won't understand that either... But worth mentioning. :) J

Re: [Pound Mailing List] pound errors libgcc_s.sl

2010-09-01 Thread Scott Dudley
Anne, Assuming you have administrative privilege (root, sudo) and gcc, I would just compile from source. It's quick and painless and you won't have dependency issues as with a package built/targeted for another system or release. Are you familiar with compiling from source or do you have a

RE: [Pound Mailing List] pound errors libgcc_s.sl

2010-09-01 Thread Joe Gooch
http://rodoabad.joinpgn.com/2010/01/29/libgcc_s-so-1-must-be-installed-for-pthread_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 su

Re: [Pound Mailing List] pound errors libgcc_s.sl

2010-09-01 Thread Matti Aarnio
On 09/01/2010 07:26 PM, Anne Moore wrote: I do have the libgcc installed /lib/libgcc._s.so.1. This is kicking me in the butt... Thanks -Original Message Joe hit the nail on the head Anne. Sounds like you're missing the libgcc RPM. On my RHEL 4 box, it's libgcc-3.4.5-2. If you have yu

RE: [Pound Mailing List] pound errors libgcc_s.sl

2010-09-01 Thread Anne Moore
Emilio I really hate to do this, because it would just not be approved so quickly. It would put us back considerably and the managers may just take POUND off of the table (without understanding why). Thanks for your input! -Original Message- From: Emilio Campos [mailto:emilio.campos.mar.

RE: [Pound Mailing List] pound errors libgcc_s.sl

2010-09-01 Thread Anne Moore
I do have the libgcc installed /lib/libgcc._s.so.1. This is kicking me in the butt... Thanks -Original Message- From: Scott Dudley [mailto:sc...@telesoft.com] Sent: Wednesday, September 01, 2010 12:12 PM To: pound@apsis.ch Subject: Re: [Pound Mailing List] pound errors libgcc_s.sl Joe

RE: [Pound Mailing List] pound errors libgcc_s.sl

2010-09-01 Thread Anne Moore
>From RPM -Original Message- From: Scott Dudley [mailto:sc...@telesoft.com] Sent: Wednesday, September 01, 2010 11:52 AM To: pound@apsis.ch Subject: Re: [Pound Mailing List] pound errors libgcc_s.sl Anne, Was pound installed from RPM or compiled from source on the server? On 09/01/20

RE: [Pound Mailing List] pound errors libgcc_s.sl

2010-09-01 Thread Anne Moore
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:mrwiz...@k12system.com] Sent: Wednesday, September 01, 2010 11:48 AM To: pound@apsis.ch Subject: RE: [Pound Mailing List] pound errors l

RE: [Pound Mailing List] pound errors libgcc_s.sl

2010-09-01 Thread Anne Moore
Hi Dave I do have libgcc installed here: /lib/libgcc_s.so.1. It's version 4.1.2. I installed POUND using this RPM: pound-2.5-1.src.rpm Any ideas? Thanks again! Anne -Original Message- From: Dave Steinberg [mailto:d...@redterror.net] Sent: Wednesday, September 01, 2010 11:50 AM To: pou

Re: [Pound Mailing List] pound errors libgcc_s.sl

2010-09-01 Thread Scott Dudley
Joe hit the nail on the head Anne. Sounds like you're missing the libgcc RPM. On my RHEL 4 box, it's libgcc-3.4.5-2. If you have yum installed, you can install via the command: yum install libgcc. On 09/01/2010 08:30 AM, Anne Moore wrote: All, I'm getting desperate here. My managers are g

Re: [Pound Mailing List] pound errors libgcc_s.sl

2010-09-01 Thread Scott Dudley
Anne, Was pound installed from RPM or compiled from source on the server? On 09/01/2010 08:30 AM, Anne Moore wrote: 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 issu

RE: [Pound Mailing List] pound errors libgcc_s.sl

2010-09-01 Thread Joe Gooch
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 ja

Re: [Pound Mailing List] pound errors libgcc_s.sl

2010-09-01 Thread Dave Steinberg
Anne - have you got libgcc installed? If not, add rpmforge ( http://dag.wieers.com/rpm/FAQ.php#B2 ) and install libgcc via yum. Good luck, -- Dave Steinberg On 9/1/2010 11:30 AM, Anne Moore wrote: All, I'm getting desperate here. My managers are going to now remove POUND(!) from our productio

Re: [Pound Mailing List] pound errors libgcc_s.sl

2010-09-01 Thread Emilio Campos
Anne I think it is not a pound problem, red hat 4 is a old distro, kernel 2.4? can you try install pound in another distro? I think it is better than your managers are going to now remove rh4 than pound :P Are you compiling pound? try use another version I use 2.3 with rh5.1 in in production a

RE: [Pound Mailing List] pound errors libgcc_s.sl

2010-09-01 Thread Anne Moore
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 [m