使用Ubuntu 64bit,openoffice(和SDK)版本4.1.1
尝试使用cppumaker(从makefile调用)生成一些文件:
/ opt / openoffice4 / sdk / bin / cppumaker -Gc -BUCR -T“org.openoffice.sheet.addin.XRNG”-O。 /opt/openoffice4/program/types.rdb> /opt/openoffice4/program/oovbaapi.rdb RNG.rdb
错误讯息:
/ opt / openoffice4 / sdk / bin / cppumaker:加载共享库时出错:libreg.so.3:无法打开共享对象文件:没有这样的文件或目录 make:*** [com]错误127
在此处找到帮助 - > Compiled C++ program raises "cannot open shared object file" on another system though the file is present
Ran:ldconfig -p | grep libreg.so.3(不存在) 在/etc/ld.so.conf.d目录中添加了一个文件,其中包含libreg.so.3的路径
使用“sudo ldconfig”“更新系统的ld缓存。”
谢谢!