22/05/2010, 07:46:39
Voici mon mémo pour installer linknx sur une debian fraichement
installé.
apt-get install gcc
apt-get install g++
apt-get install make
mkdir linknx
cd linknx
wget http://downloads.sourceforge.net/sourcef....27.tar.gz
wget http://downloads.sourceforge.net/sourcef...0.7.tar.gz
tar -xzf linknx-0.0.1.27.tar.gz
tar -xzf pthsem_2.0.7.tar.gz
cd pthsem-2.0.7/
./configure
make
make test
make install
export LD_LIBRARY_PATH=/usr/local/lib
cd ..
cd linknx-0.0.1.26/
./configure --without-log4cpp --without-lua
make
make install
cd ..
et pour eibd:
soit
utilisation du paquet debian en suivant ces instructions
http://www.auto.tuwien.ac.at/~mkoegler/index.php/eibdeb
ou
wget http://downloads.sourceforge.net/sourcef...0.4.tar.gz
tar -xzf bcusdk_0.0.4.tar.gz
cd bcusdk-0.0.4/
./configure --enable-onlyeibd --enable-eibnetiptunnel --enable-usb --
enable-eibnetipserver --enable-ft12
make
make install
A+
Faire fonctionner winscp sur debian
apt-get install openssh-server
Log4cpp
Ajoutes ceci dans le fichier BasicLayout.cpp (a la suite des autres
directives #include):
#include <memory>
Il faut également modifier le fichier PatternLayout.cpp
Remplacer #include <cmath> par #include <cstdlib>
Et également ajouter LDFLAGS=-lpthread comme paremetre du configure
de
log4cpp.
Mysql
apt-get install libmysqlclient15-dev
puis pour linknx
./configure --with-mysql=/usr/bin/mysql_config
installé.
apt-get install gcc
apt-get install g++
apt-get install make
mkdir linknx
cd linknx
wget http://downloads.sourceforge.net/sourcef....27.tar.gz
wget http://downloads.sourceforge.net/sourcef...0.7.tar.gz
tar -xzf linknx-0.0.1.27.tar.gz
tar -xzf pthsem_2.0.7.tar.gz
cd pthsem-2.0.7/
./configure
make
make test
make install
export LD_LIBRARY_PATH=/usr/local/lib
cd ..
cd linknx-0.0.1.26/
./configure --without-log4cpp --without-lua
make
make install
cd ..
et pour eibd:
soit
utilisation du paquet debian en suivant ces instructions
http://www.auto.tuwien.ac.at/~mkoegler/index.php/eibdeb
ou
wget http://downloads.sourceforge.net/sourcef...0.4.tar.gz
tar -xzf bcusdk_0.0.4.tar.gz
cd bcusdk-0.0.4/
./configure --enable-onlyeibd --enable-eibnetiptunnel --enable-usb --
enable-eibnetipserver --enable-ft12
make
make install
A+
Faire fonctionner winscp sur debian
apt-get install openssh-server
Log4cpp
Ajoutes ceci dans le fichier BasicLayout.cpp (a la suite des autres
directives #include):
#include <memory>
Il faut également modifier le fichier PatternLayout.cpp
Remplacer #include <cmath> par #include <cstdlib>
Et également ajouter LDFLAGS=-lpthread comme paremetre du configure
de
log4cpp.
Mysql
apt-get install libmysqlclient15-dev
puis pour linknx
./configure --with-mysql=/usr/bin/mysql_config