Whether you are using Linux on the desktop or as a server, it's still good that you're using Linux. Linux related questions go here.
Moderator: General Moderators
-
John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
-
Contact:
Post
by John Cartwright »
I can't seem to find the PDO dev package for ubuntu.. I have been looking for over an hour now unsuccesfuly.
Code: Select all
jcart@jcart-laptop:~$ sudo apt-get install php5-mysql-pdo
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package php5-mysql-pdo
Doesn't seem to want to work, although this was shown on several sites. Any ideas?
-
John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
-
Contact:
Post
by John Cartwright »
for anyone that crawls around with this same problem, it was as simple as
Code: Select all
jcart@jcart-laptop:~$ sudo pecl install pdo
jcart@jcart-laptop:~$ sudo pecl install pdo_mysql
-
Kieran Huggins
- DevNet Master
- Posts: 3635
- Joined: Wed Dec 06, 2006 4:14 pm
- Location: Toronto, Canada
-
Contact:
Post
by Kieran Huggins »
was it not in the synaptic package manager?