找不到lib-xerces

时间:2012-06-14 14:37:33

标签: c++ xml g++ xerces

我正在使用xerces(http://xerces.apache.org)lib来解析C ++中的XML文件,所以我下载了源代码,运行了./configure,make,make install,所以当我执行时 g ++ -o parser parser.cpp 我执行./parser,我得到: ./parser:加载共享库时出错:libxerces-c-3.1.so:无法打开共享对象文件。没有这样的文件或目录。

当我搜索到/ usr / lib或/ lib时,我找不到libxerces-c-3.1.so所去的地方,也找不到libxerces-c-3.1.so的位置。有人知道我怎么能解决这个问题?

1 个答案:

答案 0 :(得分:0)

您是否尝试过运行ldconfig命令? ldconfig examples 我唯一能想到的是符号链接的问题,如果它已成功交叉链接。

相关问题:https://stackoverflow.com/questions/480764/linux-error-while-loading-shared-libraries-cannot-open-shared-object-file-no-s