Hallo,
ich verzweifele hier gerade ein wenig.
System: Cubietruck + 1 TB Harddisk
OS: lubuntu
Kernel: 3.4.94-sun7
System bootet von sdhc / rootfs liegt auf der Platte
smarthome.py & smartVISU sind auf dem cubietruck installiert
soweit zu gut. Aber jetzt versuche ich den eibd zu installieren und es klappt einfach nicht.
Also: pthsem-2.0.5.tar.gz von Index of /~mkoegler/pth geholt und mit
sudo ./configure ; make install gebaut und mit
make test getestet. ---> OK - ALL TESTS SUCCESSFULLY PASSED.
Dann hab ich bcusdk-0.0.1.tar.gz von Index of /~mkoegler/eib geholt und versucht das config file mit:
sudo ./configure --enable-onlyeibd --enable-ft12 --enable-pei16 --enable-eibnetip --enable-eibnetipserver
zu erzeugen. Dann bekomme ich aber die folgende Fehlermeldung:
| Found pthsem 2.0.5 under /usr/local, but
| was unable to perform a sanity execution check. This usually
| means that the pthsem shared library libpthsem.so is present
| but $LD_LIBRARY_PATH is incomplete to execute a Pth test.
| In this case either disable this test via --without-pth-test,
| or extend $LD_LIBRARY_PATH, or build pthsem as a static
| library only via its --disable-shared Autoconf option.
| We used the following build environment:
| CC="gcc"
| CFLAGS="-g -O2 -I/usr/local/include"
| LDFLAGS=" -L/usr/local/lib"
| LIBS=" -lpthsem"
| See config.log for possibly more details.
aber egal was ich mache, also ob ich den LD_LIBARY_PATH auf /usr/local/lib setzte oder die Flags --without-pth-test oder --disable-shared setzte ich bekomme immer die gleiche Fehlermeldung.
Hat jemand mal einen Tip für mich ?
Vielen Dank
Jörg
ich verzweifele hier gerade ein wenig.
System: Cubietruck + 1 TB Harddisk
OS: lubuntu
Kernel: 3.4.94-sun7
System bootet von sdhc / rootfs liegt auf der Platte
smarthome.py & smartVISU sind auf dem cubietruck installiert
soweit zu gut. Aber jetzt versuche ich den eibd zu installieren und es klappt einfach nicht.
Also: pthsem-2.0.5.tar.gz von Index of /~mkoegler/pth geholt und mit
sudo ./configure ; make install gebaut und mit
make test getestet. ---> OK - ALL TESTS SUCCESSFULLY PASSED.
Dann hab ich bcusdk-0.0.1.tar.gz von Index of /~mkoegler/eib geholt und versucht das config file mit:
sudo ./configure --enable-onlyeibd --enable-ft12 --enable-pei16 --enable-eibnetip --enable-eibnetipserver
zu erzeugen. Dann bekomme ich aber die folgende Fehlermeldung:
| Found pthsem 2.0.5 under /usr/local, but
| was unable to perform a sanity execution check. This usually
| means that the pthsem shared library libpthsem.so is present
| but $LD_LIBRARY_PATH is incomplete to execute a Pth test.
| In this case either disable this test via --without-pth-test,
| or extend $LD_LIBRARY_PATH, or build pthsem as a static
| library only via its --disable-shared Autoconf option.
| We used the following build environment:
| CC="gcc"
| CFLAGS="-g -O2 -I/usr/local/include"
| LDFLAGS=" -L/usr/local/lib"
| LIBS=" -lpthsem"
| See config.log for possibly more details.
aber egal was ich mache, also ob ich den LD_LIBARY_PATH auf /usr/local/lib setzte oder die Flags --without-pth-test oder --disable-shared setzte ich bekomme immer die gleiche Fehlermeldung.
Hat jemand mal einen Tip für mich ?
Vielen Dank
Jörg
Kommentar