You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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
The text was updated successfully, but these errors were encountered:
[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
The text was updated successfully, but these errors were encountered: