|
|
Archives of the TeradataForum
Message Posted: Tue, 15 Jan 2002 @ 13:39:20 GMT
Subj: | | Re: Error invoking multiload on AIX4.3.2 server |
|
From: | | Geoffrey Rommel |
dlopen, etc., are standard Unix library routines that implement dynamic loading. I'm guessing here, but you may need to put "/usr/lib"
or some other directory in LD_LIBRARY_PATH and then export it. If that doesn't work, mload could possibly have been link-edited incorrectly
(the library libdl.so.1 should have been included at some point). Your local support or the GSC will probably have to fix this for you.
--wgr
| |