[mythtv] Question on compile!!!

Chris Kleeschulte mythtv-dev@snowman.net
Tue, 23 Jul 2002 15:54:26 -0700


This is a multi-part message in MIME format.

------=_NextPart_000_004B_01C23261.38C7CD30
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

you need to add the path to your mysql.h in your INCLUDEPATH....mine =
would be this:



INCLUDEPATH+=3D/usr/local/mysql/include


hope that does it!!

Chris
  ----- Original Message -----=20
  From: Andrew Deponte=20
  To: mythtv-dev@snowman.net=20
  Sent: Monday, July 22, 2002 5:14 PM
  Subject: Re: [mythtv] Question on compile!!!


  When I do what the link tolled me to do I get the following.

  [root@redtux mysql]# qmake -o Makefile =
"INCLUDEPATH+=3D/usr/local/include"
  "LIBS+=3D-L/usr/local/lib -lmysqlclient" mysql.pro
  [root@redtux mysql]# make
  g++ -c -pipe -Wall -W -O2 -fPIC  -DQT_NO_DEBUG -DQT_PLUGIN
  -I/usr/include/freetype2 -I/usr/local/include -I/usr/local/qt/include
  -I.moc/release-shared/ -I/usr/local/qt/mkspecs/linux-g++ -o =
.obj/main.o
  main.cpp
  In file included from main.cpp:38:
  ../../../../src/sql/drivers/mysql/qsql_mysql.h:49:19: mysql.h: No such
  file or directory
  In file included from main.cpp:38:
  ../../../../src/sql/drivers/mysql/qsql_mysql.h:69: syntax error before
  `*'
  ../../../../src/sql/drivers/mysql/qsql_mysql.h:107: syntax error =
before
  `*'
  make: *** [.obj/main.o] Error 1
  [root@redtux mysql]#=20


  On (07/21/02 21:17), Chris Kleeschulte wrote:
  > Delivered-To: adeponte@localhost.cyph.org
  > From: "Chris Kleeschulte" <kleeschu@mindspring.com>
  > To: <mythtv-dev@snowman.net>
  > Subject: Re: [mythtv] Question on compile!!!
  > X-Priority: 3
  > X-MSMail-Priority: Normal
  > X-Mailer: Microsoft Outlook Express 6.00.2600.0000
  > X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
  > Errors-To: mythtv-dev-admin@snowman.net
  > X-BeenThere: mythtv-dev@snowman.net
  > X-Mailman-Version: 2.0.11
  > Precedence: bulk
  > Reply-To: mythtv-dev@snowman.net
  > X-Reply-To: "Chris Kleeschulte" <kleeschu@corp.earthlink.net>
  > List-Help: <mailto:mythtv-dev-request@snowman.net?subject=3Dhelp>
  > List-Post: <mailto:mythtv-dev@snowman.net>
  > List-Subscribe: =
<http://www.snowman.net/mailman/listinfo/mythtv-dev>,
  > <mailto:mythtv-dev-request@snowman.net?subject=3Dsubscribe>
  > List-Id: Development of mythtv <mythtv-dev.snowman.net>
  > List-Unsubscribe: =
<http://www.snowman.net/mailman/listinfo/mythtv-dev>,
  > <mailto:mythtv-dev-request@snowman.net?subject=3Dunsubscribe>
  > List-Archive: <http://www.snowman.net/pipermail/mythtv-dev/>
  > Date: Sun, 21 Jul 2002 21:17:01 -0700
  >=20
  > check this page out...it will explain how to get that Qt module =
loaded=20
  >=20
  >=20
  >=20
  > http://doc.trolltech.com/3.0/sql-driver.html#QMYSQL3
  >=20
  >=20
  >=20
  > peace
  >=20
  > Chris
  >=20
  >=20
  >   ----- Original Message -----=20
  >   From: Andrew Deponte=20
  >   To: mythtv-dev@snowman.net=20
  >   Sent: Sunday, July 21, 2002 12:23 PM
  >   Subject: Re: [mythtv] Question on compile!!!
  >=20
  >=20
  >   K, I got it all compiled with 0 errors. The problem now is that =
when I
  >   run mythtv it says
  >=20
  >   [adeponte@redtux adeponte]$ mythtv
  >   mythtv: error while loading shared libraries: libmp3lame.so.0: =
cannot
  >   open shared object file: No such file or directory
  >=20
  >   If I make a symlink to /usr/local/lib/libmp3lame.so.0 in my home
  >   directory then when I run mythtv it finds it libmp3lame.so.0 but =
