Has anyone been able to get the webgadget to work using the latest beta and Ubuntu 8.04? I feel as though I have tried everything suggested here but am still getting the "Error: Linker /usr/bin/ld: cannot find -lstdc++" message.
I have tried many variations of WebGadgetPath("libgtkembedmoz.so","/usr/lib/firefox") but nothing seems to work.
Thanks.
4.20 Beta 1, Ubuntu 8.04, and the WebGadget
i have installed the libstdc++6-4.2-dev
firefox2-dev
and change the ld.so.conf to
and it works fine 
firefox2-dev
and change the ld.so.conf to
Code: Select all
include /etc/ld.so.conf.d/*.conf
#Begin
/usr
/usr/lib
/usr/lib/firefox
#End

PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.

Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
