The CentOS installation directions require that I have root access. I do not have that.
Is there a way to install it on CentOS 7 without root access? I was previously able to install Sphinx without root by using wget, tar, make. Is there a similar option for Manticore?
Can I start Manticore without root access? I can, for example, start Sphinx’s Searchd without root.
(Edit: I the server host will not install it. I need a way to do so without admin privileges.)
I’m not sure how to unpack the package (which package?) and how to build binaries. I see a section “Compiling on Linux systems” in Manticore Search Manual: Installation, but it seems quite general and uses yum command, which I do not have access to. Are there directions somewhere with the commands to run?
I really appreciate your help, but you’re assuming that I have more knowledge than I do. I do not know how to “use binaries.” I’m really looking for some copy-paste installation directions, otherwise Manticore just isn’t right for my situation at this time.
I downloaded the manticore-3.4.2_200410.6903305-1.el7.centos.x86_64.rpm package (the only one with centos in the name as I use CentOS 7). I tried your rpm command, and received the following error, “cpio: premature end of archive”
Check if the RPM downloaded correctly.
Command md5sum manticore-3.4.2_200410.6903305-1.el7.centos.x86_64.rpm
should say 1a0ee3f890e099f04043b46c536e423a - if you get something else means the file didn’t downloaded correctly.
If you used curl to download the rpm, make sure you use -L flag as github links do a redirect (otherwise you end up with a html page downloaded - the rpm is about 19M in size).