then I
  >   get the following. It also does the following if I just add
  >   /usr/local/lib to my LD_LIBRARY_PATH environment variable. It =
looks
  >   like I have got it to find the library using LD_LIBRARY_PATH but =
the
  >   problem seems to be the permissions for the database in MySQL. Can
  >   someone tell me the proper permissions that are required by the =
software
  >   and the fact that the QMYSQL3 driver is not loaded and please help =
me
  >   with why its not loaded or where it is. I am some what familiar =
with
  >   MySQL in Perl but not in QMYSQL3. Please Help!
  >=20
  >   [adeponte@redtux adeponte]$ mythtv
  >   QSqlDatabase warning: QMYSQL3 driver not loaded
  >   QSqlDatabase: available drivers:=20
  >   Couldn't open database
  >   Probed: Television
  >   Probed: Composite1
  >   Probed: S-Video
  >   QSqlQuery::exec: database not open
  >   Changing from None to WatchingLiveTV
  >   Cannot open output.nuv for writing
  >=20
  >=20
  >=20
  >=20
  >   On (07/21/02 11:46), Andrew Deponte wrote:
  >   > Delivered-To: adeponte@localhost.cyph.org
  >   > From: Andrew Deponte <cyphactor@socal.rr.com>
  >   > To: mythtv-dev@snowman.net
  >   > Subject: Re: [mythtv] Question on compile!!!
  >   > In-Reply-To: <20020721175907.GA17005@ns.cyph.org>
  >   > User-Agent: Mutt/1.3.25i
  >   > Errors-To: mythtv-dev-admin@snowman.net
  >   > X-BeenThere: mythtv-dev@snowman.net
  >   > X-Mailman-Version: 2.0.11
  >   > Precedence: bulk
  >   > Reply-To: mythtv-dev@snowman.net
  >   > List-Help: =
<mailto:mythtv-dev-request@snowman.net?subject=3Dhelp>
  >   > List-Post: <mailto:mythtv-dev@snowman.net>
  >   > List-Subscribe: =
<http://www.snowman.net/mailman/listinfo/mythtv-dev>,
  >   > <mailto:mythtv-dev-request@snowman.net?subject=3Dsubscribe>
  >   > List-Id: Development of mythtv <mythtv-dev.snowman.net>
  >   > List-Unsubscribe: =
<http://www.snowman.net/mailman/listinfo/mythtv-dev>,
  >   > <mailto:mythtv-dev-request@snowman.net?subject=3Dunsubscribe>
  >   > List-Archive: <http://www.snowman.net/pipermail/mythtv-dev/>
  >   > Date: Sun, 21 Jul 2002 11:46:12 -0700
  >   >=20
  >   > I figured it out myself. The problem was that the libqt-mt.so.3 =
file had
  >   > the tailing 3 so I symlinked it with libqt-mt.so and then ran =
the
  >   > Makefile and it compiled that subdir but other subdirs use that =
lib
  >   > as well so other subdir needed the -L/usr/lib/qt-3.0.3/lib added =
too.
  >   >=20
  >   > On (07/21/02 10:59), cyphactor@socal.rr.com wrote:
  >   > > Delivered-To: adeponte@localhost.cyph.org
  >   > > From: cyphactor@socal.rr.com
  >   > > To: mythtv-dev@snowman.net
  >   > > User-Agent: Mutt/1.3.25i
  >   > > Subject: [mythtv] Question on compile!!!
  >   > > Errors-To: mythtv-dev-admin@snowman.net
  >   > > X-BeenThere: mythtv-dev@snowman.net
  >   > > X-Mailman-Version: 2.0.11
  >   > > Precedence: bulk
  >   > > Reply-To: mythtv-dev@snowman.net
  >   > > List-Help: =
<mailto:mythtv-dev-request@snowman.net?subject=3Dhelp>
  >   > > List-Post: <mailto:mythtv-dev@snowman.net>
  >   > > List-Subscribe: =
<http://www.snowman.net/mailman/listinfo/mythtv-dev>,
  >   > > <mailto:mythtv-dev-request@snowman.net?subject=3Dsubscribe>
  >   > > List-Id: Development of mythtv <mythtv-dev.snowman.net>
  >   > > List-Unsubscribe: =
