Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 86307 - Adding the ability to use a CURL install of UnrealIRCD
Summary: Adding the ability to use a CURL install of UnrealIRCD
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Packages in net-irc
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-22 13:56 UTC by Brett Royles
Modified: 2005-05-03 15:17 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 Brett Royles 2005-03-22 13:56:41 UTC
add a use flag so that unreal can be built with libcurl, so that remote includes can be done, there is instructions in INSTALL.REMOTEINC.

Reproducible: Always
Steps to Reproduce:
N/A

Actual Results:  
N/A

Expected Results:  
Sould include curl
Comment 1 Sven Wegener gentoo-dev 2005-03-22 14:22:37 UTC
I neglected this feature in the past, because its realisation is kind of tricky.
We need to have the system libcurl compiled with c-ares support (which currently
isn't possible, it's not hardcoded and not USE flag based) for asynchronous DNS
resolving or the ircd will hang when including remote files and DNS resolving
takes some time. At startup this isn't an issue, but on on /rehash it is.
Other solution is to use the ./curlinstall from the UnrealIRCd distribution, but
that would require to compile c-ares and curl during the UnrealIRCd build process.
Comment 2 Sven Wegener gentoo-dev 2005-05-03 15:17:42 UTC
Please give unrealircd-3.2.3-r1 a test.