Note de ce sujet :
  • Moyenne : 0 (0 vote(s))
  • 1
  • 2
  • 3
  • 4
  • 5
modop linknx
#3
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


Messages dans ce sujet
modop linknx - par chitloft - 21/05/2010, 20:30:14
modop linknx - par jef2000 - 21/05/2010, 22:49:10
modop linknx - par kraven - 22/05/2010, 07:46:39
modop linknx - par chitloft - 24/05/2010, 19:38:38
modop linknx - par kraven - 24/05/2010, 20:56:17
modop linknx - par chitloft - 24/05/2010, 21:10:38
modop linknx - par kraven - 25/05/2010, 07:18:59
modop linknx - par Frédéric - 25/05/2010, 07:38:53
modop linknx - par chitloft - 25/05/2010, 23:54:05
modop linknx - par jef2000 - 26/05/2010, 19:42:28
modop linknx - par chitloft - 26/05/2010, 22:06:22
modop linknx - par chitloft - 27/05/2010, 22:27:57
modop linknx - par jef2000 - 28/05/2010, 19:25:32
modop linknx - par chitloft - 30/05/2010, 20:38:57
modop linknx - par chitloft - 31/05/2010, 21:20:53
modop linknx - par chitloft - 31/05/2010, 22:25:22
modop linknx - par chitloft - 31/05/2010, 22:37:50
modop linknx - par kraven - 01/06/2010, 11:47:46
modop linknx - par chitloft - 01/06/2010, 20:55:17
modop linknx - par jef2000 - 01/06/2010, 23:19:34
modop linknx - par chitloft - 02/06/2010, 20:32:27
modop linknx - par chitloft - 08/06/2010, 15:01:48
modop linknx - par arnaud cognard - 15/12/2010, 00:07:39
modop linknx - par Frédéric - 15/12/2010, 00:37:24
modop linknx - par jef2000 - 15/12/2010, 08:41:00
modop linknx - par arnaud cognard - 15/12/2010, 11:12:37

Atteindre :


Utilisateur(s) parcourant ce sujet : 1 visiteur(s)