Having difficulty installing ruby-filemagic gem on new RHEL6 server

后端 未结 4 1520
心在旅途
心在旅途 2021-02-19 19:53

It appears to be looking for the libmagic.so.1 file. I have that file. It is located in /usr/lib64. I am not running this installation as the root user.

I am also using

4条回答
  •  无人及你
    2021-02-19 20:07

    I needed to do:

    yum install file-devel
    

    That apparently contains the libmagic header files that the filemagic ruby gem required in order to compile. It worked like a champ after that.

提交回复
热议问题