Hi,
Probably you forgot about /etc/ld.so.conf.
add these lines into that file and start ldconfig:
/usr/local/axis2c/lib
If it does not help, try passing the paths directly to lconfig:
ldconfig /usr/local/axis2c/lib /usr/local/staff/lib
If it does not help too, you could try to set LD_LIBRARY_PATH environment variable like that:
export LD_LIBRARY_PATH=$AXIS2C_HOME/lib:$STAFF_HOME/lib:$LD_LIBRARY_PATH
Then start codegen as usual.
понедельник, 29 сентября 2014 г., 0:59:04 UTC+4 пользователь Yasir K написал: