sergey-safarov left a comment (kamailio/kamailio#4429)

Could you check the master branch build for Alpine
```
/ # LD_PRELOAD=/usr/sbin/kamailio ldd /usr/lib/kamailio/modules/db_redis.so 
        /lib/ld-musl-x86_64.so.1 (0x7fa076911000)
        /usr/sbin/kamailio => /usr/sbin/kamailio (0x7fa0763bb000)
        libhiredis_ssl.so.1.3.0 => /usr/lib/libhiredis_ssl.so.1.3.0 
(0x7fa0763b5000)
        libhiredis.so.1.3.0 => /usr/lib/libhiredis.so.1.3.0 (0x7fa0763a5000)
        libc.musl-x86_64.so.1 => /lib/ld-musl-x86_64.so.1 (0x7fa076911000)
        libssl.so.3 => /usr/lib/libssl.so.3 (0x7fa0762d8000)
        libcrypto.so.3 => /usr/lib/libcrypto.so.3 (0x7fa075e15000)
```

```
/ # kamailio -v
version: kamailio 6.1.0-dev1 (x86_64/Linux) 
flags: USE_TCP, USE_TLS, USE_SCTP, TLS_HOOKS, USE_RAW_SOCKS, DISABLE_NAGLE, 
USE_MCAST, DNS_IP_HACK, SHM_MMAP, PKG_MALLOC, MEM_JOIN_FREE, Q_MALLOC, 
F_MALLOC, TLSF_MALLOC, DBG_SR_MEMORY, DBG_QM_MALLOC, DBG_F_MALLOC, 
DBG_TLSF_MALLOC, USE_FUTEX, FAST_LOCK-ADAPTIVE_WAIT, USE_DNS_CACHE, 
USE_DNS_FAILOVER, USE_NAPTR, USE_DST_BLOCKLIST, HAVE_RESOLV_RES, 
TLS_PTHREAD_MUTEX_SHARED
ADAPTIVE_WAIT_LOOPS 1024, MAX_RECV_BUFFER_SIZE 262144, MAX_SEND_BUFFER_SIZE 
262144, MAX_URI_SIZE 1024, BUF_SIZE 65535, DEFAULT PKG_SIZE 8MB
poll method support: poll, epoll_lt, epoll_et, sigio_rt, select.
id: unknown 
compiled on 19:20:51 Oct 11 2025 with gcc 15.2.0
```

```
/ # cat /etc/os-release 
NAME="Alpine Linux"
ID=alpine
VERSION_ID=3.23.0_alpha20250612
PRETTY_NAME="Alpine Linux edge"
HOME_URL="https://alpinelinux.org/";
BUG_REPORT_URL="https://gitlab.alpinelinux.org/alpine/aports/-/issues";
```

My build can be tested using command
```
docker run -it --network host --rm --entrypoint /bin/sh 
ghcr.io/sergey-safarov/kamailio-ci:master-alpine
```
Build logs you can find at
https://github.com/sergey-safarov/kamailio/actions/runs/18433715135

Are you use a Docker image or apk files?
In a short time, I expect to merge my build into the kamailio master branch, 
and CMake compilation will be used for aports.
https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/90557

Could you test my repo?

-- 
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/4429#issuecomment-3393684498
You are receiving this because you are subscribed to this thread.

Message ID: <kamailio/kamailio/issues/4429/[email protected]>
_______________________________________________
Kamailio - Development Mailing List -- [email protected]
To unsubscribe send an email to [email protected]
Important: keep the mailing list in the recipients, do not reply only to the 
sender!

Reply via email to