View Issue Details

IDProjectCategoryView StatusLast Update
0000307easycwmpHelppublic2019-01-31 14:57
Reporterparcorp Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
PlatformubuntuOSlinux - ubuntu OS Version16.04 LTS
Summary0000307: ubus installation fail due to missing -lblobmsg_json
DescriptionI have installed json-c, libubox by using the guide, but I am unable to finish the installation for ubus due to the unable to locate -lblobmsg_json.

Any suggestion?
Tagserror, Openwrt, ubuntu, ubus
e-mail notification

Activities

parcorp

2018-01-11 06:07

reporter  

mohamed.kallel

2018-01-12 09:53

administrator   ~0000831

Last edited: 2018-01-12 09:56

libblobmsg_json is a part of libubox.
You have to build and install libubox first. And then you have to make a:
sudo ln -sf /usr/local/lib/libblobmsg_json /usr/lib/libblobmsg_json.so

bmiramont

2019-01-31 14:57

reporter   ~0000929

before compiling libubox, you'll need this package : libjson-c-dev
install in ubuntu with
apt install -y libjson-c-dev

otherwise libubox compiles ok but does not compile and install libblobmsg_json
So you won't have any error but the lib won't be present hence ubus won't compile.

Issue History

Date Modified Username Field Change
2018-01-11 06:07 parcorp New Issue
2018-01-11 06:07 parcorp File Added: VirtualBox_2018-01-11_12-59-22.png
2018-01-12 02:39 parcorp Tag Attached: error
2018-01-12 02:39 parcorp Tag Attached: ubuntu
2018-01-12 02:39 parcorp Tag Attached: ubus
2018-01-12 05:04 parcorp Tag Attached: Openwrt
2018-01-12 09:53 mohamed.kallel Note Added: 0000831
2018-01-12 09:56 mohamed.kallel Note Edited: 0000831
2019-01-31 14:57 bmiramont Note Added: 0000929