ksqrtr commented on issue #12443:
URL: 
https://github.com/apache/trafficserver/issues/12443#issuecomment-3176360217

   I've installed it manually since Debain 13 doesn't provide one:
   
   ```bash
   export LEGACY_PCRE_VERSION="8.45"
   export TMP=$(mktemp --directory)
   
   cd $TMP
   
   wget 
https://deac-fra.dl.sourceforge.net/project/pcre/pcre/${LEGACY_PCRE_VERSION}/pcre-${LEGACY_PCRE_VERSION}.tar.bz2
   tar xf pcre-${LEGACY_PCRE_VERSION}.tar.bz2
   cd pcre-${LEGACY_PCRE_VERSION}
   ./configure --prefix=/usr/local
   make -j $(nproc)
   make install
   
   cd /tmp
   rm -rf $TMP
   ```
   
   Also see https://github.com/apache/trafficserver/issues/12442


-- 
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: issues-unsubscr...@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to