<http://www.snowman.net/mailman/listinfo/mythtv-dev>,
  >   > > <mailto:mythtv-dev-request@snowman.net?subject=3Dunsubscribe>
  >   > > List-Archive: <http://www.snowman.net/pipermail/mythtv-dev/>
  >   > > Date: Sun, 21 Jul 2002 10:59:07 -0700
  >   > >=20
  >   > > Hey, again I think my e-mail should work from my member enty =
in the list
  >   > > this time. Here is the problem. In the make process it gets to
  >   > > mythdialog and runs the make file and then on the first g++ =
line it
  >   > > barfs saying that /usr/bin/ld: cannot find -lqt-mt, I looked =
through
  >   > > the qt3 that i just installed in /usr/local/qt and the file is =
not in
  >   > > there. So then I ran updatedb, and locate to find it. It shows =
up in
  >   > > /usr/lib/qt-3.0.3/lib/libqt-mt.so.3
  >   > > /usr/lib/qt-3.0.3/lib/libqt-mt.so.3.0
  >   > > /usr/lib/qt-3.0.3/lib/libqt-mt.so.3.0.3
  >   > > So I added another -L to the mythdialog Makefile to fix it and =
put
  >   > > -L/usr/lib/qt-3.0.3/lib/
  >   > > It still gives me the error though when I run make that =
/usr/bin/ld
  >   > > cannot find it. Please Assist me!!.
  >   > > Thanks,
  >   > > Andrew
  >   > > _______________________________________________
  >   > > mythtv-dev mailing list
  >   > > mythtv-dev@snowman.net
  >   > > http://www.snowman.net/mailman/listinfo/mythtv-dev
  >   > _______________________________________________
  >   > mythtv-dev mailing list
  >   > mythtv-dev@snowman.net
  >   > http://www.snowman.net/mailman/listinfo/mythtv-dev
  >   _______________________________________________
  >   mythtv-dev mailing list
  >   mythtv-dev@snowman.net
  >   http://www.snowman.net/mailman/listinfo/mythtv-dev
  _______________________________________________
  mythtv-dev mailing list
  mythtv-dev@snowman.net
  http://www.snowman.net/mailman/listinfo/mythtv-dev

------=_NextPart_000_004B_01C23261.38C7CD30
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2716.2200" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DVerdana size=3D2>you need to add the path to your =
mysql.h in your=20
INCLUDEPATH....mine would be this:</FONT></DIV>
<DIV><FONT face=3DVerdana size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DVerdana size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DVerdana size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DVerdana=20
size=3D2>INCLUDEPATH+=3D/usr/local/mysql/include</FONT></DIV>
<DIV><FONT face=3DVerdana size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DVerdana size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DVerdana size=3D2>hope that does it!!</FONT></DIV>
<DIV><FONT face=3DVerdana size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DVerdana size=3D2>Chris</FONT></DIV>
<BLOCKQUOTE=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style=3D"FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV=20
  style=3D"BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: =
black"><B>From:</B>=20
  <A title=3Dcyphactor@socal.rr.com =
href=3D"mailto:cyphactor@socal.rr.com">Andrew=20
  Deponte</A> </DIV>
  <DIV style=3D"FONT: 10pt arial"><B>To:</B> <A =
title=3Dmythtv-dev@snowman.net=20
  href=3D"mailto:mythtv-dev@snowman.net">mythtv-dev@snowman.net</A> =
</DIV>
  <DIV style=3D"FONT: 10pt arial"><B>Sent:</B> Monday, July 22, 2002 =
5:14 PM</DIV>
  <DIV style=3D"FONT: 10pt arial"><B>Subject:</B> Re: [mythtv] Question =
on=20
  compile!!!</DIV>
  <DIV><BR></DIV>When I do what the link tolled me to do I get the=20
  following.<BR><BR>[root@redtux mysql]# qmake -o Makefile=20
  "INCLUDEPATH+=3D/usr/local/include"<BR>"LIBS+=3D-L/usr/local/lib =
-lmysqlclient"=20
  mysql.pro<BR>[root@redtux mysql]# make<BR>g++ -c -pipe -Wall -W -O2=20
  -fPIC&nbsp; -DQT_NO_DEBUG -DQT_PLUGIN<BR>-I/usr/include/freetype2=20
  -I/usr/local/include -I/usr/local/qt/include<BR>-I.moc/release-shared/ =

  -I/usr/local/qt/mkspecs/linux-g++ -o .obj/main.o<BR>main.cpp<BR>In =
file=20
  included from=20
  main.cpp:38:<BR>../../../../src/sql/drivers/mysql/qsql_mysql.h:49:19: =
