jyxiaoka commented on issue #2364: CouchDB 2.3.1 Save view failed On Red Hat6.5 URL: https://github.com/apache/couchdb/issues/2364#issuecomment-573683658 I have solved the problem: ``` [root@redhat-server bin]# ldd couchjs ./couchjs: /usr/lib64/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by /usr/lib/libmozjs185.so.1.0) ./couchjs: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /usr/lib/libmozjs185.so.1.0) linux-vdso.so.1 => (0x00007fff3e720000) ``` Like below: ``` [root@redhat-server bin]# ldd couchjs [root@redhat-server ~]# cd /usr/couchdb/bin/ [root@redhat-server bin]# ldd couchjs linux-vdso.so.1 => (0x00007ffc237b6000) libmozjs185.so.1.0 => /usr/lib/libmozjs185.so.1.0 (0x00007f69bcf71000) libm.so.6 => /lib64/libm.so.6 (0x0000003be8c00000) libc.so.6 => /lib64/libc.so.6 (0x00007f69bcbe4000) libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003be8400000) libffi.so.6 => not found libnspr4.so => /lib64/libnspr4.so (0x0000003beb800000) libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x00007f69bc8a9000) /lib64/ld-linux-x86-64.so.2 (0x0000555b8a5a5000) libdl.so.2 => /lib64/libdl.so.2 (0x0000003be7c00000) librt.so.1 => /lib64/librt.so.1 (0x0000003be8800000) libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x0000003be9c00000) [root@redhat-server bin]# ``` but still can not create a new view.the error is still: {"error":"unknown_error","reson":"undefined"} Emphasize that couchdb is installed offline.Can anyone help solve this?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
