system
October 15, 2009, 8:43pm
1
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.
helpDI (BOB member since 2009-10-01)
system
October 15, 2009, 9:07pm
2
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)
system
October 16, 2009, 9:29pm
3
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.
helpDI (BOB member since 2009-10-01)
system
October 18, 2009, 8:04pm
4
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)
system
October 19, 2009, 9:30pm
5
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)
system
October 19, 2009, 11:53pm
6
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)