Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 289549 - net-libs/c-client-2007e does not link its shared lib against required libraries
Summary: net-libs/c-client-2007e does not link its shared lib against required libraries
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Net-Mail Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 255118
  Show dependency tree
 
Reported: 2009-10-18 05:37 UTC by SpanKY
Modified: 2011-05-09 12:53 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description SpanKY gentoo-dev 2009-10-18 05:37:59 UTC
the c-client's shared lib isnt linked against any libraries that it needs which makes it hard to use as people have to figure out what it needs and provide libraries for it

for example:
$ scanelf -nq /usr/lib/libc-client.so
libc.so.6  /usr/lib/libc-client.so

$ echo 'main(){}' > test.c
$ gcc test.c -lc-client
<whole lot of missing symbol errors>

going by the symbols, it clearly needs -lssl and -lcrypt, and something else that provides mm_* funcs (no idea what that is though)
Comment 1 Olivier Huber 2010-08-09 14:29:27 UTC
I've tried to fix this (and other issues), see bug #331773.
Comment 2 Eray Aslan gentoo-dev 2011-05-09 12:53:42 UTC
(In reply to comment #1)
> I've tried to fix this (and other issues), see bug #331773.

Indeed.  Seems to be OK.  Thanks.