you need to have ldconfig in your PATH env when enabling luajit

在安装阿里的OpenResty®(通过 Lua 扩展 NGINX 实现的可伸缩的 Web 平台)时出现如下错误:

you need to have ldconfig in your PATH env when enabling luajit
解决方法:编辑Makefile文件,将can_run("ldconfig")改成can_run("/sbin/ldconfig")




  • 1
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
To solve the "error while loading shared libraries: libmwcpp11compat.iso: cannot open shared object" issue when loading MATLAB 2017b in Linux, you can try the following steps: 1. First, make sure that the library file exists in the correct location. You can verify this by using the `find` command in the terminal: ``` find /usr/local/MATLAB/R2017b -name libmwcpp11compat.so ``` If the library is not found, it might be missing or corrupted. In that case, you can proceed to the next step. 2. Reinstall the MATLAB Runtime. MATLAB ships with its own Runtime environment, and reinstalling it can help resolve library-related issues. You can download the MATLAB Runtime installer from the MathWorks website and follow their instructions for installation. 3. Set the correct library path. Open the terminal and enter the following command to set the library path: ``` export LD_LIBRARY_PATH=/usr/local/MATLAB/R2017b/bin/glnxa64:$LD_LIBRARY_PATH ``` Replace `/usr/local/MATLAB/R2017b` with your actual MATLAB installation path if it is different. 4. Try running MATLAB again and check if the issue persists. If it does, you can try enabling symbolic linking for shared libraries by running the following command: ``` sudo ldconfig ``` 5. If none of the above solutions work, you can contact MathWorks support for further assistance. They can provide more specific guidance based on your system configuration and the error you are encountering. Remember to provide them with detailed information about the error message and your system setup to help them diagnose and resolve the issue more effectively.

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值