Strange error when loading a file

Previous topic - Next topic

jeffs42885

Hello all,

I am trying to load a line data file and I am seeing the following error, I feel as though my arsload command may be invalid. I would like some insight on what the error message means.

/opt/ecm/ondemand/V9.0/bin/arsacif: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
ARS4309E 03/11/14 16:42:27 Indexing failed

I have never seen this one before. My command syntax is as follows (I think this is where my mistake might be) 

/opt/ecm/ondemand/V9.0/bin/arsload -v -f -G DATASET -A MVS -d /processingdir/test -c /processingdir/ -h oddatabase

This is on linux, v 9.0.0.3, with an Oracle database.

rick

Looks like a standard library is missing on the linux installation is missing (usual issue with linux).. You can download that package and install it and configure the path and give a try!!

jeffs42885