mysql.h:=20
  No such<BR>file or directory<BR>In file included from=20
  main.cpp:38:<BR>../../../../src/sql/drivers/mysql/qsql_mysql.h:69: =
syntax=20
  error =
before<BR>`*'<BR>../../../../src/sql/drivers/mysql/qsql_mysql.h:107:=20
  syntax error before<BR>`*'<BR>make: *** [.obj/main.o] Error =
1<BR>[root@redtux=20
  mysql]# <BR><BR><BR>On (07/21/02 21:17), Chris Kleeschulte =
wrote:<BR>&gt;=20
  Delivered-To: <A=20
  =
href=3D"mailto:adeponte@localhost.cyph.org">adeponte@localhost.cyph.org</=
A><BR>&gt;=20
  From: "Chris Kleeschulte" &lt;<A=20
  =
href=3D"mailto:kleeschu@mindspring.com">kleeschu@mindspring.com</A>&gt;<B=
R>&gt;=20
  To: &lt;<A=20
  =
href=3D"mailto:mythtv-dev@snowman.net">mythtv-dev@snowman.net</A>&gt;<BR>=
&gt;=20
  Subject: Re: [mythtv] Question on compile!!!<BR>&gt; X-Priority: =
3<BR>&gt;=20
  X-MSMail-Priority: Normal<BR>&gt; X-Mailer: Microsoft Outlook Express=20
  6.00.2600.0000<BR>&gt; X-MimeOLE: Produced By Microsoft MimeOLE=20
  V6.00.2600.0000<BR>&gt; Errors-To: <A=20
  =
href=3D"mailto:mythtv-dev-admin@snowman.net">mythtv-dev-admin@snowman.net=
</A><BR>&gt;=20
  X-BeenThere: <A=20
  =
href=3D"mailto:mythtv-dev@snowman.net">mythtv-dev@snowman.net</A><BR>&gt;=
=20
  X-Mailman-Version: 2.0.11<BR>&gt; Precedence: bulk<BR>&gt; Reply-To: =
<A=20
  =
href=3D"mailto:mythtv-dev@snowman.net">mythtv-dev@snowman.net</A><BR>&gt;=
=20
  X-Reply-To: "Chris Kleeschulte" &lt;<A=20
  =
href=3D"mailto:kleeschu@corp.earthlink.net">kleeschu@corp.earthlink.net</=
A>&gt;<BR>&gt;=20
  List-Help: &lt;<A=20
  =
href=3D"mailto:mythtv-dev-request@snowman.net?subject=3Dhelp">mailto:myth=
tv-dev-request@snowman.net?subject=3Dhelp</A>&gt;<BR>&gt;=20
  List-Post: &lt;<A=20
  =
href=3D"mailto:mythtv-dev@snowman.net">mailto:mythtv-dev@snowman.net</A>&=
gt;<BR>&gt;=20
  List-Subscribe: &lt;<A=20
  =
href=3D"http://www.snowman.net/mailman/listinfo/mythtv-dev">http://www.sn=
owman.net/mailman/listinfo/mythtv-dev</A>&gt;,<BR>&gt;=20
  &lt;<A=20
  =
href=3D"mailto:mythtv-dev-request@snowman.net?subject=3Dsubscribe">mailto=
:mythtv-dev-request@snowman.net?subject=3Dsubscribe</A>&gt;<BR>&gt;=20
  List-Id: Development of mythtv &lt;mythtv-dev.snowman.net&gt;<BR>&gt;=20
  List-Unsubscribe: &lt;<A=20
  =
href=3D"http://www.snowman.net/mailman/listinfo/mythtv-dev">http://www.sn=
owman.net/mailman/listinfo/mythtv-dev</A>&gt;,<BR>&gt;=20
  &lt;<A=20
  =
href=3D"mailto:mythtv-dev-request@snowman.net?subject=3Dunsubscribe">mail=
to:mythtv-dev-request@snowman.net?subject=3Dunsubscribe</A>&gt;<BR>&gt;=20
  List-Archive: &lt;<A=20
  =
href=3D"http://www.snowman.net/pipermail/mythtv-dev/">http://www.snowman.=
net/pipermail/mythtv-dev/</A>&gt;<BR>&gt;=20
  Date: Sun, 21 Jul 2002 21:17:01 -0700<BR>&gt; <BR>&gt; check this page =

  out...it will explain how to get that Qt module loaded <BR>&gt; =
<BR>&gt;=20
  <BR>&gt; <BR>&gt; <A=20
  =
