svrcfg will not run under DI 32

When trying to run svrcfg under DI 32 the following error occurs.

Cannot load program module svrcfg because of the following errors: Dependant module libfunctor2312d.a(functor12d.0) could not be loaded.

The libfunctor2312d.a file is in the bin folder.

:hb:


helpDI (BOB member since 2009-10-01)

what is the version Data Services XI 3.2 ? what is the OS ?

check if $LINK_DIR\bin is in path, did you source al_env.sh before starting svrcfg ?

source the al_env.sh and run the following command
ldd svrcfg

does this complain of any library as not found ?


manoj_d (BOB member since 2009-01-02)

Not certain of the version will check on this. The OS is AIX 5.3.
The al_env.sh sourcing is fine. Now getting an error using the lpp svrcfg of Cannt find /usr/lib/libpthreads.a or /usr/lib/libC.a Changed the profile path to add /usr/lib and this still occurs. Permissions are okay.

:crazy_face:


helpDI (BOB member since 2009-10-01)

what is the LIBPATH set to after sourcing the al_env.sh ?
can you post the output of echo $LIBPATH


manoj_d (BOB member since 2009-01-02)

Set . $LINK_DIR/bin/al_env.sh to run in the profile. All is well now running svrcfg. Note the . needs a space to run right.


helpDI (BOB member since 2009-10-01)

yes there should a space after . or the safer way is to use source command
source $LINK_DIR/bin/al_env.sh


manoj_d (BOB member since 2009-01-02)