Re: [PROPOSAL] End of Life of RHEL4 (CentOS4 etc.) support

2013-03-06 Thread Daniel Gruno
On 03/07/2013 03:31 AM, Leif Hedstrom wrote: > On 3/4/13 11:15 PM, James Peach wrote: >> On 28/02/2013, at 3:49 PM, Leif Hedstrom wrote: >> >> >>> We still will support RHEL5 and later, which implies the lowest gcc >>> version we need to support is gcc v4.1.2. RHEL5 kernel is v2.6.18, >>> which is

Re: [PROPOSAL] End of Life of RHEL4 (CentOS4 etc.) support

2013-03-06 Thread Leif Hedstrom
On 3/4/13 11:15 PM, James Peach wrote: On 28/02/2013, at 3:49 PM, Leif Hedstrom wrote: We still will support RHEL5 and later, which implies the lowest gcc version we need to support is gcc v4.1.2. RHEL5 kernel is v2.6.18, which is the older kernel I propose we support. It's obviously OK to

[Reminder] Add yourself to our Users page

2013-03-06 Thread Leif Hedstrom
Hi all, if you are an ATS user, and willing to share with the world that you do use our software for your site(s), please ask to be added to http://trafficserver.apache.org/users.html Make sure your legal department is ok with sharing this before requesting to be added. -- Leif

building noinst DSO with automake

2013-03-06 Thread James Peach
Hi all, I want to always build the example plugins, but not install them. Using pkglib_LTLIBRARIES buildss the right thing but always installs them. noinst_LTLIBRARIES only builds libtool convienience libraries, but I want it to build a proper DSO. Does anyone know how to get automake to build