View previous topic :: View next topic |
Author |
Message |
ArCaNe50 n00b
Joined: 09 May 2005 Posts: 16
|
Posted: Tue Jul 19, 2005 8:10 pm Post subject: echoping |
|
|
How do I compile echoping with http support using emerge.
when i do a
echoping -h google.com
its says not compiled with http support. |
|
Back to top |
|
|
kashani Advocate
Joined: 02 Sep 2002 Posts: 2032 Location: San Francisco
|
Posted: Tue Jul 19, 2005 8:58 pm Post subject: |
|
|
www ~ # emerge -pv echoping
These are the packages that I would merge, in order:
Calculating dependencies ...done!
[ebuild N ] net-analyzer/echoping-5.2.0 -gnutls -http -icp -idn -priority -smtp +ssl -tos 118 kB
You'd need to add http to your USE for echoping. The best place to set it is in /etc/portage/package.use
kashani _________________ Will personally fix your server in exchange for motorcycle related shop tools in good shape. |
|
Back to top |
|
|
anello Guru
Joined: 17 Jul 2005 Posts: 557 Location: EU -> DE -> Stuttgart
|
Posted: Tue Jul 19, 2005 9:03 pm Post subject: |
|
|
Do
export USE=http
before you do emerge, if you want that flag only temporary. |
|
Back to top |
|
|
christsong84 Veteran
Joined: 06 Apr 2003 Posts: 1003 Location: GMT-8 (Spokane)
|
Posted: Tue Jul 19, 2005 9:38 pm Post subject: |
|
|
anello wrote: | Do
export USE=http
before you do emerge, if you want that flag only temporary. |
or even easier...all one command
Code: | # USE="http" emerge -pv echoping |
just uses that flag for that command only _________________ while(true) {self.input(sugar);} |
|
Back to top |
|
|
|