Open conalllaverty opened 1 day ago
libcap and libmbedtls is missing in the rut sdk. Please ask the Teltonika to fix it.
I make a option to build with out BacnetSC that depends on libwebsockets.
#rutos-ramips-rut9m-sdk$ scripts/feeds install -p packages libwebsockets
Installing package 'libwebsockets' from packages
WARNING: Not overriding core package 'libcap'; use -f to force
WARNING: Not overriding core package 'libcap'; use -f to force
WARNING: No feed for package 'libmbedtls' found
WARNING: Not overriding core package 'libcap'; use -f to force
Ok. I will ask them.
Guessing I could just use the version from https://git.openwrt.org/openwrt/openwrt.git and build against that instead?
On Tue, 12 Nov 2024 at 14:32, Patrick Grimm @.***> wrote:
libcap and libmbedtls is missing in the rut sdk. Please ask the Teltonika to fix it.
I make a option to build with out BacnetSC that depends on libwebsockets.
rutos-ramips-rut9m-sdk$ scripts/feeds install -p packages libwebsockets
Installing package 'libwebsockets' from packages WARNING: Not overriding core package 'libcap'; use -f to force WARNING: Not overriding core package 'libcap'; use -f to force WARNING: No feed for package 'libmbedtls' found WARNING: Not overriding core package 'libcap'; use -f to force
— Reply to this email directly, view it on GitHub https://github.com/stargieg/bacnet-feed/issues/3#issuecomment-2470693944, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABPHXH3E2YMYGCFDZKBX3432AIGOXAVCNFSM6AAAAABRUBQMLCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINZQGY4TGOJUGQ . You are receiving this because you authored the thread.Message ID: @.***>
-- Conall Laverty Founder & CEO at Wia http://www.wia.io
Follow us on Twitter at @wiaio http://twitter.com/wiaio
CONFIDENTIALITY The contents of this email message and any attachments are intended solely for the named recipient(s) and may contain confidential and/or privileged information. If you have received it in error, please notify us immediately. Do not copy or disclose its contents to any person or body, and delete it from your computer systems.
-- CONFIDENTIALITYThe contents of this email message and any attachments are intended solely for the named recipient(s) and may contain confidential and/or privileged information. If you have received it in error, please notify us immediately. Do not copy or disclose its contents to any person or body, and delete it from your computer systems.
That dosent work. teltonika use openssl and has wipe out mbedtls from the sdk. Orig: https://github.com/openwrt/openwrt/tree/openwrt-21.02/package/libs/mbedtls
rutos-ramips-rut9m-sdk$ ls package/libs/mbedtls
ls: cannot access 'package/libs/mbedtls': No such file or directory
Ok. Is there anything I can do while I wait for them to add it to the SDK?
you can try force install
scripts/feeds install -f -p packages libwebsockets
echo 'CONFIG_PACKAGE_libwebsockets-full=m' >> .config
Hi, Getting the error below when trying to build for a Teltonika RUT906 (see SDK here https://wiki.teltonika-networks.com/view/Software_Development_Kit).
I've tried using both Ubuntu 22 and 24.