Page 1 of 1
[FIXED] mysql as php dependency?
Posted: 17. Nov 2009, 00:02
by Duncan_Idaho
hi there
I have a doubt, why is mysql marked as a dependency for php?
I have no interest in using mysql as I'll use postgres, so I'm wondering why is that

Re: mysql as php dependency?
Posted: 17. Nov 2009, 02:00
by thenktor
IMHO this is a wrong dep. You can install php with slapt-get --ignore-dep.
Re: mysql as php dependency?
Posted: 17. Nov 2009, 08:40
by gapan
Right. The dependency actually came from the php extensions that are included in the php package and should probably be a suggestion rather than a dependency. Same for all other php extensions in the package. Fixed, thanks!

Re: [FIXED] mysql as php dependency?
Posted: 17. Nov 2009, 09:56
by JRD
I already noticed this but forgot to mention it. Thanks for the fix !