Benutzer-Werkzeuge

Webseiten-Werkzeuge


public_v6:mosquitto

Mosquitto Broker

Installation auf Beagleboard XM (Ubuntu 14.04)

Installation der Developer Tools:

sudo apt-get install gcc g++ make

Openssl Libraries:

sudo apt-get install libssl-dev

Ares/UUID:

sudo apt-get install libc-ares-dev uuid-dev

Quellen herunterladen, übersetzen und installieren:

wget http://mosquitto.org/files/source/mosquitto-1.4.7.tar.gz
tar -xvzf mosquitto-1.4.7.tar.gz
cd mosquitto-1.4.7/
make
sudo make install

Error while loading shared libraries

Assuming you have installed the libraries to /usr/local/lib, which is the default, the correct answer is to run /sbin/ldconfig as root/sudo.

On some systems you will need to add /usr/local/lib to the paths that ld caches, e.g.

echo /usr/local/lib > /etc/ld.so.conf.d/local.conf
Diese Website verwendet Cookies. Durch die Nutzung der Website stimmen Sie dem Speichern von Cookies auf Ihrem Computer zu. Außerdem bestätigen Sie, dass Sie unsere Datenschutzbestimmungen gelesen und verstanden haben. Wenn Sie nicht einverstanden sind, verlassen Sie die Website.Weitere Information
public_v6/mosquitto.txt · Zuletzt geändert: 2017/01/24 18:49 von 127.0.0.1