I wonder if there is an easy to disable the speakers temporarily until i find a fix.....what file could i edit to do that? Also, does running the latest yum update really fix the sound issues with 4.0? If so, I will just run yum in the failsafe terminal and hope for the best?
Any advice is much appreciated...thanks!!! On Feb 6, 2005, at 11:02 PM, Andrew wrote:
On Sun, 06 Feb 2005 21:35:43 -0400 Iain McKee <[EMAIL PROTECTED]> wrote:
I am attempting to install xfce GUI using the graphic installer (the easy way). All system requirements pass except it can not find dbh 1.0....what do i need to install or is it somewhere in the system? The GUI installer gives me the option to locate the file manually....
Any help is appreciated and I am a hardcore newbie.....thanks
You can install dbh with yum. Since we are talking about compiling, Im pretty sure you'll need the -devel part. Installing a -devel package usually bring along the real package: ]$ yum install dbh-devel [enter]
The dbh package contain these files: ]$ rpm -ql dbh [enter] - /usr/include/dbh.h - /usr/include/dbh_config.h - /usr/include/dbh_functions.h - /usr/lib/libdbh-1.0.so.1 - /usr/lib/libdbh-1.0.so.1.0.0 as well as its own documentation in: - /usr/share/doc/dbh-1.0.18/*
The dbh-devel package contain all these: ]$ rpm -ql dbh-devel [enter] - /usr/include/dbh.h - /usr/include/dbh_config.h - /usr/include/dbh_functions.h - /usr/lib/libdbh.a - /usr/lib/libdbh.la - /usr/lib/libdbh.so - /usr/lib/pkgconfig/dbh-1.0.pc ... and the documentation: - /usr/share/doc/dbh-devel-1.0.18/*
Its one of those :-) I'd bet on /usr/lib/pkgconfig/dbh-1.0.pc first. _______________________________________________ yellowdog-newbie mailing list [email protected] http://lists.terrasoftsolutions.com/mailman/listinfo/yellowdog-newbie
_______________________________________________ yellowdog-newbie mailing list [email protected] http://lists.terrasoftsolutions.com/mailman/listinfo/yellowdog-newbie
