This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
ot: *.so.1d file extensions for dynamic libraries ?
- From: Oncaphillis <oncaphillis at snafu dot de>
- To: libstdc++ <libstdc++ at gcc dot gnu dot org>
- Date: Thu, 21 Feb 2013 01:31:17 +0100
- Subject: ot: *.so.1d file extensions for dynamic libraries ?
- Reply-to: oncaphillis at snafu dot de
Hi,
This most likely belongs to a glibc list, but I try it anyway.
I was trying to use some dynamic libraries from a debian system
which end in the suffic *.so.1d together with my own glibc (2.14.1). The
libs are needed with exactly that name by an executable I'm
trying to get up and running.
They are perfectly well recognized as libraries by ld.so under debian
but fail to be listed as proper libs by my own ld.so.
Do I need to re(compile|configure) my ld.so in order to make
it recognize *.so.1d files ?
Thanks.
O