href=3D"http://doc.trolltech.com/3.0/sql-driver.html#QMYSQL3">http://doc.=
trolltech.com/3.0/sql-driver.html#QMYSQL3</A><BR>&gt;=20
  <BR>&gt; <BR>&gt; <BR>&gt; peace<BR>&gt; <BR>&gt; Chris<BR>&gt; =
<BR>&gt;=20
  <BR>&gt;&nbsp;&nbsp; ----- Original Message ----- <BR>&gt;&nbsp;&nbsp; =
From:=20
  Andrew Deponte <BR>&gt;&nbsp;&nbsp; To: <A=20
  href=3D"mailto:mythtv-dev@snowman.net">mythtv-dev@snowman.net</A>=20
  <BR>&gt;&nbsp;&nbsp; Sent: Sunday, July 21, 2002 12:23 =
PM<BR>&gt;&nbsp;&nbsp;=20
  Subject: Re: [mythtv] Question on compile!!!<BR>&gt; <BR>&gt;=20
  <BR>&gt;&nbsp;&nbsp; K, I got it all compiled with 0 errors. The =
problem now=20
  is that when I<BR>&gt;&nbsp;&nbsp; run mythtv it says<BR>&gt;=20
  <BR>&gt;&nbsp;&nbsp; [adeponte@redtux adeponte]$ =
mythtv<BR>&gt;&nbsp;&nbsp;=20
  mythtv: error while loading shared libraries: libmp3lame.so.0:=20
  cannot<BR>&gt;&nbsp;&nbsp; open shared object file: No such file or=20
  directory<BR>&gt; <BR>&gt;&nbsp;&nbsp; If I make a symlink to=20
  /usr/local/lib/libmp3lame.so.0 in my home<BR>&gt;&nbsp;&nbsp; =
directory then=20
  when I run mythtv it finds it libmp3lame.so.0 but then =
I<BR>&gt;&nbsp;&nbsp;=20
  get the following. It also does the following if I just=20
  add<BR>&gt;&nbsp;&nbsp; /usr/local/lib to my LD_LIBRARY_PATH =
environment=20
  variable. It looks<BR>&gt;&nbsp;&nbsp; like I have got it to find the =
library=20
  using LD_LIBRARY_PATH but the<BR>&gt;&nbsp;&nbsp; problem seems to be =
the=20
  permissions for the database in MySQL. Can<BR>&gt;&nbsp;&nbsp; someone =
tell me=20
  the proper permissions that are required by the =
software<BR>&gt;&nbsp;&nbsp;=20
  and the fact that the QMYSQL3 driver is not loaded and please help=20
  me<BR>&gt;&nbsp;&nbsp; with why its not loaded or where it is. I am =
some what=20
  familiar with<BR>&gt;&nbsp;&nbsp; MySQL in Perl but not in QMYSQL3. =
Please=20
  Help!<BR>&gt; <BR>&gt;&nbsp;&nbsp; [adeponte@redtux adeponte]$=20
  mythtv<BR>&gt;&nbsp;&nbsp; QSqlDatabase warning: QMYSQL3 driver not=20
  loaded<BR>&gt;&nbsp;&nbsp; QSqlDatabase: available drivers:=20
  <BR>&gt;&nbsp;&nbsp; Couldn't open database<BR>&gt;&nbsp;&nbsp; =
Probed:=20
  Television<BR>&gt;&nbsp;&nbsp; Probed: Composite1<BR>&gt;&nbsp;&nbsp; =
Probed:=20
  S-Video<BR>&gt;&nbsp;&nbsp; QSqlQuery::exec: database not=20
  open<BR>&gt;&nbsp;&nbsp; Changing from None to=20
  WatchingLiveTV<BR>&gt;&nbsp;&nbsp; Cannot open output.nuv for =
writing<BR>&gt;=20
  <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt;&nbsp;&nbsp; On (07/21/02 11:46), =
Andrew=20
  Deponte wrote:<BR>&gt;&nbsp;&nbsp; &gt; Delivered-To: <A=20
  =
href=3D"mailto:adeponte@localhost.cyph.org">adeponte@localhost.cyph.org</=
A><BR>&gt;&nbsp;&nbsp;=20
  &gt; From: Andrew Deponte &lt;<A=20
  =
href=3D"mailto:cyphactor@socal.rr.com">cyphactor@socal.rr.com</A>&gt;<BR>=
&gt;&nbsp;&nbsp;=20
  &gt; To: <A=20
  =
