Re: Dependencies on programs relating different DBs

2002-03-31 Thread Gunnar Wolf
> > Hi, > > > > Does anyone have an idea on how to make this work correctly? > > why does it depend on mysql-client or postgresl-client? is it actually > calling the client binaries directly? shouldn't the application just > stick to using the libraries provided in PHP by php4-pgsql and > php4-mysq

Re: Dependencies on programs relating different DBs

2002-03-30 Thread Gunnar Wolf
> > Hi, > > > > Does anyone have an idea on how to make this work correctly? > > why does it depend on mysql-client or postgresl-client? is it actually > calling the client binaries directly? shouldn't the application just > stick to using the libraries provided in PHP by php4-pgsql and > php4-mys

Re: Dependencies on programs relating different DBs

2002-03-30 Thread Paul Baker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday, March 29, 2002, at 06:11 PM, Gunnar Wolf wrote: Hi, Does anyone have an idea on how to make this work correctly? why does it depend on mysql-client or postgresl-client? is it actually calling the client binaries directly? shouldn't

Re: Dependencies on programs relating different DBs

2002-03-30 Thread Paul Baker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday, March 29, 2002, at 06:11 PM, Gunnar Wolf wrote: > Hi, > > Does anyone have an idea on how to make this work correctly? > why does it depend on mysql-client or postgresl-client? is it actually calling the client binaries directly? should

Re: Dependencies on programs relating different DBs

2002-03-29 Thread Colin Watson
On Fri, Mar 29, 2002 at 06:11:07PM -0600, Gunnar Wolf wrote: > Depends: php4, php4-pgsql | php4-mysql, php4-pgsql | mysql-client, > postgresql-client | php4-mysql, postgresql-client | mysql-client > > Yes, it is harder for the human eye to parse, but it builds the correct > truth values, and apt-

Dependencies on programs relating different DBs

2002-03-29 Thread Gunnar Wolf
Hi, I am building a package which should be able to interact either with PostgreSQL (using php4-pgsql and postgresql-client) or MySQL (using php4-mysql and mysql-client). My first idea was this line: Depends: (php4-pgsql, postgresql-client) | (php4-mysql, mysql-client) Of course, life was not to

Re: Dependencies on programs relating different DBs

2002-03-29 Thread Colin Watson
On Fri, Mar 29, 2002 at 06:11:07PM -0600, Gunnar Wolf wrote: > Depends: php4, php4-pgsql | php4-mysql, php4-pgsql | mysql-client, postgresql-client >| php4-mysql, postgresql-client | mysql-client > > Yes, it is harder for the human eye to parse, but it builds the correct > truth values, and apt-

Dependencies on programs relating different DBs

2002-03-29 Thread Gunnar Wolf
Hi, I am building a package which should be able to interact either with PostgreSQL (using php4-pgsql and postgresql-client) or MySQL (using php4-mysql and mysql-client). My first idea was this line: Depends: (php4-pgsql, postgresql-client) | (php4-mysql, mysql-client) Of course, life was not t