thelounge-zz commented on issue #12862:
URL: 
https://github.com/apache/trafficserver/issues/12862#issuecomment-3948466489

   "Maxmind will also be pulled if you are also building experimental plugins. 
Since the maxmind plugin is going to be built and link against maxminddb if it 
exists" isn't true - can you please stop to pretend things which are easily 
proven to be wrong?
   
   --with-hrw-geo-provider=maxminddb specified and "header_rewrite.so" links 
"libmaxminddb" as well as "libGeoIP" so please stop to telling me something 
about other or even experimental plugins - even if that would be true my 
package is only shipping "compress.so" and "header_rewrite.so"
   
   --without-hrw-geo-provider results in "configure: error: unknown geo 
interface no"
   
   [root@testserver:~]$ ldd /usr/lib64/trafficserver/plugins/header_rewrite.so
           linux-vdso.so.1 (0x00007fcf3219f000)
           libGeoIP.so.1 => /usr/lib64/libGeoIP.so.1 (0x00007fcf32120000)
           libmaxminddb.so.0 => /usr/lib64/libmaxminddb.so.0 
(0x00007fcf32118000)
           libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x00007fcf31e00000)
           libm.so.6 => /usr/lib64/libm.so.6 (0x00007fcf31d0b000)
           libgomp.so.1 => /usr/lib64/libgomp.so.1 (0x00007fcf320c0000)
           libc.so.6 => /usr/lib64/libc.so.6 (0x00007fcf31b18000)
           /lib64/ld-linux-x86-64.so.2 (0x00007fcf321a1000)
           libgcc_s.so.1 => /usr/lib64/libgcc_s.so.1 (0x00007fcf32092000)
   
   ./configure --quiet --enable-layout=Gentoo \
    --libdir=%{_libdir}/%{name} \
    --disable-curl \
    --disable-debug \
    --disable-diags \
    --disable-hwloc \
    --disable-static \
    --disable-tests \
    --disable-unwind \
    --enable-shared  \
    --with-brotli=%{_prefix} \
    --with-group=ats \
    --with-hrw-geo-provider=maxminddb \
    --with-luajit=%{_prefix} \
    --with-lzma=%{_prefix} \
    --with-openssl=%{_prefix} \
    --with-pcre=%{_prefix} \
    --with-pic \
    --with-user=ats \
    --with-zlib=%{_prefix} \
    --without-jemalloc
   %{__make} --quiet %{?_smp_mflags}


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to