Author Topic: Strange error when loading a file  (Read 2442 times)

jeffs42885

  • Guest
Strange error when loading a file
« on: March 11, 2014, 01:41:47 PM »
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.

Frederick Tybalt

  • Full Member
  • ***
  • Posts: 124
    • View Profile
    • Personal Website
Re: Strange error when loading a file
« Reply #1 on: March 11, 2014, 09:36:29 PM »
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!!
rIcK
======------------------======
www.rick.co.in | www.tekbytz.com

jeffs42885

  • Guest
Re: Strange error when loading a file
« Reply #2 on: March 12, 2014, 05:39:36 AM »
wohoo! fred to the rescue