href=3D"mailto:mythtv-dev@snowman.net">mythtv-dev@snowman.net</A><BR>&gt;=
&nbsp;&nbsp;=20
  &gt; Subject: Re: [mythtv] Question on compile!!!<BR>&gt;&nbsp;&nbsp; =
&gt;=20
  In-Reply-To: &lt;<A=20
  =
href=3D"mailto:20020721175907.GA17005@ns.cyph.org">20020721175907.GA17005=
@ns.cyph.org</A>&gt;<BR>&gt;&nbsp;&nbsp;=20
  &gt; User-Agent: Mutt/1.3.25i<BR>&gt;&nbsp;&nbsp; &gt; Errors-To: <A=20
  =
href=3D"mailto:mythtv-dev-admin@snowman.net">mythtv-dev-admin@snowman.net=
</A><BR>&gt;&nbsp;&nbsp;=20
  &gt; X-BeenThere: <A=20
  =
href=3D"mailto:mythtv-dev@snowman.net">mythtv-dev@snowman.net</A><BR>&gt;=
&nbsp;&nbsp;=20
  &gt; X-Mailman-Version: 2.0.11<BR>&gt;&nbsp;&nbsp; &gt; Precedence:=20
  bulk<BR>&gt;&nbsp;&nbsp; &gt; Reply-To: <A=20
  =
href=3D"mailto:mythtv-dev@snowman.net">mythtv-dev@snowman.net</A><BR>&gt;=
&nbsp;&nbsp;=20
  &gt; List-Help: &lt;<A=20
  =
href=3D"mailto:mythtv-dev-request@snowman.net?subject=3Dhelp">mailto:myth=
tv-dev-request@snowman.net?subject=3Dhelp</A>&gt;<BR>&gt;&nbsp;&nbsp;=20
  &gt; List-Post: &lt;<A=20
  =
href=3D"mailto:mythtv-dev@snowman.net">mailto:mythtv-dev@snowman.net</A>&=
gt;<BR>&gt;&nbsp;&nbsp;=20
  &gt; List-Subscribe: &lt;<A=20
  =
href=3D"http://www.snowman.net/mailman/listinfo/mythtv-dev">http://www.sn=
owman.net/mailman/listinfo/mythtv-dev</A>&gt;,<BR>&gt;&nbsp;&nbsp;=20
  &gt; &lt;<A=20
  =
href=3D"mailto:mythtv-dev-request@snowman.net?subject=3Dsubscribe">mailto=
:mythtv-dev-request@snowman.net?subject=3Dsubscribe</A>&gt;<BR>&gt;&nbsp;=
&nbsp;=20
  &gt; List-Id: Development of mythtv=20
  &lt;mythtv-dev.snowman.net&gt;<BR>&gt;&nbsp;&nbsp; &gt; =
List-Unsubscribe:=20
  &lt;<A=20
  =
href=3D"http://www.snowman.net/mailman/listinfo/mythtv-dev">http://www.sn=
owman.net/mailman/listinfo/mythtv-dev</A>&gt;,<BR>&gt;&nbsp;&nbsp;=20
  &gt; &lt;<A=20
  =
href=3D"mailto:mythtv-dev-request@snowman.net?subject=3Dunsubscribe">mail=
to:mythtv-dev-request@snowman.net?subject=3Dunsubscribe</A>&gt;<BR>&gt;&n=
bsp;&nbsp;=20
  &gt; List-Archive: &lt;<A=20
  =
href=3D"http://www.snowman.net/pipermail/mythtv-dev/">http://www.snowman.=
net/pipermail/mythtv-dev/</A>&gt;<BR>&gt;&nbsp;&nbsp;=20
  &gt; Date: Sun, 21 Jul 2002 11:46:12 -0700<BR>&gt;&nbsp;&nbsp; &gt;=20
  <BR>&gt;&nbsp;&nbsp; &gt; I figured it out myself. The problem was =
that the=20
  libqt-mt.so.3 file had<BR>&gt;&nbsp;&nbsp; &gt; the tailing 3 so I =
symlinked=20
  it with libqt-mt.so and then ran the<BR>&gt;&nbsp;&nbsp; &gt; Makefile =
and it=20
  compiled that subdir but other subdirs use that =
