I believe the issue has to do with one of two possible problems. First did you do the
apt-get build-dep mythtv if so then also try it with apt-get build-dep mythtv-database. I believe that there was a specific lib file that had to be installed that did not get caught be the normal dependency measures. Try this but I believe the issue is likely the next issue. apt-get install libqt3c102-mt-mysql Second, can you log into you mysql database normally. mysql -u root -p using the password you created earlier, if you did not create a password earlier than you will need to do that now mysqladmin -u root password 'passwordyouwant' If neither of these two things correct the problem than please let me know how far down the process of installation you are and I will try and see if I can help you figure out the problem. I believe that I had this same issue and I corrected it with one of the above measures. -- Thank you, Robert Wilson MD _______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
