Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 10865 - squid doesn't compile: __dn_expand, __res_query
Summary: squid doesn't compile: __dn_expand, __res_query
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Donny Davies (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-17 05:40 UTC by Christian Loitsch
Modified: 2002-11-19 03:39 UTC (History)
0 users

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 Christian Loitsch 2002-11-17 05:40:19 UTC
squid stops compiling with the following error-message:
undefined reference to __dn_expand.
To correct this modify the LINK line in
helpers/external_acl/ldap_group
to
LINK = [SNIP] $(XTRA_LIBS) -o $@
Comment 1 Donny Davies (RETIRED) gentoo-dev 2002-11-19 01:13:53 UTC
dont need this to build here; works fine without it, as it did when i 
originally committed.

something else funny going on on your system?

i guess it couldn't hurt (eh?) so i've added it, thanks.

but i wonder whats really going on..
Comment 2 Christian Loitsch 2002-11-19 03:39:08 UTC
do you have ipv6 in your USE-flags?
Is the only thing which comes to my mind.
Thanks anyway