lib<BR>&gt;&nbsp;&nbsp; &gt;=20
  as well so other subdir needed the -L/usr/lib/qt-3.0.3/lib added=20
  too.<BR>&gt;&nbsp;&nbsp; &gt; <BR>&gt;&nbsp;&nbsp; &gt; On (07/21/02 =
10:59),=20
  <A href=3D"mailto:cyphactor@socal.rr.com">cyphactor@socal.rr.com</A>=20
  wrote:<BR>&gt;&nbsp;&nbsp; &gt; &gt; Delivered-To: <A=20
  =
href=3D"mailto:adeponte@localhost.cyph.org">adeponte@localhost.cyph.org</=
A><BR>&gt;&nbsp;&nbsp;=20
  &gt; &gt; From: <A=20
  =
href=3D"mailto:cyphactor@socal.rr.com">cyphactor@socal.rr.com</A><BR>&gt;=
&nbsp;&nbsp;=20
  &gt; &gt; To: <A=20
  =
href=3D"mailto:mythtv-dev@snowman.net">mythtv-dev@snowman.net</A><BR>&gt;=
&nbsp;&nbsp;=20
  &gt; &gt; User-Agent: Mutt/1.3.25i<BR>&gt;&nbsp;&nbsp; &gt; &gt; =
Subject:=20
  [mythtv] Question on compile!!!<BR>&gt;&nbsp;&nbsp; &gt; &gt; =
Errors-To: <A=20
  =
href=3D"mailto:mythtv-dev-admin@snowman.net">mythtv-dev-admin@snowman.net=
</A><BR>&gt;&nbsp;&nbsp;=20
  &gt; &gt; X-BeenThere: <A=20
  =
href=3D"mailto:mythtv-dev@snowman.net">mythtv-dev@snowman.net</A><BR>&gt;=
&nbsp;&nbsp;=20
  &gt; &gt; X-Mailman-Version: 2.0.11<BR>&gt;&nbsp;&nbsp; &gt; &gt; =
Precedence:=20
  bulk<BR>&gt;&nbsp;&nbsp; &gt; &gt; Reply-To: <A=20
  =
href=3D"mailto:mythtv-dev@snowman.net">mythtv-dev@snowman.net</A><BR>&gt;=
&nbsp;&nbsp;=20
  &gt; &gt; List-Help: &lt;<A=20
  =
href=3D"mailto:mythtv-dev-request@snowman.net?subject=3Dhelp">mailto:myth=
tv-dev-request@snowman.net?subject=3Dhelp</A>&gt;<BR>&gt;&nbsp;&nbsp;=20
  &gt; &gt; List-Post: &lt;<A=20
  =
href=3D"mailto:mythtv-dev@snowman.net">mailto:mythtv-dev@snowman.net</A>&=
gt;<BR>&gt;&nbsp;&nbsp;=20
  &gt; &gt; List-Subscribe: &lt;<A=20
  =
href=3D"http://www.snowman.net/mailman/listinfo/mythtv-dev">http://www.sn=
owman.net/mailman/listinfo/mythtv-dev</A>&gt;,<BR>&gt;&nbsp;&nbsp;=20
  &gt; &gt; &lt;<A=20
  =
href=3D"mailto:mythtv-dev-request@snowman.net?subject=3Dsubscribe">mailto=
:mythtv-dev-request@snowman.net?subject=3Dsubscribe</A>&gt;<BR>&gt;&nbsp;=
&nbsp;=20
  &gt; &gt; List-Id: Development of mythtv=20
  &lt;mythtv-dev.snowman.net&gt;<BR>&gt;&nbsp;&nbsp; &gt; &gt; =
List-Unsubscribe:=20
  &lt;<A=20
  =
href=3D"http://www.snowman.net/mailman/listinfo/mythtv-dev">http://www.sn=
owman.net/mailman/listinfo/mythtv-dev</A>&gt;,<BR>&gt;&nbsp;&nbsp;=20
  &gt; &gt; &lt;<A=20
  =
href=3D"mailto:mythtv-dev-request@snowman.net?subject=3Dunsubscribe">mail=
to:mythtv-dev-request@snowman.net?subject=3Dunsubscribe</A>&gt;<BR>&gt;&n=
bsp;&nbsp;=20
  &gt; &gt; List-Archive: &lt;<A=20
  =
href=3D"http://www.snowman.net/pipermail/mythtv-dev/">http://www.snowman.=
net/pipermail/mythtv-dev/</A>&gt;<BR>&gt;&nbsp;&nbsp;=20
  &gt; &gt; Date: Sun, 21 Jul 2002 10:59:07 -0700<BR>&gt;&nbsp;&nbsp; =
