MMS not running in Fedora 33

Post a reply

Smilies
:D :) :( :o :-? 8) :lol: :x :P :oops: :cry: :evil: :roll: :wink:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: MMS not running in Fedora 33

Re: MMS not running in Fedora 33

by Peke » Mon Jan 18, 2021 10:03 pm

Hi,
Have you tried to use master from github?

MMS 0.3.2 was tested using node 10.21.0

MMS not running in Fedora 33

by david.paige » Mon Jan 18, 2021 12:52 pm

MMS is not running in Fedora 33. I downloaded the tar, unzipped it, and ran mms.

I get the following error:
[lion@localhost MMS-linux64-0.3.2]$ ./mms
Segmentation fault (core dumped)

It looks like a normal ELF binary.

[lion@localhost MMS-linux64-0.3.2]$ file mms
mms: ELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.18, BuildID[sha1]=38a845717f71e03432988ab8679667c0229ae05a, with debug_info, not stripped

Feeling sheepish, I checked for node.js. Installed node.js,
[lion@localhost MMS-linux64-0.3.2]$ node --version
v14.15.4

I still get the segmentation fault.

Top