All,
I'm trying to get a small app working but it requires DB.php provided by Pear. I've double checked and I have php-pear.noarch installed but there is no DB.php (just DependencyDB.php ). There seem to be no other packages that have pear or a DB.php file.
Anyone have any ideas where I can get it? I've found just the files provided from the Pear site but I have no idea where to copy them to so everything is noticed properly.
Suggestions/Solutions?
Thanks!!
Lonny
Lonny Selinger spake the following on 5/2/2007 2:49 PM:
All,
I'm trying to get a small app working but it requires DB.php provided by Pear. I've double checked and I have php-pear.noarch installed but there is no DB.php (just DependencyDB.php ). There seem to be no other packages that have pear or a DB.php file.
Anyone have any ideas where I can get it? I've found just the files provided from the Pear site but I have no idea where to copy them to so everything is noticed properly.
Suggestions/Solutions?
Thanks!!
Lonny
Did you try pear install DB?
----- "Scott Silva" ssilva@sgvwater.com wrote:
Lonny Selinger spake the following on 5/2/2007 2:49 PM:
All,
I'm trying to get a small app working but it requires DB.php
provided by Pear. I've double checked and I have php-pear.noarch installed but there is no DB.php (just DependencyDB.php ). There seem to be no other packages that have pear or a DB.php file.
Anyone have any ideas where I can get it? I've found just the files
provided from the Pear site but I have no idea where to copy them to so everything is noticed properly.
Suggestions/Solutions?
Thanks!!
Lonny
Did you try pear install DB?
no ... no I did not. I guess my inexperience with pear is quite evident. You'd think I would have found that while googling!! Thanks Scott that was all I needed to do.
-- Lonny