4.20 Beta 1, Ubuntu 8.04, and the WebGadget

Linux specific forum
Beach
Enthusiast
Enthusiast
Posts: 677
Joined: Mon Feb 02, 2004 3:16 am
Location: Beyond the sun...

4.20 Beta 1, Ubuntu 8.04, and the WebGadget

Post 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.
User avatar
oryaaaaa
Addict
Addict
Posts: 825
Joined: Mon Jan 12, 2004 11:40 pm
Location: Okazaki, JAPAN

Post by oryaaaaa »

(Ubuntu 8.04)
libstdc++6-4.2-dev
The GNU Standard C++ Library v3 (development files)
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Post 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:
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.
Image
Beach
Enthusiast
Enthusiast
Posts: 677
Joined: Mon Feb 02, 2004 3:16 am
Location: Beyond the sun...

Post 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.
Post Reply