cannot find .so libraries after build/make

23 views
Skip to first unread message

Yasir K

unread,
Sep 28, 2014, 4:59:04 PM9/28/14
to wsf-...@googlegroups.com
Hi, I've followed the instructions to build WSF-Staff but keep running into .so libraries missing when I try to execute staff_codegen. I copied all .so files to /usr/local/lib but am now running into Apache Axis libraries missing. The AXIS2C_HOME environment variable and STAFF_HOME variables are set in my .profile file. Is there anything I'm missing?

FYI, im trying to build staff on beaglebone black running 3.8.13 kernel on angstrom. any help would greatly appreciated.

YSK

Dmitry Utkin

unread,
Sep 29, 2014, 2:33:04 AM9/29/14
to wsf-...@googlegroups.com
Hi,

Probably you forgot about /etc/ld.so.conf.

add these lines into that file and start ldconfig:

/usr/local/axis2c/lib
/usr/local/staff/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 написал:

Yasir K

unread,
Sep 30, 2014, 6:13:05 PM9/30/14
to wsf-...@googlegroups.com
Thanks Dimitry, this really helped, problem solved. :)
Reply all
Reply to author
Forward
0 new messages