Why Linux executable googleearth can't find proper libstdc++.so.6 ?

2009-10-17 Thread Yuri
I installed port google-earth. When I run 'googleearth' I get such messages: ./googleearth-bin: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by ./libgoogleearth_lib.so) ./googleearth-bin: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by

Re: Why Linux executable googleearth can't find proper libstdc++.so.6 ?

2009-10-17 Thread b. f.
Why I get these messages about GLIBCXX_3.4.9? Is it a bug in port? Or in package? Or in system? /etc/make.conf has the line, if that matters: OVERRIDE_LINUX_BASE_PORT=fc6 Yes, it does matter. This is a binary port, and the party that built the binaries (Google) compiled them against a fairly

Re: Why Linux executable googleearth can't find proper libstdc++.so.6 ?

2009-10-17 Thread Yuri
b. f. wrote: Why I get these messages about GLIBCXX_3.4.9? Is it a bug in port? Or in package? Or in system? /etc/make.conf has the line, if that matters: OVERRIDE_LINUX_BASE_PORT=fc6 Yes, it does matter. This is a binary port, and the party that built the binaries (Google)

Re: Why Linux executable googleearth can't find proper libstdc++.so.6 ?

2009-10-17 Thread b. f.
On 10/17/09, Yuri y...@rawbw.com wrote: b. f. wrote: Record 20080318 in /usr/ports/UPDATING says that in order for skype to work OVERRIDE_LINUX_BASE_PORT=fc6 should be set. I did that in order to make skype work. I believe latest versions of skype don't work work FreeBSD because FreeBSD

Re: Why Linux executable googleearth can't find proper libstdc++.so.6 ?

2009-10-17 Thread Yuri
b. f. wrote: That entry also says that Fedora 8 can be used, which was the latest Linux base port at the time the entry was made, and the skype port Makefile says Fedora Core 6 __or later__ can be used. So presumably later Linux base ports will also work: try the most recent Linux base

Re: Why Linux executable googleearth can't find proper libstdc++.so.6 ?

2009-10-17 Thread b. f.
On 10/17/09, Yuri y...@rawbw.com wrote: b. f. wrote: That entry also says that Fedora 8 can be used, which was the latest Linux base port at the time the entry was made, and the skype port Makefile says Fedora Core 6 __or later__ can be used. So presumably later Linux base ports will also

Re: Why Linux executable googleearth can't find proper libstdc++.so.6 ?

2009-10-17 Thread Yuri
b. f. wrote: If you look at /usr/ports/Mk/bsd.port.mk, you will see that Fedora 10 is now the default emulation port on new releases of FreeBSD (I don't know why it isn't on earlier versions: you can ask bsam@ why he chose 800076 as the cutoff, and not some other value. There may have been some