On Thursday 18 Oct 2007, E. Ann Black-Ziegelbein wrote: > Thanks Ian! > > I was able to grab your patch file and apply it against the > release-0-20-fixes branch of code checkedout from SVN, and compile it. > > Now, I have a question I was hoping you or someone could help with. I was > hoping to apply the new compiled code over my original mythtv installation > (installed via rpm). I did "make install" - but noticed that it seems to > be placing things in a different location than the rpm installer. I am not > a linux or mythtv wiz ... so I was hoping for some pointers on what files > to move where in order for the new compiled binaries to be picked up.
I assume by 'different location' you mean a different directory. I think you'll have to do a 'make uninstall' for MythTV to remove the new install. Then rerun ./configure with the --prefix option to specify where it should go. I think it defaults to /usr/local, so to place it under /usr you would run './configure --prefix=/usr' -- Ian _______________________________________________ ivtv-users mailing list [email protected] http://ivtvdriver.org/mailman/listinfo/ivtv-users
