Re: [PHP] trouble getting PDO going on ubuntu 6.06 installation

2006-06-19 Thread Richard Harding
Richard Harding wrote: I am trying to get PDO going on a new desktop with Ubuntu 6.06. I have installed php5, php5-dev, etc and have php5 working with no problems. I then did a pecl install pdo and that installed ok. When I run phpinfo() I get that PDO is activated and the drivers has no value.

Re: [PHP] trouble getting PDO going on ubuntu 6.06 installation

2006-06-19 Thread Jochem Maas
Richard Harding wrote: > Jochem Maas wrote: >> Richard Harding wrote: >> >>> I am trying to get PDO going on a new desktop with Ubuntu 6.06. I have >>> installed php5, php5-dev, etc and have php5 working with no problems. I >>> then did a pecl install pdo and that installed ok. When I run phpinfo

Re: [PHP] trouble getting PDO going on ubuntu 6.06 installation

2006-06-19 Thread Richard Harding
Jochem Maas wrote: Richard Harding wrote: Jochem Maas wrote: Richard Harding wrote: I am trying to get PDO going on a new desktop with Ubuntu 6.06. I have installed php5, php5-dev, etc and have php5 working with no problems. I then did a pecl install pdo and that installed ok.

Re: [PHP] trouble getting PDO going on ubuntu 6.06 installation

2006-06-19 Thread Jochem Maas
Richard Harding wrote: > I am trying to get PDO going on a new desktop with Ubuntu 6.06. I have > installed php5, php5-dev, etc and have php5 working with no problems. I > then did a pecl install pdo and that installed ok. When I run phpinfo() > I get that PDO is activated and the drivers has no va

Re: [PHP] trouble getting PDO going on ubuntu 6.06 installation

2006-06-19 Thread Richard Harding
Jochem Maas wrote: Richard Harding wrote: I am trying to get PDO going on a new desktop with Ubuntu 6.06. I have installed php5, php5-dev, etc and have php5 working with no problems. I then did a pecl install pdo and that installed ok. When I run phpinfo() I get that PDO is activated and the d

[PHP] trouble getting PDO going on ubuntu 6.06 installation

2006-06-19 Thread Richard Harding
I am trying to get PDO going on a new desktop with Ubuntu 6.06. I have installed php5, php5-dev, etc and have php5 working with no problems. I then did a pecl install pdo and that installed ok. When I run phpinfo() I get that PDO is activated and the drivers has no value. I am now trying to in