problem finding dynamic library

2007-01-04 Thread j s
Good morning, I'm trying to resolve the following error on a Dfly 1.7.0 system: imapd: /usr/libexec/ld-elf.so.2: \ Shared object libstdc++.so.7 not found, required by libfam.so.0 To get around the current issue I've linked libstdc++ to /usr/pkg/lib which is searched and the problem is,

Re: problem finding dynamic library

2007-01-04 Thread Simon 'corecode' Schubert
j s wrote: Good morning, I'm trying to resolve the following error on a Dfly 1.7.0 system: imapd: /usr/libexec/ld-elf.so.2: \ Shared object libstdc++.so.7 not found, required by libfam.so.0 how did you get there? seems you used to have a libstdc++.so.7 when you compiled libfam.

Re: problem finding dynamic library

2007-01-04 Thread Vladimir Mitiouchev
On 1/4/07, j s [EMAIL PROTECTED] wrote: I'm trying to resolve the following error on a Dfly 1.7.0 system: imapd: /usr/libexec/ld-elf.so.2: \ Shared object libstdc++.so.7 not found, required by libfam.so.0 A point in the right direction would be mighty helpful. Do You mean

Re: problem finding dynamic library

2007-01-04 Thread walt
On Thu, 4 Jan 2007, Simon 'corecode' Schubert wrote: j s wrote: Good morning, I'm trying to resolve the following error on a Dfly 1.7.0 system: imapd: /usr/libexec/ld-elf.so.2: \ Shared object libstdc++.so.7 not found, required by libfam.so.0 how did you get there? seems you