当我运行一个使用DBD :: MysqL的perl脚本时,我收到错误消息:
install_driver(MysqL) Failed: Can't load '/home/y/lib/perl5/site_perl/5.8/i686-linux-64int/auto/DBD/MysqL/MysqL.so' for module DBD::MysqL: libMysqLclient.so.16: cannot open shared object file: No such file or directory at /home/y/lib/perl5/5.8/i686-linux-64int/DynaLoader.pm line 230. at (eval 30) line 3
我是新来的Perl,但从我明白它需要MysqL.so,它知道的path。
/home/y/lib/perl5/site_perl/5.8/i686-linux-64int/auto/DBD/MysqL/MysqL.so存在。
那为什么这个问题呢?
Gstreamerdebugging不工作
我怎样才能在Linux shell中进行variables分工?
Java过程构build器和使用环境variables
如何在KornShell中自定义显示提示来显示主机名和当前目录?
Windows条件variables与事件
模拟UNIX用户并更新环境variables
Windows批处理读取文件并将行parsing为标记和variables
在线程中使用Python设置环境variables
通过Ruby持久化一个环境variables
All Users Desktoppath的环境variables是否适用于所有版本的Windows?
缺少的文件是libMysqLclient.so.16 ,而不是MysqL.so 。 它在某些发行版中附带了MysqLclient包。
确保/etc/ld.so.conf包含/ usr / local / MysqL / lib / MysqL和/ usr / local / MysqL /。 如果不是,请添加它们并运行ldconfig。
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。