Having difficulty installing ruby-filemagic gem on new RHEL6 server

后端 未结 4 1518
心在旅途
心在旅途 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:12

    I had the same problem on OpenSuse 11.3. This helped:

    zypper install file-devel
    

提交回复
热议问题