[users] Fw: ld-linux.so.2(GLIBC_PRIVATE)
David Eisenstein
deisenst at gtw.net
Thu Jan 11 12:22:20 CET 2007
On Wed, 17 May 2006, cromworshipper-dries at yahoo.com wrote:
> FYI:
>
> ----- Forwarded Message ----
> From: cromworshipper-fedorastuff at yahoo.com
> To: fedora-list at redhat.com
> Sent: Wednesday, May 17, 2006 8:41:36 AM
> Subject: ld-linux.so.2(GLIBC_PRIVATE)
>
> What do I have to do to get dante to install? The dependency it needs seems to be installed:
>
> # yum install dante dante-server
>
> [...]
>
> Resolving Dependencies
> --> Populating transaction set with selected packages. Please wait.
> ---> Package dante.i386 0:1.1.19-1.fc5.rf set to be updated
> ---> Package dante-server.i386 0:1.1.19-1.fc5.rf set to be updated
> --> Running transaction check
> --> Processing Dependency: ld-linux.so.2(GLIBC_PRIVATE) for package: dante
> --> Finished Dependency Resolution
> Error: Missing Dependency: ld-linux.so.2(GLIBC_PRIVATE) is needed by package dante
>
> [...]
>
> # ll /lib/ld-linux.so.2
> lrwxrwxrwx 1 root root 9 May 15 12:15 /lib/ld-linux.so.2 -> ld-2.4.so
>
>
>
> ----- Original Message ----
> From: Jakub Jelinek <jakub at redhat.com>
> To: For users of Fedora Core releases <fedora-list at redhat.com>
> Sent: Wednesday, May 17, 2006 8:45:40 AM
> Subject: Re: ld-linux.so.2(GLIBC_PRIVATE)
>
> On Wed, May 17, 2006 at 08:41:36AM -0700, cromworshipper-fedorastuff at yahoo.com wrote:
>> What do I have to do to get dante to install? The dependency it needs seems to be installed:
>
> Ask whomever built the package to fix it up and build properly.
> No application should ever reference glibc private symbols.
>
> Jakub
This bit me when I tried to create new packages for FC5: It wouldn't
install because of the GLIBC_PRIVATE package requirement. I was able to
fix it by putting this in the .src.rpm spec-file:
%define _filter_GLIBC_PRIVATE 1
which created packages without the ld-linux.so(GLIBC_PRIVATE) problem,
which would then install.
Did you eventually get this resolved, cromworshipper?
Regards,
David
More information about the users
mailing list