I did :
Add a link in /usr/lib from "qt" to "qt3" (the default mandrake 9.0 qt
directory)
ln -s qt3 qt
Then in /etc/profile (or in ~/.profile) put:
QTDIR=/usr/lib/qt
PATH=$QTDIR/bin:$PATH
MANPATH=$QTDIR/man:$MANPATH
LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH
export QTDIR PATH MANPATH LD_LIBRARY_PATH
(from: http://lx-viewer.sourceforge.net/install/mandrake90.html )
And rebuilt the src rpm for Mandrake 9.0. Is there a public ftp server I
can push it on, if anyone is ineterested? I can not send it through
e-mail, too large, and I am behind a firewall.
Remzi
-----Original Message-----
From: John Levon [mailto:[EMAIL PROTECTED]] On Behalf Of John Levon
Sent: Friday, February 07, 2003 9:15 AM
To: Remzi Seker
Cc: [EMAIL PROTECTED]
Subject: Re: Rebuilding rpm
On Fri, Feb 07, 2003 at 09:14:19AM -0500, Remzi Seker wrote:
> Hi, I am trying to rebuild the lyx.src rpm (1.3) I get a configure
> error saying moc binary not found..
>
> I have qt3, is that the problem?
You need to have qt-devel package installed, and $QTDIR set
appropriately or use the configure options. If it still doesn't work,
send me config.log from the build
john