Page 1 of 1

4.20 Beta 1, Ubuntu 8.04, and the WebGadget

Posted: Sun May 04, 2008 3:36 am
by Beach
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.

Posted: Sun May 04, 2008 5:48 am
by oryaaaaa
(Ubuntu 8.04)
libstdc++6-4.2-dev
The GNU Standard C++ Library v3 (development files)

Posted: Sun May 04, 2008 12:57 pm
by ts-soft
i have installed the libstdc++6-4.2-dev
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
and it works fine :wink:

Posted: Sun May 04, 2008 3:23 pm
by Beach
Thank you, those were the two missing elements. I got ahead of myself and tried my PB code without modifying '/etc/ld.so.conf' and it seems to work.

Thanks again.