Search Criteria
Package Details: paho-mqtt-c 1.3.16-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/paho-mqtt-c.git (read-only, click to copy) |
|---|---|
| Package Base: | paho-mqtt-c |
| Description: | Eclipse Paho C Client Library for the MQTT Protocol |
| Upstream URL: | https://eclipse.dev/paho/ |
| Licenses: | EPL-2.0 |
| Provides: | libpaho-mqtt3a.so, libpaho-mqtt3as.so, libpaho-mqtt3c.so, libpaho-mqtt3cs.so |
| Submitter: | MrAnno |
| Maintainer: | vitaliikuzhdin |
| Last Packager: | vitaliikuzhdin |
| Votes: | 10 |
| Popularity: | 1.54 |
| First Submitted: | 2021-06-18 12:01 (UTC) |
| Last Updated: | 2026-06-15 09:35 (UTC) |
Dependencies (5)
- glibc (glibc-gitAUR, glibc-git-native-pgoAUR, glibc-eacAUR)
- openssl (openssl-gitAUR, openssl-aegisAUR, openssl-staticAUR)
- util-linux-libs (util-linux-libs-aesAUR, util-linux-libs-selinuxAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
Required by (11)
- acarsdec-git
- gvm-libs
- janus-gateway (make)
- janus-gateway (optional)
- janus-gateway-git (make)
- janus-gateway-git (optional)
- mqtt-console-client
- mqtt-sm-git
- mqtt-system-monitor
- paho-mqtt-cpp
- paho-mqtt-cpp-git
Latest Comments
vitaliikuzhdin commented on 2026-07-05 09:14 (UTC) (edited on 2026-07-05 09:15 (UTC) by vitaliikuzhdin)
@tevd, worked for me back when I wrote it, still works now. What errors are you getting specifically?
tevd commented on 2026-06-28 18:20 (UTC)
It looks like the GPG key used to sign the the latest release tag is different than the one in the pkgbuild. Right now the package refuses to build due to certificate verification errors.
thefrow commented on 2026-02-23 04:18 (UTC)
There's been another version released. Latest is 1.3.16 as of 2026-02-22 via
https://github.com/eclipse-paho/paho.mqtt.c/releases/tag/v1.3.16
tapajos commented on 2025-05-01 01:05 (UTC)
gcc15 uses c23 by default
destroyedlolo commented on 2024-10-13 20:16 (UTC)
Hello,
Can you unlock installation on arm7h architecture ? This library is perfectly working on it :)
Thanks
jasonc commented on 2023-09-12 05:19 (UTC) (edited on 2023-09-12 05:26 (UTC) by jasonc)
I was running into a build error during the package step:
It looks like the makefile was treating
DESTDIR=...as a target. Note I am using ninja makefile generator for cmake by default. This issue does not exist for normal unix makefiles.This patch to the PKGBUILD fixed the issue for me and works with both ninja and unix makefiles: