```
Setting up xsltproc (1.1.35-1.1+b1) ...
```
but still I get this error:
```
CMake Warning at cmake/modules-docs.cmake:9 (message):
xsltproc or lynx not found but required for doc generation.
```
the executable is there:
```
(unstable-amd64-sbuild)root@debrock:/build/kamailio-ryw8OC# dpkg -L xsltproc
/.
/usr
/usr/bin
/usr/bin/xsltproc
/usr/share
/usr/share/doc
/usr/share/doc/xsltproc
/usr/share/doc/xsltproc/AUTHORS
/usr/share/doc/xsltproc/FEATURES.gz
/usr/share/doc/xsltproc/NEWS.gz
/usr/share/doc/xsltproc/README
/usr/share/doc/xsltproc/TODO
/usr/share/doc/xsltproc/changelog.Debian.amd64.gz
/usr/share/doc/xsltproc/changelog.Debian.gz
/usr/share/doc/xsltproc/changelog.gz
/usr/share/doc/xsltproc/copyright
/usr/share/man
/usr/share/man/man1
/usr/share/man/man1/xsltproc.1.gz
```
after a1bdef919414173e8327a8dd65ecaa2fca279d6a the build continues but then:
```
-- Compile options for common: MY_INTERFACE_OPTIONS-NOTFOUND
-- Found FLEX: /usr/bin/flex (found version "2.6.4")
-- Found BISON: /usr/bin/bison (found version "3.8.2")
-- Found LibXml2: /usr/lib/x86_64-linux-gnu/libxml2.so (found version "2.9.14")
-- Building groups:
KSTANDARD;KMYSQL;KPOSTGRES;KBERKELEY;KUNIXODBC;KRADIUS;KPRESENCE;KLDAP;KXML;KPERL;KUTILS;KLUA;KMEMCACHED;KSNMPSTATS;KXMPP;KCPL;KREDIS;KGEOIP2;KSQLITE;KJSON;KRUBY;KIMS;KSCTP;KTLS;KOUTBOUND;KWE
BSOCKET;KAUTHEPH;KKAZOO;KCNXCC;KERLANG;KSYSTEMD;KPHONENUM;KMONGODB;KRABBITMQ;KPYTHON3;KMQTT;KSECSIPID;KLWSC;KNATS;KTLS_WOLFSSL;KMICROHTTPD;KKAFKA;KEV;KGZCOMPRESS;KJANSSON;KUUID;KHTTP_ASYNC
-- xsltproc or lynx not found but required for doc generation.
-- Extra modules (if module already included already from group is ignored):
-- Excluded modules (exlcude even if in included modules):
mono;geoip;bdb;dbtext;oracle;pa;iptrtpproxy;dnssec;java;python
-- PCRE2 library not found... looking with pkg-config
-- Found PkgConfig: /usr/bin/pkg-config (found version "1.8.1")
-- Checking for module 'libpcre2-8'
-- Found libpcre2-8, version 10.44
-- PCRE2 library not found... looking with pkg-config
-- Checking for module 'libpcre2-8'
-- Found libpcre2-8, version 10.44
-- Found MariaDBClient: /usr/lib/x86_64-linux-gnu/libmariadb.so
-- Found PostgreSQL: /usr/lib/x86_64-linux-gnu/libpq.so (found version "17.2")
CMake Error at /usr/share/cmake-3.31/Modules/FindPackageHandleStandardArgs.cmake:233
(message):
Could NOT find BerkeleyDB (missing: BerkeleyDB_LIBRARY) (found version
"5.3.28")
Call Stack (most recent call first):
/usr/share/cmake-3.31/Modules/FindPackageHandleStandardArgs.cmake:603
(_FPHSA_FAILURE_MESSAGE)
cmake/modules/FindBerkeleyDB.cmake:147 (find_package_handle_standard_args)
src/modules/db_berkeley/CMakeLists.txt:6 (find_package)
-- Configuring incomplete, errors occurred!
```
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/4053#issuecomment-2602481690
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/4053/2602481690(a)github.com>