IBM Client Access 5250
markrez
ulist at gs1.ubuntuforums.org
Mon Feb 14 11:12:54 UTC 2005
i figured out what it was looking for! :smile:
The files libcwcore.so and libcwbrc.so were located in the directory
/opt/ibm/iSeriesAccess/lib/
but appearently needed links in the /usr/lib dir -
so I created them:
Code:
--------------------
# ln -sf /opt/ibm/iSeriesAccess/lib/libcwbcore.so /usr/lib/libcwbcore.so
# ln -sf /opt/ibm/iSeriesAccess/lib/libcwbrc.so /usr/lib/libcwbrc.so
--------------------
That's one less thing I have to run from the windows terminal server!
--
markrez
More information about the ubuntu-users
mailing list