Re: /libexec/ld-elf.so.1: Shared object libm.so.6 not found, required by libstdc++.so.5

2007-11-04 Thread Kris Kennaway
Noah wrote: HI there, I am not quite sure what library I need to cure this issue up. $ nmap -sP -v 192.168.1.1-255 /libexec/ld-elf.so.1: Shared object libm.so.6 not found, required by libstdc++.so.5 That doesn't make much sense because no version of FreeBSD yet has a libm.so.6. How did

Re: /libexec/ld-elf.so.1: Shared object libm.so.6 not found, required by libstdc++.so.5

2007-11-04 Thread Noah
thanks Kris, something must be wrong then. I am running into problems rebuilding apache now and see undefined references from /usr/local/lib/libstdc++.so.5 during the build: Here is about where the build breaks: configure: creating ./config.status Rarian-0.6.0: This is not API-stable yet.

Re: /libexec/ld-elf.so.1: Shared object libm.so.6 not found, required by libstdc++.so.5

2007-11-04 Thread Kris Kennaway
Noah wrote: thanks Kris, something must be wrong then. I am running into problems rebuilding apache now and see undefined references from /usr/local/lib/libstdc++.so.5 during the build: It looks like you have added a Linux libstdc++ library which is why it is failing to resolve other Linux

Re: /libexec/ld-elf.so.1: Shared object libm.so.6 not found, required by libstdc++.so.5

2007-11-04 Thread Noah
Kris Kennaway wrote: Noah wrote: thanks Kris, something must be wrong then. I am running into problems rebuilding apache now and see undefined references from /usr/local/lib/libstdc++.so.5 during the build: It looks like you have added a Linux libstdc++ library which is why it is

Re: /libexec/ld-elf.so.1: Shared object libm.so.6 not found, required by libstdc++.so.5

2007-11-04 Thread Byung-Hee HWANG
Hi, On Sat, 2007-11-03 at 19:47 -0700, Noah wrote: HI there, I am not quite sure what library I need to cure this issue up. $ nmap -sP -v 192.168.1.1-255 /libexec/ld-elf.so.1: Shared object libm.so.6 not found, required by libstdc++.so.5 Any clues please? I think you are using

Re: /libexec/ld-elf.so.1: Shared object libm.so.6 not found, required by libstdc++.so.5

2007-11-04 Thread Noah
Byung-Hee HWANG wrote: Hi, On Sat, 2007-11-03 at 19:47 -0700, Noah wrote: HI there, I am not quite sure what library I need to cure this issue up. $ nmap -sP -v 192.168.1.1-255 /libexec/ld-elf.so.1: Shared object libm.so.6 not found, required by libstdc++.so.5 Any clues please? I

Re: /libexec/ld-elf.so.1: Shared object libm.so.6 not found, required by libstdc++.so.5

2007-11-04 Thread Kris Kennaway
Noah wrote: Kris Kennaway wrote: Noah wrote: thanks Kris, something must be wrong then. I am running into problems rebuilding apache now and see undefined references from /usr/local/lib/libstdc++.so.5 during the build: It looks like you have added a Linux libstdc++ library which is why

Re: /libexec/ld-elf.so.1: Shared object libm.so.6 not found, required by libstdc++.so.5

2007-11-04 Thread Noah
Kris Kennaway wrote: Noah wrote: Kris Kennaway wrote: Noah wrote: thanks Kris, something must be wrong then. I am running into problems rebuilding apache now and see undefined references from /usr/local/lib/libstdc++.so.5 during the build: It looks like you have added a Linux

Re: /libexec/ld-elf.so.1: Shared object libm.so.6 not found, required by libstdc++.so.5

2007-11-04 Thread Kris Kennaway
Noah wrote: Kris Kennaway wrote: Noah wrote: Kris Kennaway wrote: Noah wrote: thanks Kris, something must be wrong then. I am running into problems rebuilding apache now and see undefined references from /usr/local/lib/libstdc++.so.5 during the build: It looks like you have added a