[prev in list] [next in list] [prev in thread] [next in thread] 

List:       licq-main
Subject:    [Licq-main] licq not work any more
From:       Antonio Carlos Ribeiro Nogueira <ribeiron () matrix ! com ! br>
Date:       2000-03-27 23:58:20
[Download RAW message or body]

Dear guys,

I was having the licq-0.76-1 working fine. But I was to, as a
chalanger", make the upgrade to licq-0.80... With too much affraid I
must say, but I tried. And what I was specting confirmed... :o) Licq
doesn't work more... When I type licq and click the enter key I received
the following message (the most commom):


nogueira@localhost:~$ licq
20:43:07: [ERR] Unable to load plugin (qt-gui): /usr/lib/licq/licq_qt-gui.so: \
undefined symbol: dragEnterEvent__14QMultiLineEditP15QDragEnterEvent.  \
nogueira@localhost:~$                                                          --

Well, I have installed the following qt's libraries:

nogueira@localhost:~$ rpm -q qt
qt-1.44-15mdk
qt-2.0.2-2
qt-2.1.0.19991128-1
nogueira@localhost:~$

My ld.so.conf is like so:

/usr/X11R6/lib
/usr/i486-linux-libc5/lib
/usr/lib
/usr/lib/licq
/usr/lib/qt-2.1.0/lib
/usr/local/jre117_v1a/lib/i586/native_threads

And my profile is like so also:

# /etc/profile
# (c) MandrakeSoft, Chmouel Boudjnah <chmouel@mandrakesoft.com>

# System wide environment and startup programs
# Functions and aliases go in /etc/bashrc

PROFILE_LOADED=1

##### Handle by Mandrake Security
#PATH="$PATH:/usr/X11R6/bin"

PS1="[\u@\h \W]\\$ "

# Users generally won't see annoyng core files
[ "$UID" = "0" ] && ulimit -c 1000000

##### Handle by Mandrake Security
#if [ `id -gn` = `id -un` -a `id -u` -gt 14 ]; then
#umask 002
#else
#umask 022
#fi

USER=`id -un`
LOGNAME=$USER
MAIL="/var/spool/mail/$USER"

HOSTNAME=`/bin/hostname`
HISTSIZE=1000
HISTFILESIZE=1000

INPUTRC=/etc/inputrc

PATH=$PATH:/usr/local/jre117_v1a

LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/qt-2.1.0/lib

export PATH PS1 USER LOGNAME MAIL HOSTNAME HISTSIZE HISTFILESIZE INPUTRC
LD_LIBRARY_PATH

for i in /etc/profile.d/*.sh ; do
if [ -x $i ]; then
. $i
fi
done

unset i
# Mandrake-Security : if you remove this comment, remove the next line
too.
SECURE_LEVEL=2
# Mandrake-Security : if you remove this comment, remove the next line
too.
umask 022
# Mandrake-Security : if you remove this comment, remove the next line
too.
PATH=$PATH:/usr/X11R6/bin:/usr/games
# Mandrake-Security : if you remove this comment, remove the next line
too.
export PATH SECURE_LEVEL

Note in the profile file that I needed to export the variable
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/qt-2.1.0/lib even in the
licq-0.76-1 that was working, otherwile it not workes also. But in the
licq-0.80 it doesn't work with this strategy. I am very disappointed in
upgrading the licq. I hope someone can help me.., :o(

I thanks in advantage.

Antonio Carlos


[Attachment #3 (text/html)]

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
Dear guys,
<p>I&nbsp;was having the licq-0.76-1 working fine. But I was to, as a chalanger",
make the upgrade to licq-0.80... With too much affraid I must say, but
I&nbsp;tried. And what I was specting confirmed... :o) Licq doesn't work
more... When I&nbsp;type licq and click the enter key I received the following
message (the most commom):
<br>&nbsp;
<pre>nogueira@localhost:~$ licq
20:43:07: [ERR] Unable to load plugin (qt-gui): /usr/lib/licq/licq_qt-gui.so: \
undefined symbol: dragEnterEvent__14QMultiLineEditP15QDragEnterEvent. \
&nbsp;nogueira@localhost:~$&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp \
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;& \
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb \
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
--</pre> Well, I have installed the following qt's libraries:
<p>nogueira@localhost:~$ rpm -q qt
<br>qt-1.44-15mdk
<br>qt-2.0.2-2
<br>qt-2.1.0.19991128-1
<br>nogueira@localhost:~$
<p>My ld.so.conf is like so:
<p>/usr/X11R6/lib
<br>/usr/i486-linux-libc5/lib
<br>/usr/lib
<br>/usr/lib/licq
<br>/usr/lib/qt-2.1.0/lib
<br>/usr/local/jre117_v1a/lib/i586/native_threads
<p>And my profile is like so also:
<p># /etc/profile
<br># (c) MandrakeSoft, Chmouel Boudjnah &lt;chmouel@mandrakesoft.com>
<p># System wide environment and startup programs
<br># Functions and aliases go in /etc/bashrc
<p>PROFILE_LOADED=1
<p>##### Handle by Mandrake Security
<br>#PATH="$PATH:/usr/X11R6/bin"
<p>PS1="[\u@\h \W]\\$ "
<p># Users generally won't see annoyng core files
<br>[ "$UID" = "0" ] &amp;&amp; ulimit -c 1000000
<p>##### Handle by Mandrake Security
<br>#if [ `id -gn` = `id -un` -a `id -u` -gt 14 ]; then
<br>#umask 002
<br>#else
<br>#umask 022
<br>#fi
<p>USER=`id -un`
<br>LOGNAME=$USER
<br>MAIL="/var/spool/mail/$USER"
<p>HOSTNAME=`/bin/hostname`
<br>HISTSIZE=1000
<br>HISTFILESIZE=1000
<p>INPUTRC=/etc/inputrc
<p>PATH=$PATH:/usr/local/jre117_v1a
<p>LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/qt-2.1.0/lib
<p>export PATH PS1 USER LOGNAME MAIL HOSTNAME HISTSIZE HISTFILESIZE INPUTRC
LD_LIBRARY_PATH
<p>for i in /etc/profile.d/*.sh ; do
<br>if [ -x $i ]; then
<br>. $i
<br>fi
<br>done
<p>unset i
<br># Mandrake-Security : if you remove this comment, remove the next line
too.
<br>SECURE_LEVEL=2
<br># Mandrake-Security : if you remove this comment, remove the next line
too.
<br>umask 022
<br># Mandrake-Security : if you remove this comment, remove the next line
too.
<br>PATH=$PATH:/usr/X11R6/bin:/usr/games
<br># Mandrake-Security : if you remove this comment, remove the next line
too.
<br>export PATH SECURE_LEVEL
<p>Note in the profile file that I needed to export the variable&nbsp;
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/qt-2.1.0/lib even in the licq-0.76-1
that was working, otherwile it not workes also. But in the licq-0.80 it
doesn't work with this strategy. I am very disappointed in upgrading the
licq. I&nbsp;hope someone can help me.., :o(
<p>I thanks in advantage.
<p>Antonio Carlos
<br>&nbsp;</html>



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic