Problems when installing new tellstick to Linux

Moderator: Telldus

Post Reply
vkulmala
Posts: 6
Joined: Fri Mar 17, 2023 9:45 am

Problems when installing new tellstick to Linux

Post by vkulmala »

I get following errors when I'm trying to install latest Tellstick to Linux:

root@slax:/srv/telldus-core-2.1.0# cmake .
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Looking for include files CMAKE_HAVE_PTHREAD_H
-- Looking for include files CMAKE_HAVE_PTHREAD_H - found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
CONFUSE_LIBRARY
linked by target "telldusd" in directory /srv/telldus-core-2.1.0/service
FTDI_LIBRARY
linked by target "telldusd" in directory /srv/telldus-core-2.1.0/service

-- Configuring incomplete, errors occurred!



What does this mean? Linux where I try to install is Slax 6.x.x. Kernel version is 2.6.27.27. Installed Tellstick version is telldus-core-2.1.0.

Pleeease help me...
vkulmala
Posts: 6
Joined: Fri Mar 17, 2023 9:45 am

Re: Problems when installing new tellstick to Linux

Post by vkulmala »

When I trying to use make -command I get following errors:

root@slax:/srv/telldus-core-2.1.0# make
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
CONFUSE_LIBRARY
linked by target "telldusd" in directory /srv/telldus-core-2.1.0/service
FTDI_LIBRARY
linked by target "telldusd" in directory /srv/telldus-core-2.1.0/service

-- Configuring incomplete, errors occurred!
make: *** [cmake_check_build_system] Error 1
micke.prag
Site Admin
Posts: 2243
Joined: Fri Mar 17, 2023 9:45 am
Location: Lund
Contact:

Re: Problems when installing new tellstick to Linux

Post by micke.prag »

From the docs:
Prerequisites

In order to build the software under Linux some softwares is required. You need at least the following:

gcc (compiler) and a working toolchain.

On debian systems, this can be installed by installing the package build-essentials

libftdi (and the corresponding development package)

Called libftdi1 and libftdi-dev on debian

libconfuse (and the corresponding development package)

Called libconfuse0 and libconfuse-dev on debian

cmake
Micke Prag
Software
Telldus Technologies
Post Reply