[mythtv-commits] Ticket #4243: mythfrontend only segfaults on new Ubuntu 7.10 install

MythTV mythtv at cvs.mythtv.org
Sun Dec 16 05:15:53 UTC 2007


#4243: mythfrontend only segfaults on new Ubuntu 7.10 install
--------------------------------+-------------------------------------------
 Reporter:  DannyCan at gmail.com  |        Owner:  ijr 
     Type:  defect              |       Status:  new 
 Priority:  minor               |    Milestone:  0.21
Component:  mythtv              |      Version:  head
 Severity:  medium              |   Resolution:      
  Mlocked:  0                   |  
--------------------------------+-------------------------------------------

Comment(by Michael Pope <map7 at iinet.com.au>):

 I've tested your mythsvn.sh script under ubuntu7.10 today and all I had to
 do was setup my shared libraries to the svn ones and start mythbackend,
 then mythfrontend and it works.  I'm using SVN revision 15169.

 Here is my script to start mythfrontend from within it's directory:

 {{{
 rootpath="/home/d110/mythtv-svn/mythtv/libs"

 export
 LD_LIBRARY_PATH=$rootpath/libavcodec:$rootpath/libavformat:$rootpath/libavutil:$rootpath/libmyth:$rootpath/libmythdvdnav:$rootpath/libmythfreemheg:$rootpath/libmythlivemedia:$rootpath/libmythmpeg2:$rootpath/libmythsamplerate:$rootpath/libmythsoundtouch:$rootpath/libmythtv:$rootpath/libmythui:$rootpath/libmythupnp:$rootpath/libpostproc

 echo $LD_LIBRARY_PATH

 ./mythfrontend
 }}}

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/4243#comment:1>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list