dbtool error

kirsch59

Member
I'm attemptig to run the utility dbtool against a Progress 9.1E02 database (AIX) . I get the following error:

0509-036 Cannot load program ./dbtool because of the following errors:
0509-150 Dependent module librocket_r.so could not be loaded.
0509-022 Cannot load module librocket_r.so.
0509-026 System error: A file or directory in the path name does not exist

When I run dbtool against a Progress 10.1C03 database it works fine.

Both databases are on the same AIX server. I am using the appropriate dbtool executeable (/dlc/bin) for each database.

Any thoughts?

Thanks
Mark
 
You need to make a soft link from $DLC/lib/librocket_r.so to /usr/lib:

ln -s $DLC/lib/librocket_r.so /usr/lib

Casper.
 
Back
Top