[mythtv-commits] Re: Ticket #388: Undefined Symbol in
libmythweather.so
MythTV
mythtv at cvs.mythtv.org
Wed Sep 28 11:47:03 UTC 2005
#388: Undefined Symbol in libmythweather.so
-----------------------+----------------------------------------------------
Reporter: anonymous | Owner: ijr
Type: defect | Status: reopened
Priority: minor | Milestone:
Component: mythtv | Version: head
Severity: medium | Resolution:
-----------------------+----------------------------------------------------
Changes (by anonymous):
* resolution: invalid =>
* status: closed => reopened
Comment:
Ahh . . . ok that make some progress. It seems that --prefix=/usr is
being ignored during make install. Some output from make install
{{{
make[2]: Entering directory
`/usr/local/src/mythtv/mythplugins/mythdvd/mythdvd'
cp -f "libmythdvd.so" "/lib/mythtv/plugins/libmythdvd.so"
strip --strip-unneeded "/lib/mythtv/plugins/libmythdvd.so"
cp -f "dvdmenu.xml" "/share/mythtv/"
cp -f "dvd_settings.xml" "/share/mythtv/"
cp -f "dvd-ui.xml" "/share/mythtv/themes/default/"
cp -f "images/md_blankbutton_off.png" "/share/mythtv/themes/default/"
cp -f "images/md_blankbutton_on.png" "/share/mythtv/themes/default/"
cp -f "images/md_blankbutton_pushed.png" "/share/mythtv/themes/default/"
cp -f "images/md_checked.png" "/share/mythtv/themes/default/"
cp -f "images/md_checked_high.png" "/share/mythtv/themes/default/"
}}}
I think it might have to do with the following line in my ./configure
output above
{{{
ln: `mythconfig.mak': File exists
}}}
I deleted the existing symbolic link which was pointing to a non-existant
file and things then installed to the correct locations. Should make
distclean have removed this link?
--
Ticket URL: <http://cvs.mythtv.org/trac/ticket/388>
MythTV <http://www.mythtv.org/>
MythTV
More information about the mythtv-commits
mailing list