Re: [Dnsmasq-discuss] Dnsmasq version is displayed as "UNKNOWN" on complied version

2020-01-31 Thread Geert Stappers
On Fri, Jan 31, 2020 at 10:33:46PM +, Simon Kelley wrote: > On 31/01/2020 12:34, Abhishek Patti wrote: > > > > I have complied dnsmasq from source using following dockerfile > > > > "  > > FROM ubuntu:bionic > > MAINTAINER "Abhishek Patti mailto:abpa...@cisco.com>>" > > > > RUN apt-get

Re: [Dnsmasq-discuss] Dnsmasq version is displayed as "UNKNOWN" on complied version

2020-01-31 Thread Simon Kelley
On 31/01/2020 12:34, Abhishek Patti wrote: > Hi > > We needed dnsmasq to have capability of SRV caching, so I have complied > dnsmasq from source using following dockerfile > > "  > FROM ubuntu:bionic > MAINTAINER "Abhishek Patti mailto:abpa...@cisco.com>>" > > RUN apt-get update && apt-get

Re: [Dnsmasq-discuss] Dnsmasq version is displayed as "UNKNOWN" on complied version

2020-01-31 Thread Geert Stappers
On Fri, Jan 31, 2020 at 02:26:08PM +0100, ESR Fanboy wrote: > On Fri, Jan 31, 2020 at 04:34:23AM -0800, Abhishek Patti wrote: > > Hi > > > > We needed dnsmasq to have capability of SRV caching, > > OK > > > > so I have complied dnsmasq from source >... terse build instructions ... > >

Re: [Dnsmasq-discuss] Dnsmasq version is displayed as "UNKNOWN" on complied version

2020-01-31 Thread ESR Fanboy
On Fri, Jan 31, 2020 at 04:34:23AM -0800, Abhishek Patti wrote: > Hi > > We needed dnsmasq to have capability of SRV caching, OK > so I have complied dnsmasq from source ... terse build instructions ... > this gives me dnsmasq_2.81-1_all.deb > > however when i upgrade existing/running

Re: [Dnsmasq-discuss] Dnsmasq version is displayed as "UNKNOWN" on complied version

2020-01-31 Thread Abhishek Patti
Hi We needed dnsmasq to have capability of SRV caching, so I have complied dnsmasq from source using following dockerfile " FROM ubuntu:bionic MAINTAINER "Abhishek Patti " RUN apt-get update && apt-get install -y gettext libnetfilter-conntrack-dev libidn2-dev libdbus-1-dev libgmp-dev nettle-dev