The compilation didn't work....<br><br>Mythtv gave the errors:<br>-----------------------------<br>g++ -shared -Wl,-soname,libmythavcodec-0.20.so.0 -o libmythavcodec-0.20.so.0.20.0 bitstream.o utils.o allcodecs.o mpegvideo.o
jrevdct.o jfdctfst.o jfdctint.o mpegaudio.o ac3enc.o mjpeg.o audresample.o resample2.o dsputil.o motion_est.o imgconvert.o imgresample.o mpeg12.o mpegaudiodec.o pcm.o simple_idct.o ratecontrol.o adpcm.o eval.o error_resilience.o
fft.o mdct.o raw.o golomb.o cabac.o dpcm.o adx.o faandct.o parser.o g726.o vp3dsp.o bitstream_filter.o h264idct.o rangecoder.o pnm.o h263.o msmpeg4.o h263dec.o dvdsub.o dvbsub.o dvbsubdec.o dvdsubenc.o opt.o lzo.o myth_utils.o
audioconvert.o aasc.o alac.o asv1.o avs.o cavs.o cavsdsp.o cinepak.o cook.o cljr.o cyuv.o dv.o 8bps.o ffv1.o flac.o flacenc.o flashsv.o flicvideo.o 4xm.o fraps.o h261.o h264.o huffyuv.o idcinvideo.o indeo2.o indeo3.o interplayvideo.o
kmvc.o lcl.o loco.o mace.o msrle.o msvideo1.o png.o qdm2.o qdrw.o qpeg.o qtrle.o ra144.o ra288.o roqvideo.o rpza.o rv10.o shorten.o smacker.o smc.o snow.o sonic.o svq1.o truemotion1.o truemotion2.o truespeech.o tta.o tscc.o
cscd.o nuv.o rtjpeg.o ulti.o vc1.o vc1dsp.o vcr1.o vmdav.o vorbis.o vp3.o vqavideo.o wmadec.o wnv1.o ws-snd1.o xan.o xl.o bmp.o mmvideo.o zmbv.o a52dec.o bit_allocate.o a52_bitstream.o downmix.o imdct.o parse.o crc.o resample.o
dtsdec.o fdct_mmx.o cputest.o dsputil_mmx.o mpegvideo_mmx.o idct_mmx.o motion_est_mmx.o simple_idct_mmx.o fft_sse.o vp3dsp_mmx.o vp3dsp_sse2.o idct_mmx_xvid.o fft_3dn.o fft_3dn2.o cavsdsp_mmx.o -L/usr/lib64/qt-3.3/lib -L../libavutil -
lmythavutil-0.20 -ldts -lqt-mt -lXext -lX11 -lm -lpthread<br>/usr/bin/ld: /usr/local/lib/libdts.a(parse.o): relocation R_X86_64_32S against `a local symbol' can not be used when making a shared object; recompile with -fPIC
<br>/usr/local/lib/libdts.a: could not read symbols: Bad value<br>collect2: ld returned 1 exit status<br>make[2]: *** [libmythavcodec-0.20.so.0.20.0] Error 1<br>make[2]: Leaving directory `/usr/src/mythtv/libs/libavcodec'
<br>make[1]: *** [sub-libavcodec] Error 2<br>make[1]: Leaving directory `/usr/src/mythtv/libs'<br>make: *** [sub-libs] Error 2<br>-----------------------------<br><br>and mythplugins gave a lot of errors.<br><br>Is the 64-bit environment supported??
<br>I have compiled/executed Mythtv on Fedora Core 5 32-bit but the 64-bit seems a lot worse, should I reverse back to 32-bit env?<br><br>// Joacim<br><br><div><span class="gmail_quote">On 1/12/07, <b class="gmail_sendername">
Joacim J</b> <<a href="mailto:jocke4news@gmail.com">jocke4news@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Thanks for the tip....I also suspected that. I have been able to get forward by creating a file "/etc/ld.so.conf.d/mythtv-x86_64.conf" containing "/usr/lib64" (without ""). I have been able to pass the configure part and have to about the compilation.
<br><br>// Joacim<div><span class="e" id="q_1101668ceec556ab_1"><br><br><div><span class="gmail_quote">On 1/12/07, <b class="gmail_sendername">Mike Perkins</b> <<a href="mailto:mikep@randomtraveller.org.uk" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
mikep@randomtraveller.org.uk</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Joacim J wrote:<br>> I tries to configure MythMusic but it's seems impossible complaining about:<br>><br>> [root@eowyn mythplugins]# ./configure --prefix=/opt/mythtv-0.20a<br>> --enable-transcode --enable-vcd --enable-aac --disable-mythphone
<br>> --enable-opengl<br>> MythMusic requires libmad and libid3tag.<br>> Disabling MythMusic due to missing dependencies.<br>><br>> I have installed:<br>><br>> -----------------------------<br>> Installed Packages
<br>> Name : libmad<br>> Arch : x86_64<br>> Version: 0.15.1b<br>> Release: 4.fc6<br>> Size : 167 k<br>> Repo : installed<br>> Summary: MPEG audio decoding library<br>> -----------------------------
<br>> Name : libmad-devel<br>> Arch : x86_64<br>> Version: 0.15.1b<br>> Release: 4.fc6<br>> Size : 168 k<br>> Repo : installed<br>> Summary: Header and library for developing programs that will use libmad
<br>> -----------------------------<br>> Name : libid3tag<br>> Arch : x86_64<br>> Version: 0.15.1b<br>> Release: 3.fc6<br>> Size : 129 k<br>> Repo : installed<br>> Summary: ID3 tag manipulation library
<br>> -----------------------------<br>> Name : libid3tag-devel<br>> Arch : x86_64<br>> Version: 0.15.1b<br>> Release: 3.fc6<br>> Size : 11 k<br>> Repo : installed<br>> Summary: libid3tag development files
<br>> -----------------------------<br>><br>> It's very confusing....do you have any idea ??<br>> --<br>> Regards<br>> Joacim<br>><br>><br>> ------------------------------------------------------------------------
<br>><br>> _______________________________________________<br>> mythtv-users mailing list<br>> <a href="mailto:mythtv-users@mythtv.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">mythtv-users@mythtv.org
</a><br>> <a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br><br><br>I had a similar problem with libmp3lame the first time I tried to<br>configure 0.20-fixes. It's there, I can see it, why can't configure?<br>
<br>Reason is, it's in lib64, not lib. I had to get and build a 32-bit<br>version just to satisfy the Myth build process...well, disk space is<br>cheap...<br><br>Is this something the devs should be addressing?<br><br>
Mike Perkins<br>_______________________________________________<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">mythtv-users@mythtv.org
</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br></blockquote></div><br><br clear="all"><br></span></div>-- <br>Regards<br><span class="sg">Joacim
</span></blockquote></div><br><br clear="all"><br>-- <br>Regards<br>Joacim