Thanks for the help. It would've taken me forever to figure out about that
env variable with the new qt path if you hadn't mentioned it!
Even though I have licq working now, it's complaining about my config
files... I'm getting messages like
[WRN] Inifile: Warning, failed to find key.
File = /hone/user/.licq/licq.conf
Section = [network]
Key = "TCPServerPortRange"
There are several of these messages, all of which are different, including
one about not being able to find section [startup] in licq_qt-gui.conf.
All of these things that it says it can't find really are in those files
and appear, to the best of my knowledge, to have a reasonable value
assigned to them. These warnings don't appear to affect licq I'd rather
not see them... I did think about changing the debug level but that
section seems to have been removed from the menu in this version.
DvB
On Thu, 27 Jan 2000, Randall Randall wrote:
> Ross Slade wrote:
> >
> > On Thu, 27 Jan 2000, you wrote:
> > > I have exactly the same problem with licq...
> > > Haven't found a workaround/fix yet.....bet someone else has though :-)
>
> Installing Licq 0.75-3a worked for me. You will have to
> do things in a certain order though, to keep both KDE
> happy and Licq happy:
>
> First, backup your ".licq" directory (to ".licq.bak"
> or whatever; "mv .licq .licq.bak" works).
> Use "rpm -e licq*" to uninstall the old Licq and the
> Licq-data rpm.
> Download Licq 0.75-3a and Licq-data 1.5.1 from the
> Licq home page, and follow the pointers to get
> qt 2.0.2 from rpmfind. It's important that you
> get 2.0.2, not 2.1.0, since 2.1.0 and Licq don't
> seem to get along (at least, they didn't for me).
> Then install them in order:
> "rpm -ivh qt..." (if you use "-Uvh" you might
> screw things up, since KDE depends on qt)
> "rpm -Uvh licq-0.75..."
> "rpm -Uvh licq-data-..."
>
> It should work with "-ivh" for those, too, but
> I didn't use it.
>
> Replace your ".licq" directory.
> If you run Licq at this point, it will crash.
> This is because it has to be pointed at the
> new qt version.
>
> You need to use this before you start Licq:
>
> export LD_LIBRARY_PATH=/usr/lib/qt-2.0.2/lib
>
> If you don't want to run that every time, you
> can put it in your ".bash_profile", or, if you
> want anyone on your system to be able to run
> Licq without that, you can put this in a file:
>
> #!/bin/sh
> export LD_LIBRARY_PATH=/usr/lib/qt-2.0.2/lib
> /usr/bin/licq
>
> and run that file instead of Licq. If you do this,
> you need to make sure to call that file whenever
> you want to run Licq. I put that in "/usr/local/bin/licq"
> and use that for my KDE menu entries and in my Autostart
> folder.
>
> > KXICQ works fine...and has the odd added feature too, lke being able to
> > quote a message when replying.
>
> That is enabled by default in Licq, too.
>
>
> I apologize if this seems overly long and detailed, but
> I have two excuses:
>
> This *is* supposed to be the newbie list, and
> If *I* had had this email last night, I would
> have spent 10 minutes doing all this, instead
> of three hours and endless "Uh, oh"s, as I
> installed, uninstalled, and re-installed, trying
> to make everything work again.
>
> --
> Wolfkin ([EMAIL PROTECTED]).
> Crypto key: www.freedomspace.net/~wolfkin/crypto.text
> On a visible but distant shore, a new image of man;
> The shape of his own future, now in his own hands.-- Johnny Clegg.
>