25/01/2012, 16:10:26
(25/01/2012, 12:19:25)chtiloft a écrit : cd /home
mkdir linknx
cd /home/linknx
wget -O linknxcvs.tar "http://linknx.cvs.sourceforge.net/viewvc/linknx/linknx/linknx/?view=tar"
tar -xzf linknx-linknx.tar.gz
cd /home/linknx/ "nom du repertoire linknx détarre"
./configure --without-log4cpp --with-lua --with-mysql=/usr/bin/mysql_config --enable-smtp
make
make install
A adapter peut etre
Arnaud
Merci !
J'ai du install GCC et G++ -> J'ai trouvé pas trop de soucis mais par contre maintenant je reçois le message suivant :
checking for GNU Pth... *FAILED*
+------------------------------------------------------------------------+
| Unable to locate pthsem in any system-wide location (see $PATH).
| Please specify the correct path to either a pthsem installation tree
| (use --with-pth=DIR if you used --prefix=DIR for installing pthsem in
qd je fais le ./configure
Pourtant pthsem est installé. N'étant pas un expert linux, je ne sais pas comment lui renseigner la location (je ne sais déjà même pas où il est installé d'ailleurs ;o)