raspberry-pi-sleep-monitor icon indicating copy to clipboard operation
raspberry-pi-sleep-monitor copied to clipboard

Few missing packages

Open romfrancois opened this issue 7 years ago • 2 comments

Hi,

I've been trying to install & configure your code but Im facing some dependencies issues when compiling.

Here's the output I get: `checking for SRTP15X... no configure: error: Package requirements ( libsrtp >= 1.5.0 ) were not met:

No package 'libsrtp' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix.

Alternatively, you may set the environment variables SRTP15X_CFLAGS and SRTP15X_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. make: *** No targets specified and no makefile found. Stop. make: *** No rule to make target 'install'. Stop. make: *** No rule to make target 'configs'. Stop. cp: cannot create regular file ‘/opt/janus/etc/janus/janus.plugin.streaming.cfg’: No such file or directory Warning: Unit file of sleep_monitor.service changed on disk, 'systemctl daemon-reload' recommended.`

However I've unsuccessfully been trying to manually that missing lib.

Thanks for any help.

romfrancois avatar Jan 15 '18 12:01 romfrancois

Same problem here:

checking for LIBRE... no checking for LIBRE... no checking for OPUS... yes checking for OGG... yes checking for LUA... no checking for LUA... no configure: error: lua-libs not found. See README.md for installation instructions or use --disable-plugin-lua make: *** No targets specified and no makefile found. Stop. make: *** No rule to make target 'install'. Stop. make: *** No rule to make target 'configs'. Stop. cp: cannot create regular file '/opt/janus/etc/janus/janus.plugin.streaming.cfg': No such file or directory Created symlink /etc/systemd/system/multi-user.target.wants/sleep_monitor.service → /lib/systemd/system/sleep_monitor.service.

krisgermann avatar May 10 '18 20:05 krisgermann

Hello all,

I got the same error and solved by the downloading libsrtp-2.2.0 from the link given below. https://github.com/cisco/libsrtp/releases ----> download the file and extract it, and give ./configure, make, sudo make install .

Once you are successful without any error, proceed with the same command again. This solved my issue.

priyablue avatar Nov 11 '19 06:11 priyablue