Re: Error While deviceatlas compile/make from source

2023-10-04 Thread David CARLIER
Sorry for the inconvenience, there was indeed an essential missing component to be fully workable. It had been now fixed, from the same URL as before. Kindest regards. On Wed, 4 Oct 2023 at 00:08, Mahendra Patil wrote: > > Downloaded all latest and tried but still error > > [root@govinda opt]#

Re: Error While deviceatlas compile/make from source

2023-10-03 Thread Mahendra Patil
Downloaded all latest and tried but still error [root@govinda opt]# /opt/haproxy-ssl/sbin/haproxy -f /opt/haproxy-ssl/conf/haproxy.cfg [NOTICE] (28500) : haproxy version is 2.8.3-86e043a [NOTICE] (28500) : path to executable is /opt/haproxy-ssl/sbin/haproxy *[ALERT](28500) : config : devi

Re: Error While deviceatlas compile/make from source

2023-09-29 Thread David CARLIER
Hi Mahendra, sorry for late reply but you cam download a JSON from this page https://deviceatlas.com/deviceatlas-haproxy-module now they are compatible with the V3 api. Kind regards. On Wed, 20 Sept 2023 at 23:50, Mahendra Patil wrote: > *After installation haproxy not able to start , show bel

Re: Error While deviceatlas compile/make from source

2023-09-21 Thread David CARLIER
Sorry I forgot the link https://deviceatlas.com/deviceatlas-haproxy-module. On Thu, 21 Sept 2023 at 17:10, David CARLIER wrote: > So the 20230802_compact.json only works with v2 versions, even from the > page here it is still the case. > Your inquiry had been acknowledged by the dev team but I c

Re: Error While deviceatlas compile/make from source

2023-09-21 Thread David CARLIER
So the 20230802_compact.json only works with v2 versions, even from the page here it is still the case. Your inquiry had been acknowledged by the dev team but I can't say exactly when the new v3 version will be available. But we ll keep you posted. Kindest regards. On Wed, 20 Sept 2023 at 23:50,

Re: Error While deviceatlas compile/make from source

2023-09-20 Thread Mahendra Patil
*After installation haproxy not able to start , show below error* [root@govinda opt]# /opt/haproxy-ssl/sbin/haproxy -f /opt/haproxy-ssl/conf/haproxy.cfg [NOTICE] (42915) : haproxy version is 2.8.3-86e043a [NOTICE] (42915) : path to executable is /opt/haproxy-ssl/sbin/haproxy [ALERT](42915)

Re: Error While deviceatlas compile/make from source

2023-09-19 Thread David CARLIER
We are almost there, now remains the linkage part to pass. In your /opt/deviceatlas-enterprise-c-3.2 folder, there should be a `include` and a `lib` or a `lib64` folder So for the last command, what needs to be done instead is one of the following (no need to repeat step 1) : make TARGET=linux-gli

Re: Error While deviceatlas compile/make from source

2023-09-19 Thread Mahendra Patil
1) cd /opt/deviceatlas-enterprise-c-3.2 cmake . -DCMAKE_INSTALL_PREFIX=/opt/deviceatlas-enterprise-c-3.2 -DCMAKE_C_FLAGS="-std=gnu99" make make install 2) cd haproxy-2.8.3 make TARGET=linux-glibc USE_PCRE=1 USE_OPENSSL=1 USE_ZLIB=1 USE_DEVICEATLAS=1 DEVICEATLAS_INC=/opt/deviceatlas-enterprise-c-3.

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 fo

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 TARGET=

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 /opt/deviceatlas-