<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On 21 Jun 2022, at 5:05 am, Barry Martin <<a href="mailto:barry3martin@gmail.com" class="">barry3martin@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class=""><br class="">Hi Paul!<br class=""><br class=""><br class=""><blockquote type="cite" class="">Ubuntu 22.04 (Jammy) has v32 in the official repo so because that<br class="">version is newer than? v31 it is the version you get if you upgrade or<br class="">do a new install of 22.04.<br class=""><br class=""><br class="">If you want to use v31 then you will have to add the PPA for v31 and<br class="">uninstall**the v32 MythTV packages. You can then install the? v31<br class="">packages and finally tell apt to hold all the installed v31 packages or<br class="">else the next time you do a apt update/apt upgrade you will get the v32<br class="">packages again. See this forum post for details of the various apt<br class="">command to use. <a href="https://forum.mythtv.org/viewtopic.php?f=29&t=4874" class="">https://forum.mythtv.org/viewtopic.php?f=29&t=4874</a><br class=""><br class=""><br class="">It's important to do that for ALL the MythTV packages if you have a<br class="">mixed install then bad things will happen.<br class=""></blockquote><br class="">Semi-apologizing for the delay in replying: tried a few options and apparently I need to have my hand held to figure out the above instructions. Posted my notes at <a href="https://app.box.com/s/c36i4nmocdwkllxvkc9j2l5bxb7vegeu" class="">https://app.box.com/s/c36i4nmocdwkllxvkc9j2l5bxb7vegeu</a>   (PDF format)  so you/others could see what I thought I should be doing.  Basically Part 1 is using the 'without Ansible' option to install (what I'm guessing are the) dependencies, then compiling the source code.  Got an error message which seems to say I am missing dependencies but can't because they're not installable.<br class=""><br class="">So frustration break and on to Part 2.  Well, side-trip to Part 1a: saw there's "2:31.0+fixes.202203040619.7e4ce1ba98~ubuntu22.04.1"  which seems to be what I want to install but unable to figure out how to get to the page to download.<br class=""><br class="">Now to Part 2 (my notes: "Restart here" in the black line). Install using Ansible, then compile the source code again.  And ends with pretty much the same error.<br class=""><br class=""><br class="">... Am I having problems because of this:<br class=""><br class="">cat    /etc/apt/sources.list.d/mythbuntu-ubuntu-31-jammy.list<br class="">deb <a href="https://ppa.launchpadcontent.net/mythbuntu/31/ubuntu/" class="">https://ppa.launchpadcontent.net/mythbuntu/31/ubuntu/</a> jammy main<br class=""># deb-src <a href="https://ppa.launchpadcontent.net/mythbuntu/31/ubuntu/" class="">https://ppa.launchpadcontent.net/mythbuntu/31/ubuntu/</a> jammy main<br class=""></div></div></blockquote></div><br class=""><div class=""><br class=""></div><div class="">Barry as per the wiki, <a href="https://www.mythtv.org/wiki/Build_from_Source" class="">https://www.mythtv.org/wiki/Build_from_Source</a>, building from src is quick (1/2 hour) and easy (you doan need toucha da buttons)</div><div class=""><br class=""></div><div class="">$ git checkout fixes/31</div><div class=""><br class=""></div><div class="">There are several google install LAMP on ubuntu. Do so.</div><div class="">Install the timezone stuff and the basic mysql ie (google mythtv timezone)</div><div class="">$ sudo mysql < mc.sql</div><div class="">you find that in the src tree.</div><div class="">$ ./configure</div><div class="">$ make</div><div class="">$ sudo make install</div><div class=""><br class=""></div><div class="">All done, so enjoy, and mythweb works once you change the ../mythweb/data permissions. I use 1777 and the gods will protest so the www user is www-data. I used /var/www/html/mythweb. IIRC you need to add the rewrite module.</div><div class=""><br class=""></div><div class="">James</div><div class=""><br class=""></div><div class=""><br class=""></div></body></html>