OpenWrt Forum Archive

Topic: [DESIGNATED DRIVER] Not able to install libstdc++.so.6

The content of this topic has been archived on 11 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

Hello developers!

I'm trying to find a package that contains libstdc++.so.6, but somehow what ever I try to install is missing. Does anyone have any idea where can I download it?
Currently I have Carambola2 board with Designated Driver (v2.8, r47802)

Also when I want to access the board over browser it's not possible (Not Found The requested URL /cgi-bin/luci was not found on this server.). When the same IP address (192.168.1.1) is pinged is fine and I'm able to connect to it over ssh.

Can please someone help me? big_smile
I'm writing a master thesis using Carambola2 and should really start "real" work on the board, but constantly some small mistakes are coming up.

1. package/libs/toolchain
2. opkg update; opkg install luci

stas2z wrote:

1. package/libs/toolchain
2. opkg update; opkg install luci

I'm able to make update, but not able to install luci.
"Unknown package 'luci'.
Collected errors:
* opkg_install_cmd: Cannot install package luci."

Another thing, I am not able to open 192.168.1.1 webpage in browser. Do you know maybe what could be the problem?
What is the problem with this version?? I can't find anything online for Designated driver...

(Last edited by xorelse on 15 Mar 2016, 08:17)

xorelse wrote:

I'm able to make update, but not able to install luci.
"Unknown package 'luci'.
Collected errors:
* opkg_install_cmd: Cannot install package luci."

Another thing, I am not able to open 192.168.1.1 webpage in browser. Do you know maybe what could be the problem?

DD trunk builds are coming without a web interface (called luci wink)

What is the problem with this version?? I can't find anything online for Designated driver...

DD is a trunk, it's not released yet and under a heavy development, it's not recommended for unexperienced users

stas2z wrote:
xorelse wrote:

I'm able to make update, but not able to install luci.
"Unknown package 'luci'.
Collected errors:
* opkg_install_cmd: Cannot install package luci."

Another thing, I am not able to open 192.168.1.1 webpage in browser. Do you know maybe what could be the problem?

DD trunk builds are coming without a web interface (called luci wink)

What is the problem with this version?? I can't find anything online for Designated driver...

DD is a trunk, it's not released yet and under a heavy development, it's not recommended for unexperienced users

Thank you.
I will try to 'downgrade' to older version. Do you know maybe how to do it? I am trying with command 'sysupgrade -v filename.bin', but unsuccessfuly.
I don't know which factory.bin file should I download.

(Last edited by xorelse on 15 Mar 2016, 09:16)

xorelse wrote:

Thank you.
I will try to 'downgrade' to older version. Do you know maybe how to do it? I am trying with command 'sysupgrade -v filename.bin', but unsuccessfuly

try to write it via

mtd write /tmp/firmware.bin firmware

(be sure it's proper "factory" image for your board and it's successfully uploaded as a firmware.bin to the /tmp folder

or find a Carambola2 thread and ask there

(Last edited by stas2z on 15 Mar 2016, 09:18)

stas2z wrote:
xorelse wrote:

Thank you.
I will try to 'downgrade' to older version. Do you know maybe how to do it? I am trying with command 'sysupgrade -v filename.bin', but unsuccessfuly

try to write it via mtd write /tmp/firmware.bin "firmware" (be sure it's proper "factory" image for your board and it's successfully uploaded as a firmware.bin to the /tmp folder

or find a Carambola2 thread and ask there


Ok, thank you. On Carambola forum no one answers hmm

The discussion might have continued from here.