We have been building RPM’s for our HAproxy since 1.4.x

Our next step is to build and test 1.6. I can possibly send you the SPEC file 
once we have it working in our environment, but understand, this is for our 
environment and you may have to make a few changes. I have provided a SPEC file 
to another company based on our 1.5 build and I believe they are still using it 
as I have provided it to them. I do try and stay as close to CentOS standards 
as possible.


> On 14 Feb 2016, at 21:56, Sean Decker <sean.a.dec...@gmail.com> wrote:
> 
> We use the openSuse Build service, https://build.opensuse.org/ 
> <https://build.opensuse.org/>, nice and simple.
> 
> On Thu, Feb 11, 2016 at 8:13 AM, Olivier Doucet <webmas...@ajeux.com 
> <mailto:webmas...@ajeux.com>> wrote:
> Hi,
> 
> 
> 2016-02-11 8:31 GMT+01:00 Baptiste <bed...@gmail.com 
> <mailto:bed...@gmail.com>>:
> On Thu, Feb 11, 2016 at 6:12 AM, Hemanth Abbina
> <heman...@eiqnetworks.com <mailto:heman...@eiqnetworks.com>> wrote:
> 
> > By default, ‘yum’ is installing with 1.5.2 version.
> >
> > We would like a way to run the HAProxy as service, as against the standalone
> > invocation.
> 
> Well, if I were about to create a service based on HAProxy, I would
> consider building the package myself!
> At least, you would know what your service relies on....
>  
> I personnally build it from source each time, with OpenSSL lib builtin : 
> OpenSSL is never up to date on generic distribution (only security patches), 
> so this is a good way to choose which openssl version I want to run with.
> 
> To achieve this, download openssl source and compile it with : 
> ./config --prefix=/tmp/staticlibssl no-shared && make && make install_sw
> 
> Then compile HAProxy with : 
> export STATICLIBSSL=/tmp/staticlibssl
> make USE_OPENSSL=1 USE_PCRE=1 USE_TFO=1 TARGET=linux2628 CPU=native 
> SSL_INC=$STATICLIBSSL/include SSL_LIB=$STATICLIBSSL/lib ADDLIB=-ldl
> 
> And use ./haproxy binary file generated this way.
> 
> 
> Olivier 
> 
> 
> 
> 
> -- 
> --- "The obscure we see eventually, the completely apparent takes longer" 
> ---- Edward R. Murrow


-- 


Trustpay Global Limited is an authorised Electronic Money Institution 
regulated by the Financial Conduct Authority registration number 900043. 
Company No 07427913 Registered in England and Wales with registered address 
130 Wood Street, London, EC2V 6DL, United Kingdom.

For further details please visit our website at www.trustpayglobal.com.

The information in this email and any attachments are confidential and 
remain the property of Trustpay Global Ltd unless agreed by contract. It is 
intended solely for the person to whom or the entity to which it is 
addressed. If you are not the intended recipient you may not use, disclose, 
copy, distribute, print or rely on the content of this email or its 
attachments. If this email has been received by you in error please advise 
the sender and delete the email from your system. Trustpay Global Ltd does 
not accept any liability for any personal view expressed in this message.

Reply via email to