[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Error: Missing Dependency: libc.so.6(GLIBC_PRIVATE)
- From: Roland McGrath <roland redhat com>
- To: EPEL development disccusion <epel-devel-list redhat com>
- Subject: Re: Error: Missing Dependency: libc.so.6(GLIBC_PRIVATE)
- Date: Thu, 27 Mar 2008 13:05:42 -0700 (PDT)
> petro localhost RPMS $ rpm -U i386/erlang-R12B-1.0.i386.rpm --test
> error: Failed dependencies:
> libc.so.6(GLIBC_PRIVATE) is needed by erlang-R12B-1.0.i386
> petro localhost RPMS $
>
> What is GLIBC_PRIVATE and what should I do to fix this issue?
This means erlang has linked against a libc symbol it should not have.
Check each binary with "eu-readelf -s foo | fgrep GLIBC_PRIVATE". In
the offending binaries, you will see some UNDEF lines for some named
symbol GLIBC_PRIVATE From there you'll have to look into the program
to see why it referred to that symbol.
Thanks,
Roland
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]