Sunday, October 13, 2024

mosquitto-2.0.19, libwebsockets linked statically not anymore?

Hi,

Latest snapshot with mosquitto-2.0.19 from official packages.

# grep -he depend /var/db/pkg/mosquitto-2.0.19/+CONTENTS
@depend devel/cjson:cjson-*:cjson-1.7.18

# ldd /usr/local/sbin/mosquitto
/usr/local/sbin/mosquitto:
ld.so: mosquitto: can't load library 'libwebsockets.so.10.0'
/usr/local/sbin/mosquitto: signal 9

Port's make file for mosquitto-2.0.19 says:

27 # libwebsockets linked statically
28 BUILD_DEPENDS = devel/uthash \
29 www/libwebsockets
30 LIB_DEPENDS = devel/cjson

but maybe recent update from 2.0.18p0 to 2.0.19 changed that?

--
Regards,
Mikolaj

No comments:

Post a Comment