sipcapture / heplify-server

HEP Capture Server for HOMER
https://sipcapture.org
GNU Affero General Public License v3.0
184 stars 85 forks source link

heplify-server-1.53.0.rpm missing dependency #460

Closed zombiedk closed 3 years ago

zombiedk commented 3 years ago

with the latest rpm, there is a missing dependency for libluajit if you upgrade from the last version and try to start the service you get this error

Mar 05 10:42:35 homer.uni-tel.dk systemd[1]: heplify-server.service: main process exited, code=exited, status=127/n/a
Mar 05 10:42:35 homer.uni-tel.dk heplify-server[11319]: /usr/local/bin/heplify-server: error while loading shared libraries: libluajit-5.1.so.2: cannot open shared object file: No such file or directory

to fix this you need to install this yum install luajit-devel

lmangani commented 3 years ago

It actually just requires luajit what operating system are you using? Please use release package 1.54

zombiedk commented 3 years ago

it uses centos7

adubovikov commented 3 years ago

@zombiedk the new package has correct dependecies

for old one, just do yum install luajit

Thank you!

zombiedk commented 3 years ago

thanks it is now updated to the latest version