&gt; &gt;=20
  <BR>&gt;&nbsp;&nbsp; &gt; &gt; Hey, again I think my e-mail should =
work from=20
  my member enty in the list<BR>&gt;&nbsp;&nbsp; &gt; &gt; this time. =
Here is=20
  the problem. In the make process it gets to<BR>&gt;&nbsp;&nbsp; &gt; =
&gt;=20
  mythdialog and runs the make file and then on the first g++ line=20
  it<BR>&gt;&nbsp;&nbsp; &gt; &gt; barfs saying that /usr/bin/ld: cannot =
find=20
  -lqt-mt, I looked through<BR>&gt;&nbsp;&nbsp; &gt; &gt; the qt3 that i =
just=20
  installed in /usr/local/qt and the file is not in<BR>&gt;&nbsp;&nbsp; =
&gt;=20
  &gt; there. So then I ran updatedb, and locate to find it. It shows up =

  in<BR>&gt;&nbsp;&nbsp; &gt; &gt;=20
  /usr/lib/qt-3.0.3/lib/libqt-mt.so.3<BR>&gt;&nbsp;&nbsp; &gt; &gt;=20
  /usr/lib/qt-3.0.3/lib/libqt-mt.so.3.0<BR>&gt;&nbsp;&nbsp; &gt; &gt;=20
  /usr/lib/qt-3.0.3/lib/libqt-mt.so.3.0.3<BR>&gt;&nbsp;&nbsp; &gt; &gt; =
So I=20
  added another -L to the mythdialog Makefile to fix it and=20
  put<BR>&gt;&nbsp;&nbsp; &gt; &gt; =
-L/usr/lib/qt-3.0.3/lib/<BR>&gt;&nbsp;&nbsp;=20
  &gt; &gt; It still gives me the error though when I run make that=20
  /usr/bin/ld<BR>&gt;&nbsp;&nbsp; &gt; &gt; cannot find it. Please =
Assist=20
  me!!.<BR>&gt;&nbsp;&nbsp; &gt; &gt; Thanks,<BR>&gt;&nbsp;&nbsp; &gt; =
&gt;=20
  Andrew<BR>&gt;&nbsp;&nbsp; &gt; &gt;=20
  _______________________________________________<BR>&gt;&nbsp;&nbsp; =
&gt; &gt;=20
  mythtv-dev mailing list<BR>&gt;&nbsp;&nbsp; &gt; &gt; <A=20
  =
href=3D"mailto:mythtv-dev@snowman.net">mythtv-dev@snowman.net</A><BR>&gt;=
&nbsp;&nbsp;=20
  &gt; &gt; <A=20
  =
href=3D"http://www.snowman.net/mailman/listinfo/mythtv-dev">http://www.sn=
owman.net/mailman/listinfo/mythtv-dev</A><BR>&gt;&nbsp;&nbsp;=20
  &gt; =
_______________________________________________<BR>&gt;&nbsp;&nbsp; &gt; =

  mythtv-dev mailing list<BR>&gt;&nbsp;&nbsp; &gt; <A=20
  =
href=3D"mailto:mythtv-dev@snowman.net">mythtv-dev@snowman.net</A><BR>&gt;=
&nbsp;&nbsp;=20
  &gt; <A=20
  =
href=3D"http://www.snowman.net/mailman/listinfo/mythtv-dev">http://www.sn=
owman.net/mailman/listinfo/mythtv-dev</A><BR>&gt;&nbsp;&nbsp;=20
  _______________________________________________<BR>&gt;&nbsp;&nbsp; =
mythtv-dev=20
  mailing list<BR>&gt;&nbsp;&nbsp; <A=20
  =
href=3D"mailto:mythtv-dev@snowman.net">mythtv-dev@snowman.net</A><BR>&gt;=
&nbsp;&nbsp;=20
  <A=20
  =
href=3D"http://www.snowman.net/mailman/listinfo/mythtv-dev">http://www.sn=
owman.net/mailman/listinfo/mythtv-dev</A><BR>____________________________=
___________________<BR>mythtv-dev=20
  mailing list<BR><A=20
  =
href=3D"mailto:mythtv-dev@snowman.net">mythtv-dev@snowman.net</A><BR><A=20
  =
href=3D"http://www.snowman.net/mailman/listinfo/mythtv-dev">http://www.sn=
owman.net/mailman/listinfo/mythtv-dev</A></BLOCKQUOTE></BODY></HTML>

------=_NextPart_000_004B_01C23261.38C7CD30--