error in dlopen of sybaseoc.so

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
Zinna
Participant
Posts: 16
Joined: Thu Jul 25, 2002 9:32 pm
Location: Australia

error in dlopen of sybaseoc.so

Post by Zinna »

Help appreciated!

I have upgraded to Datastage Version 6! Unix(2.5) and Sybase (12.5)!! I am getting the following error when validating a job with Sybase stage...

------------------------------------------------------------------
ds_loadlibrary: error in dlopen of sybaseoc.so - ld.so.1: phantom: fatal: libtli.so: open failed: No such file or directory
------------------------------------------------------------------

What am I missing in the environment setup?

Thanks,
Zinna
vmcburney
Participant
Posts: 3593
Joined: Thu Jan 23, 2003 5:25 pm
Location: Australia, Melbourne
Contact:

Post by vmcburney »

It could be a simple path problem. Try searching for the libtli.so file on the Unix drive and then adding that directory to your path. You can modify the PATH in the dsenv file.

If you had a previous version of DataStage running on that machine or another machine then open up the old dsenv file to see if there was anything in it that is missing from the new one.
Post Reply