public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] Virtual packages...
@ 2002-07-11 15:01 Christian Axelsson
  2002-07-11 15:47 ` Chad M. Huneycutt
  0 siblings, 1 reply; 7+ messages in thread
From: Christian Axelsson @ 2002-07-11 15:01 UTC (permalink / raw
  To: gentoo-dev

Here's a log-snippet from #gentoo regarding my problem with php wants to use uw-imap instead of courier that I already have installed.

[16:52:33] < SmileR> hmm.. just a though, meanwhile the portage is growing, wont problems like this 
                     be more and more common, I mean, how about having some kind of virtual package 
                     system... hmm.. almost like debian, where a package provide ex. imap, but it 
                     dosent matter what package it is?
[16:52:54] < rvdp> SmileR: similar prob wit openssh and/or comercial ssh
[16:53:05] < nils_> SmileR: that exists, for example postfix provides virtual/mta
[16:53:08] < rvdp> SmileR: yes, "provide"
[16:53:25] < rvdp> they need to stick it where its needed!
[16:55:24] < SmileR> nils_: hmm.. maybe all packages that provides a 'service' should be a part of 
                     the virtual system
[16:55:45] < nils_> Yes, that would be good

I think all ebuild developers should have this in mind when they create thier packages. I really can become a HUGE problem if they dont.

--
Christian Axelsson
smiler@lanil.mine.nu


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-dev] Virtual packages...
  2002-07-11 15:01 [gentoo-dev] Virtual packages Christian Axelsson
@ 2002-07-11 15:47 ` Chad M. Huneycutt
  2002-07-11 16:02   ` Maciek Borowka
                     ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Chad M. Huneycutt @ 2002-07-11 15:47 UTC (permalink / raw
  To: gentoo-dev

Christian Axelsson wrote:
> Here's a log-snippet from #gentoo regarding my problem with php wants to use uw-imap instead of courier that I already have installed.


Are you sure that php will work with courier?  If you are, then submit a 
bug on http://bugs.gentoo.org, and we can change the dependency.  It looks 
like whoever created the ebuild was under the impression that uw-imap was 
required.

-- 
Chad Huneycutt



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-dev] Virtual packages...
  2002-07-11 15:47 ` Chad M. Huneycutt
@ 2002-07-11 16:02   ` Maciek Borowka
  2002-07-11 16:42   ` Grant Goodyear
  2002-07-11 17:56   ` Christian Axelsson
  2 siblings, 0 replies; 7+ messages in thread
From: Maciek Borowka @ 2002-07-11 16:02 UTC (permalink / raw
  To: gentoo-dev

As far as I know, php needs uw-imap and only uw-imap for some
headers files that come with uw and do not with courier. 
Then, it is *of course* able to use any imap server, so you 
can install courier-imap and use it as your imap server.

/Maciek





Quoting "Chad M. Huneycutt" <chad.huneycutt@acm.org>:

> Christian Axelsson wrote:
> > Here's a log-snippet from #gentoo regarding my problem with php wants to
> use uw-imap instead of courier that I already have installed.
> 
> 
> Are you sure that php will work with courier?  If you are, then submit a 
> bug on http://bugs.gentoo.org, and we can change the dependency.  It looks 
> like whoever created the ebuild was under the impression that uw-imap was 
> required.
> 
> -- 
> Chad Huneycutt
> 
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-dev
> 




-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-dev] Virtual packages...
  2002-07-11 15:47 ` Chad M. Huneycutt
  2002-07-11 16:02   ` Maciek Borowka
@ 2002-07-11 16:42   ` Grant Goodyear
  2002-07-11 17:56   ` Christian Axelsson
  2 siblings, 0 replies; 7+ messages in thread
From: Grant Goodyear @ 2002-07-11 16:42 UTC (permalink / raw
  To: chadh; +Cc: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 174 bytes --]

Last time I checked, php will _not_ work with any imap other
than uw-imap.  Unfortunately the php docs are sufficiently poor
that it's often hard to tell.

-g2boojum-


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-dev] Virtual packages...
  2002-07-11 15:47 ` Chad M. Huneycutt
  2002-07-11 16:02   ` Maciek Borowka
  2002-07-11 16:42   ` Grant Goodyear
@ 2002-07-11 17:56   ` Christian Axelsson
  2002-07-11 18:12     ` Grant Goodyear
  2 siblings, 1 reply; 7+ messages in thread
From: Christian Axelsson @ 2002-07-11 17:56 UTC (permalink / raw
  To: gentoo-dev

On Thu, 11 Jul 2002 11:47:47 -0400
"Chad M. Huneycutt" <chad.huneycutt@acm.org> wrote:
> Are you sure that php will work with courier?  If you are, then submit a 
> bug on http://bugs.gentoo.org, and we can change the dependency.  It looks 
> like whoever created the ebuild was under the impression that uw-imap was 
> required.
> 

I checked and it didn't work. But how about installing only the headers for uw-imap then? or is that impossible? In debian I've checked and they have a package named libc-client-2001-dev and libc-client-ssl2001-dev that contains all headers needed.
Maybe emerge before and unmerge after PHP compiles is an option?

--
Christian Axelsson
smiler@lanil.mine.nu


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-dev] Virtual packages...
  2002-07-11 17:56   ` Christian Axelsson
@ 2002-07-11 18:12     ` Grant Goodyear
  2002-07-11 18:41       ` Christian Axelsson
  0 siblings, 1 reply; 7+ messages in thread
From: Grant Goodyear @ 2002-07-11 18:12 UTC (permalink / raw
  To: Christian Axelsson; +Cc: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 561 bytes --]

> I checked and it didn't work. But how about installing only the
headers for uw-imap then? or is that impossible? In debian I've checked
and they have a package named libc-client-2001-dev and
libc-client-ssl2001-dev that contains all headers needed.
> Maybe emerge before and unmerge after PHP compiles is an option?

Perhaps.  You might want to post a bug about this topic on
bugs.gentoo.org.  I have no idea what compiling PHP with
direct imap support actually accomplishes, so I've no
idea whether or not the headers will suffice.

-g2boojum-


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-dev] Virtual packages...
  2002-07-11 18:12     ` Grant Goodyear
@ 2002-07-11 18:41       ` Christian Axelsson
  0 siblings, 0 replies; 7+ messages in thread
From: Christian Axelsson @ 2002-07-11 18:41 UTC (permalink / raw
  To: gentoo-dev

On 11 Jul 2002 14:12:53 -0400
Grant Goodyear <g2boojum@gentoo.org> wrote:
> 
> Perhaps.  You might want to post a bug about this topic on
> bugs.gentoo.org.  I have no idea what compiling PHP with
> direct imap support actually accomplishes, so I've no
> idea whether or not the headers will suffice.
>

It provides IMAP functions to php, check http://www.php.net/manual/en/ref.imap.php for more info on that.
 


--
Christian Axelsson
smiler@lanil.mine.nu


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2002-07-11 18:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-07-11 15:01 [gentoo-dev] Virtual packages Christian Axelsson
2002-07-11 15:47 ` Chad M. Huneycutt
2002-07-11 16:02   ` Maciek Borowka
2002-07-11 16:42   ` Grant Goodyear
2002-07-11 17:56   ` Christian Axelsson
2002-07-11 18:12     ` Grant Goodyear
2002-07-11 18:41       ` Christian Axelsson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox