LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   db.php not found in suse 10 (https://www.linuxquestions.org/questions/linux-software-2/db-php-not-found-in-suse-10-a-437785/)

pen8wen 04-22-2006 02:45 PM

db.php not found in suse 10
 
on install of suse 10, php progs requiring DB.php fail. can't seem to find it in any of the pkgs on the CDs. currently installed php pkgs are:
php4.4, php4-mysql, php4-zlib, php4-pear, php4-dbx, php4-devel and apache2-mod_php4

none of the *php4* packages on CD #5 seem to have DB.php.

thanks

Spudley 04-24-2006 07:22 AM

db.php is part of the Pear library. If it isn't included in the main php4_pear, you should be able to install it pretty easily it using the Pear installer (which definitely is in php4_pear).

To use the Pear installer, go to the command prompt, and type "pear", and you'll get a list of commands you can use - the ones you want are "remote-list" and "install". See the Pear docs for a better description of how it all works, tho.

Hope that helps. :)


All times are GMT -5. The time now is 06:48 AM.