Re: HAProxy for Centos 7

2017-04-26 Thread Ciprian Dorin Craciun
On Tue, Apr 25, 2017 at 6:39 PM, Manojkumar Gupta
 wrote:
> Please can you share the binary compiled copy of HAProxy for Centos 7, v1.6
> or above.
>
> I don’t have root access and when using generic platform there are multiple
> packages that I need as dependency and without root its hard to get it
> compiled from source.




I have v1.6.11 compiled for CentOS 7 (64 bit) available at the link bellow:

  
http://download.opensuse.org/repositories/home:/cipriancraciun:/centos-7-extras/CentOS_7/x86_64/haproxy-1.6.11-5.2.x86_64.rpm


It was built by using OpenSUSE's build platform (available also for
CentOS) and the builds details are found bellow:

  
https://build.opensuse.org/package/show?project=home%3Acipriancraciun%3Acentos-7-extras&package=haproxy


The package is built based on HAProxy's "vanilla" sources (i.e.
original sources), with a simple patch which was backported from 1.7.

But as Andrew observed, without root access, you won't be able to run
it as a service.  Moreover you'll have to extract the RPM manually.


Alternatively if this fails, you could also try download a version of
HAProxy I've extracted from Ubuntu's packages, available at this link:

  https://data.volution.ro/ciprian/a00ddf65afc4fac2069121305c6401b6/

You'll need `haproxy.elf-...` and `liblua5.3.so-...`, which you'll
have to rename without that suffix (which denotes their sources), and
when you run haproxy you'll have to also configure `LD_LIBRARY_PATH`
to the folder where you've placed `liblua5.3.so`.

(It is quite possible that you'll need to do a similar trick with the
CentOS variant also.)

Hope this helps,
Ciprian.



Re: HAProxy for Centos 7

2017-04-25 Thread Andrew Smalley
Hello  Manojkumar

I see you have requested haproxy 1.6 for CentOS 7 as you dont have root
access.

It is possible to configure and build in your own home directory, however
without root access you will not be able to start it as a non privileged
user and use ports below 1024 as this requires root access.

You could of-course spin up a VM on your desktop and compile manually or
using the below RPMSPEC file

https://github.com/ITV/rpm-haproxy

But sadly yet again you will not be able to install or start the service as
root without access.



Regards

Andrew Smalley

Loadbalancer.org Ltd.



On 25 April 2017 at 16:39, Manojkumar Gupta  wrote:

> Hello,
>
>
>
> Please can you share the binary compiled copy of HAProxy for Centos 7,
> v1.6 or above.
>
>
>
> I don’t have root access and when using generic platform there are
> multiple packages that I need as dependency and without root its hard to
> get it compiled from source.
>
>
>
> I appreciate your help in advance. I need DNS resolvers to be configured.
>
>
>
> Regards,
>
> Manoj.
>
>
>
>
> DISCLAIMER: The information transmitted is intended only for the person or
> entity to which it is addressed and may contain confidential and/or
> privileged material. Any review, re-transmission, dissemination or other
> use of, or taking of any action in reliance upon this information by
> persons or entities other than the intended recipient is prohibited except
> as set forth below. If you received this in error, please contact the
> sender and destroy any copies of this document and any attachments. Email
> sent or received by LendingClub Corporation, its subsidiaries and
> affiliates is subject to archival, monitoring and/or review by and/or
> disclosure to someone other than the recipient.
>


HAProxy for Centos 7

2017-04-25 Thread Manojkumar Gupta
Hello,

Please can you share the binary compiled copy of HAProxy for Centos 7, v1.6 or 
above.

I don’t have root access and when using generic platform there are multiple 
packages that I need as dependency and without root its hard to get it compiled 
from source.

I appreciate your help in advance. I need DNS resolvers to be configured.

Regards,
Manoj.



DISCLAIMER: The information transmitted is intended only for the person or 
entity to which it is addressed and may contain confidential and/or privileged 
material. Any review, re-transmission, dissemination or other use of, or taking 
of any action in reliance upon this information by persons or entities other 
than the intended recipient is prohibited except as set forth below. If you 
received this in error, please contact the sender and destroy any copies of 
this document and any attachments. Email sent or received by LendingClub 
Corporation, its subsidiaries and affiliates is subject to archival, monitoring 
and/or review by and/or disclosure to someone other than the recipient.