Re: Error While deviceatlas compile/make from source

2023-09-18 Thread David CARLIER
Hi, Since you build the DeviceAtlas library from cmake prior, the following steps are more appropriate : 1/ Inside the deviceatlas-enterprise-c-3.2 folder cmake . -DCMAKE_INSTALL_PREFIX=/opt/deviceatlas-enterprise-c-3.2 -DCMAKE_C_FLAGS="-std=gnu99" make make install 2/ Inside the haproxy-2.8.3

Re: Error While deviceatlas compile/make from source

2023-09-18 Thread Mahendra Patil
Thanks for yours prompt reply about deviceatlas-enterprise-c-3.2 error while make after yours suggestion deviceatlas-enterprise-c-3.2 *make *works fine But while using with haproxy-2.8.3 version gives following error [root@govinda opt]# cd haproxy-2.8.3 [root@govinda haproxy-2.8.3]# make

Re: Error While deviceatlas compile/make from source

2023-09-18 Thread David CARLIER
Hi and thanks for your report. Would the following works for you (recommended to work a fresh extracted directory) ? `cmake . -DCMAKE_INSTALL_PREFIX=/opt/deviceatlas-enterprise-c-3.2 -DCMAKE_C_FLAGS="-std=gnu99"` On Mon, 18 Sept 2023 at 18:45, Amol Arote wrote: > Dear Team, > > We are trying

Error While deviceatlas compile/make from source

2023-09-18 Thread Amol Arote
Dear Team, We are trying to upgrade/install deviceatlas-enterprise-c-3.2 , but while compiling deviceatlas its showing some error. Below are the steps which we performed and occured error for the same. *Device Atlas Version :* deviceatlas-enterprise-c-3.2 [root@govinda opt]# cd

Home Care Owners Contacts.

2023-09-18 Thread Jackie Wilkins
Hello, Hope you are doing well. Keeping the upcoming recession in mind do you wish to ramp up your sales & marketing initiatives with our verified *Home Care Owners Contacts.* *Note: we can customize the lists for any specific requirement based on your criteria.* Please help us with

[PATCH] Added support for Arrays in sample_conv_json_query in sample.c

2023-09-18 Thread Jens Popp
Method now returns the content of Json Arrays, if it is specified in Json Path as String. The start and end character is a square bracket. Any complex object in the array is returned as Json, so that you might get Arrays of Array or objects. Only recommended for Arrays of simple types (e.g.,

Re: mux-h2: Backend stream is not fully closed if frontend keeps stream open

2023-09-18 Thread Christopher Faulet
Le 16/09/2023 à 16:00, Valters Jansons a écrit : On Thu, Sep 14, 2023 at 12:35 PM Christopher Faulet wrote: After a discussion with Willy, we've hopefully found a way to fix the issue by delaying detection of the server abort on the request processing side when there is a response to forward