|
/
Zope
/
Apsis
/
Pound Mailing List
/
Archive
/
2007
/
2007-03
/
pound with PCRE package and the tcmalloc (or Hoard) library
[
RE: [Pound Mailing List] Vhosts with SSL / ... ]
[
Segfault on load in Pound 2.2.6 under OpenBSD / ... ]
pound with PCRE package and the tcmalloc (or Hoard) library
aT <pakistan(at)gmail.com> |
2007-03-05 12:51:09 |
[ SNIP ]
|
I am going to install Pound 2.2 on Redhat Linux Enterprise 4 .
I read on the site :
" The PCRE package and the tcmalloc (or Hoard) library are strongly
recommended "
Can anyone please direct me to any guide or explain how to compile pound
with these libraries ?
Thanks
--
Syed Atif Ali
D. +971 4 3911914
F. +971 4 3911915
___________________________________________
"The Linux philosophy is to laugh in face of danger.
Oops. Wrong one. 'Do it yourself' That's it" -- Linus Torvalds
|
|
|
Re: [Pound Mailing List] pound with PCRE package and the tcmalloc (or Hoard) library
Robert Segall <roseg(at)apsis.ch> |
2007-03-05 19:15:58 |
[ SNIP ]
|
On Mon, 2007-03-05 at 15:51 +0400, aT wrote:
> I am going to install Pound 2.2 on Redhat Linux Enterprise 4 .
>
>
> I read on the site :
>
> " The PCRE package and the tcmalloc (or Hoard) library are strongly
> recommended "
>
> Can anyone please direct me to any guide or explain how to compile pound
> with these libraries ?
Just make sure the packages are installed on your system - the configure
script will create the right Makefile for you.
--
Robert Segall
Apsis GmbH
Postfach, Uetikon am See, CH-8707
Tel: +41-44-920 4904
|
|
|
Re: [Pound Mailing List] pound with PCRE package and the tcmalloc (or Hoard) library
Albert <pound(at)alacra.com> |
2007-03-05 19:25:54 |
[ SNIP ]
|
Robert Segall wrote:
> On Mon, 2007-03-05 at 15:51 +0400, aT wrote:
>
>> I am going to install Pound 2.2 on Redhat Linux Enterprise 4 .
>>
>>
>> I read on the site :
>>
>> " The PCRE package and the tcmalloc (or Hoard) library are strongly
>> recommended "
>>
>> Can anyone please direct me to any guide or explain how to compile pound
>> with these libraries ?
>>
>
> Just make sure the packages are installed on your system - the configure
> script will create the right Makefile for you.
>
Robert, I think he's asking where we these packages can be downloaded
from. I'm curios as well :)
|
|
|
|
|
Re: [Pound Mailing List] pound with PCRE package and the tcmalloc (or Hoard) library
Robert Segall <roseg(at)apsis.ch> |
2007-03-05 19:40:07 |
[ SNIP ]
|
On Mon, 2007-03-05 at 13:25 -0500, Albert wrote:
>
> Robert Segall wrote:
> > On Mon, 2007-03-05 at 15:51 +0400, aT wrote:
> >
> >> I am going to install Pound 2.2 on Redhat Linux Enterprise 4 .
> >>
> >>
> >> I read on the site :
> >>
> >> " The PCRE package and the tcmalloc (or Hoard) library are strongly
> >> recommended "
> >>
> >> Can anyone please direct me to any guide or explain how to compile pound
> >> with these libraries ?
> >>
> >
> > Just make sure the packages are installed on your system - the configure
> > script will create the right Makefile for you.
> >
> Robert, I think he's asking where we these packages can be downloaded
> from. I'm curios as well :)
On quite a few distributions they are just standard packages - RPM, deb,
tgz or what have you. I suspect PCRE is more common than tcmalloc (aka
Google performance tools), but both are readily available.
Should worse come to worst you can always compile and install them
yourself - it's certainly worth the trouble: you'll see serious
performance improvements, probably on the order of 50-100%.
--
Robert Segall
Apsis GmbH
Postfach, Uetikon am See, CH-8707
Tel: +41-44-920 4904
|
|
|
Re: [Pound Mailing List] pound with PCRE package and the tcmalloc (or Hoard) library
Rob Moore <rmoore(at)espsg.com> |
2007-03-06 17:07:38 |
[ SNIP ]
|
I've compiled pound on RHEL 4 using the source rpm provided by Simon
(http://www.invoca.ch/pub/packages/pound/).
A rpm for google-perftools-devel is available at:
http://code.google.com/p/google-perftools/
pcre-devel is available using up2date (that is, it is a Red Hat
supported package).
HTH,
Rob
On Mon, 2007-03-05 at 13:25 -0500, Albert wrote:
>
> Robert Segall wrote:
> > On Mon, 2007-03-05 at 15:51 +0400, aT wrote:
> >
> >> I am going to install Pound 2.2 on Redhat Linux Enterprise 4 .
> >>
> >>
> >> I read on the site :
> >>
> >> " The PCRE package and the tcmalloc (or Hoard) library are strongly
> >> recommended "
> >>
> >> Can anyone please direct me to any guide or explain how to compile pound
> >> with these libraries ?
> >>
> >
> > Just make sure the packages are installed on your system - the configure
> > script will create the right Makefile for you.
> >
> Robert, I think he's asking where we these packages can be downloaded
> from. I'm curios as well :)
>
>
|
|
|
Re: [Pound Mailing List] pound with PCRE package and the tcmalloc (or Hoard) library
"Simon Matter" <simon.matter(at)invoca.ch> |
2007-03-06 21:10:20 |
[ SNIP ]
|
> I've compiled pound on RHEL 4 using the source rpm provided by Simon
> (http://www.invoca.ch/pub/packages/pound/).
I've just released an updated pound rpm which now defaults to use
google-perftools. My google-perftools which builds on every RedHat/Fedora
distribution starting from RedHat 7.2 to FC-6 can be found here:
http://www.invoca.ch/pub/packages/google-perftools/
Regards,
Simon
>
> A rpm for google-perftools-devel is available at:
> http://code.google.com/p/google-perftools/
>
> pcre-devel is available using up2date (that is, it is a Red Hat
> supported package).
>
> HTH,
>
> Rob
>
> On Mon, 2007-03-05 at 13:25 -0500, Albert wrote:
>>
>> Robert Segall wrote:
>> > On Mon, 2007-03-05 at 15:51 +0400, aT wrote:
>> >
>> >> I am going to install Pound 2.2 on Redhat Linux Enterprise 4 .
>> >>
>> >>
>> >> I read on the site :
>> >>
>> >> " The PCRE package and the tcmalloc (or Hoard) library are strongly
>> >> recommended "
>> >>
>> >> Can anyone please direct me to any guide or explain how to compile
>> pound
>> >> with these libraries ?
>> >>
>> >
>> > Just make sure the packages are installed on your system - the
>> configure
>> > script will create the right Makefile for you.
>> >
>> Robert, I think he's asking where we these packages can be downloaded
>> from. I'm curios as well :)
>>
>>
>
>
> --
> To unsubscribe send an email with subject 'unsubscribe' to pound(at)apsis.ch.
> Please contact roseg(at)apsis.ch for questions.
>
http://www.apsis.ch/pound/pound_list/archive/2007/2007-03/1173095469000/1173197258000
>
|
|
|
|