-
Notifications
You must be signed in to change notification settings - Fork 149
Open
Description
[the part from README.md]
...
Installation
If you've used a pre-built package to install Mosquitto, you need to make sure you have the development headers installed. On Red Hat-derived systems, this is probably called libmosquitto-devel, and on Debian-based systems it will be libmosquitto-dev.
You may obtain this package using PECL:
pecl install Mosquitto-alpha ---> error msg: (( libmosquitto-dev wasn't found)) (Ubuntu 18.x)
...
to solve .... Try
$ sudo apt-get install libmosquitto-dev
$ sudo pecl install Mosquitto-beta
.... (script running)
Please provide the prefix of the libmosquitto installation [autodetect] : libmosquitto-dev
....
running: /tmp/pear/temp/Mosquitto/configure --with-php-config=/usr/bin/php-config --with-mosquitto=libmosquitto-dev
Test it with php 7.2
Metadata
Metadata
Assignees
Labels
No labels