ggsci: error while loading shared libraries: libnnz11.so
[oracle@localhost goldengate]$ ./ggsci
./ggsci: error while loading shared libraries: libnnz11.so: cannot open shared object file: No such file or directory
[oracle@localhost goldengate]$ ldd ggsci
linux-vdso.so.1 => (0x00007fff5369c000)
librt.so.1 => /lib64/librt.so.1 (0x00007fa20f352000)
libdl.so.2 => /lib64/libdl.so.2 (0x00007fa20f14d000)
libgglog.so => /home/oracle/goldengate/./libgglog.so (0x00007fa20ed85000)
libggrepo.so => /home/oracle/goldengate/./libggrepo.so (0x00007fa20eb19000)
libdb-5.2.so => /home/oracle/goldengate/./libdb-5.2.so (0x00007fa20e87d000)
libggperf.so => /home/oracle/goldengate/./libggperf.so (0x00007fa20e64f000)
libicui18n.so.48 => /home/oracle/goldengate/./libicui18n.so.48 (0x00007fa20e341000)
libicuuc.so.48 => /home/oracle/goldengate/./libicuuc.so.48 (0x00007fa20e0c2000)
libicudata.so.48 => /home/oracle/goldengate/./libicudata.so.48 (0x00007fa20c9fd000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x00007fa20c7e0000)
libxerces-c.so.28 => /home/oracle/goldengate/./libxerces-c.so.28 (0x00007fa20c2c8000)
libantlr3c.so => /home/oracle/goldengate/./libantlr3c.so (0x00007fa20c1b2000)
libnnz11.so => not found
libclntsh.so.11.1 => not found
libggnnzitp.so => /home/oracle/goldengate/./libggnnzitp.so (0x00007fa20ba58000)
libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x00007fa20b752000)
libm.so.6 => /lib64/libm.so.6 (0x00007fa20b4cd000)
libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007fa20b2b7000)
libc.so.6 => /lib64/libc.so.6 (0x00007fa20af24000)
/lib64/ld-linux-x86-64.so.2 (0x00007fa20f564000)
[oracle@localhost lib]$ cd $ORACLE_HOME/lib
[oracle@localhost lib]$ ls -l libnnz11.so
-rwxr-xr-x. 1 oracle oinstall 7980109 Aug 26 2016 libnnz11.so
[oracle@localhost lib]$ ls -l libclntsh.so.11.1
-rwxr-xr-x. 1 oracle oinstall 53819046 Dec 16 2016 libclntsh.so.11.1
[oracle@master lib]$ ln -s /u01/app/oracle/product/11.2.0/dbhome_1/lib/libnnz11.so /home/oracle/goldengate/./libnnz11.so
[oracle@master lib]$ ln -s /u01/app/oracle/product/11.2.0/dbhome_1/lib/libclntsh.so.11.1 /home/oracle/goldengate/./libclntsh.so.11.1
[oracle@localhost lib]$ cd /home/oracle/goldengate
[oracle@localhost goldengate]$ ./ggsci
Oracle GoldenGate Command Interpreter for Oracle
Version 12.1.2.1.0 OGGCORE_12.1.2.1.0_PLATFORMS_140727.2135.1_FBO
Linux, x64, 64bit (optimized), Oracle 11g on Aug 7 2014 09:14:25
Operating system character set identified as UTF-8.
Copyright (C) 1995, 2014, Oracle and/or its affiliates. All rights reserved.
GGSCI (localhost.localdomain) 1>
至此OK
ggsci: error while loading shared libraries: libnnz11.so的更多相关文章
- ogg-./ggsci ./ggsci: error while loading shared libraries: libnnz11.so:
测试环境,安装linux 0gg,解压介质后./ggsci无法使用,提示目录不存在 原来是环境变量导致的问题: 1.报错现象 [ogg@enmo ogg]$ ./ggsci ./ggsci: erro ...
- ggsci: error while loading shared libraries: libnnz11.so: cannot open shared object file
完整的错误信息如下: ggsci: error while loading shared libraries: libnnz11.so: cannot open shared object file: ...
- linux使用wkhtmltopdf报错error while loading shared libraries:
官网提示 linux需要这些动态库.depends on: zlib, fontconfig, freetype, X11 libs (libX11, libXext, libXrender) 在li ...
- python3: error while loading shared libraries: libpython3.5m.so.1.0: cannot open shared object file: No such file or directory
安装python3遇到报错: wget https://www.python.org/ftp/python/3.5.2/Python-3.5.2.tgz ./configure --prefix=/u ...
- error while loading shared libraries: libmysqlclient.so.18: cannot open shared object file: No such file or directory
zabbix3.2启动有如下报错: # service zabbix_server startStarting zabbix_server: /home/zabbix-server/sbin/zab ...
- 错误解决:error while loading shared libraries: libcurl.so.4: cannot open shared object file: No such file or directory
执行以下代码,生成唯一的UID $fp = popen("/xxx/bin/tools/uuidgen system", "r");// $uid = frea ...
- ebs r12 -- adadmin: error while loading shared libraries: libclntsh.so.10.1
安装EBS R12.2增加中文字符集时,运行$AU_TOP/bin/adadmin出错: $ adadmin adadmin: error while loading shared libraries ...
- 【转】error while loading shared libraries: libevent-2.0.so.5: cannot open shared object file: No such file or directory
错误信息: /usr/local/memcacheq/bin/memcacheq: error while loading shared libraries: libevent-2.0.so.5: c ...
- ssh 发现了error while loading shared libraries这种错
在Linux下运行程序时,发现了error while loading shared libraries这种错误,一时间不知道解决办法,在网上搜索,终于解决了: ./tests: error whil ...
随机推荐
- PAT1013: Battle Over Cities
1013. Battle Over Cities (25) 时间限制 400 ms 内存限制 65536 kB 代码长度限制 16000 B 判题程序 Standard 作者 CHEN, Yue It ...
- 【手记】ASP.NET提示“未能创建类型”处理
我是在本机启动IIS Express调试一个ashx(一般处理程序)时遇到这个报错,网上的说法普遍有这么几种: 把bbb.ashx中的Class="aaa.bbb" 改为Class ...
- Day2 《机器学习》第二章学习笔记
这一章应该算是比价了理论的一章,我有些概率论基础,不过起初有些地方还是没看多大懂.其中有些公式的定义和模型误差的推导应该还是很眼熟的,就是之前在概率论课上提过的,不过有些模糊了,当时课上学得比较浅. ...
- Javaweb之 servlet 开发详解1
1.1 Tip:Servlet简介 Servlet是sun公司提供的一门用于开发动态web资源的技术. Sun公司在其API中提供了一个servlet接口,用户若想用发一个动态web资源(即开发一个 ...
- 最强AngularJS资源合集
AngularJS是Google开源的一款JavaScript MVC框架,弥补了HTML在构建应用方面的不足,其通过使用指令(directives)结构来扩展HTML词汇,使开发者可以使用HTML来 ...
- python获取操作系统平台、版本及架构
platform模块提供了底层系统平台的相关信息 系统架构 32位还是64位 >>>import platform >>> platform.architectur ...
- bzoj 3195 奇怪的道路 状压dp
看范围,状压没毛病 但是如果随便连的话给开1<<16,乘上n,m就爆了 所以规定转移时只向回连边 于是想状态数组:f[i][j]表示到i这里i前K位的状态为j(表示奇偶) 发现有条数限制, ...
- POJ_3342_Party at Hali-Bula_树形DP
POJ_3342_Party at Hali-Bula_树形DP 题意:直接上司和本人不能同时参加,求最多参加人数,并回答是否唯一解. 分析:常规树形DP,需要再维护一下选/不选当前点取得最大值时是否 ...
- Hadoop2.41的HA的配置与启动
我配置HA机制创建了7台虚拟机 1.修改Linux主机名2.修改IP3.修改主机名和IP的映射关系 ######注意######如果你们公司是租用的服务器或是使用的云主机(如华为云主机.阿里云主机等) ...
- css中固定宽高div与不固定宽高div垂直居中的处理办法
固定高宽div垂直居中 如上图,固定高宽的很简单,写法如下: position: absolute; left: 50%; top: 50%; width:200px; height:100px; m ...