Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with php_pear on Ubuntu? #78

Closed
cajund opened this issue Jul 11, 2014 · 3 comments
Closed

Problem with php_pear on Ubuntu? #78

cajund opened this issue Jul 11, 2014 · 3 comments

Comments

@cajund
Copy link

cajund commented Jul 11, 2014

Hi Folks,

A call like this:

php_pear "odbc" do
    action :install
end

Results in an error:

RuntimeError
------------
Package obdc not found in either PEAR or PECL.

But switching this to package seems to work:

package php5-odbc do
    action :install
end

This is on a Virtualbox Precise64 box (Ubuntu). I have seen some indications that this may be related to Ubuntu. Is there a different in such an environment?

Thanks.

@dkinzer
Copy link
Contributor

dkinzer commented Aug 9, 2014

This might be related to my pull request #81

@someara someara self-assigned this Mar 6, 2015
@Rockstar04
Copy link
Contributor

It actually looks like the package name is PDO_odbc in pecl. Trying to install just odbc from the command line fails with your error, but using the full extention name runs a successful installation

@lock
Copy link

lock bot commented Apr 25, 2020

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Apr 25, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants