Created
November 4, 2020 11:42
-
-
Save KunYi/728f4c5184e5dd819545b5acf24a6264 to your computer and use it in GitHub Desktop.
ubus build & install for debian buster log
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@SRG-3352C:~/ubus/build# make | |
[ 29%] Built target ubusd_library | |
[ 55%] Built target ubus | |
[ 62%] Built target cli | |
[ 70%] Built target ubusd | |
Scanning dependencies of target ubus_lua | |
[ 74%] Building C object lua/CMakeFiles/ubus_lua.dir/ubus.c.o | |
[ 77%] Linking C shared module ubus.so | |
[ 77%] Built target ubus_lua | |
Scanning dependencies of target client | |
[ 81%] Building C object examples/CMakeFiles/client.dir/client.c.o | |
[ 85%] Building C object examples/CMakeFiles/client.dir/count.c.o | |
[ 88%] Linking C executable client | |
[ 88%] Built target client | |
Scanning dependencies of target server | |
[ 92%] Building C object examples/CMakeFiles/server.dir/server.c.o | |
[ 96%] Building C object examples/CMakeFiles/server.dir/count.c.o | |
[100%] Linking C executable server | |
[100%] Built target server | |
root@SRG-3352C:~/ubus/build# make install | |
[ 29%] Built target ubusd_library | |
[ 55%] Built target ubus | |
[ 62%] Built target cli | |
[ 70%] Built target ubusd | |
[ 77%] Built target ubus_lua | |
[ 88%] Built target client | |
[100%] Built target server | |
Install the project... | |
-- Install configuration: "" | |
-- Installing: /usr/local/lib/libubus.so | |
-- Set runtime path of "/usr/local/lib/libubus.so" to "" | |
-- Installing: /usr/local/bin/ubus | |
-- Set runtime path of "/usr/local/bin/ubus" to "" | |
-- Installing: /usr/local/sbin/ubusd | |
-- Set runtime path of "/usr/local/sbin/ubusd" to "" | |
-- Installing: /usr/local/include/ubusmsg.h | |
-- Installing: /usr/local/include/ubus_common.h | |
-- Installing: /usr/local/include/libubus.h | |
-- Installing: /usr/local/lib/lua/5.1/ubus.so | |
-- Set runtime path of "/usr/local/lib/lua/5.1/ubus.so" to "" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment