FAQ Search Today's Posts Mark Forums Read

» Linux Archive
Home
New Posts
Search
FAQ


Go Back   Linux Archive > Redhat > EPEL Development

 
 
LinkBack Thread Tools
 
Old 03-27-2008, 12:38 PM
"Peter Lemenkov"
 
Default Error: Missing Dependency: libc.so.6(GLIBC_PRIVATE)

Hello All!
While rebuilding some package (erlang if it does matter) I encountered
strange behavior: I can't update or install freshly built package
because of the above error message.

petro@localhost RPMS $ rpm -q glibc --provides | grep GLIBC_PRIVATE
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?
--
With best regards!

_______________________________________________
epel-devel-list mailing list
epel-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/epel-devel-list
 
Old 03-27-2008, 08:05 PM
Roland McGrath
 
Default Error: Missing Dependency: libc.so.6(GLIBC_PRIVATE)

> 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

_______________________________________________
epel-devel-list mailing list
epel-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/epel-devel-list
 

Thread Tools




All times are GMT. The time now is 03:47 AM.

VBulletin, Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2007 - 2008, www.linux-archive.org