Re: [Licq-main] licq 1.2.3 unresolve in kde-gui.so

2003-01-12 Thread Hermann Lacheiner
On Sat, 2003-01-11 at 18:04, Jon Keating wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> On Friday 10 January 2003 11:03 am, Sergey Smirnov wrote:
> > Thomas Reitelbach ÐÉÛÅÔ:
> > | On Friday 10 January 2003 16:32, Sergey Smirnov wrote:
> > |>~ [ERR] Unable to load plugin (kde-gui):
> > |>~ /usr/lib/licq/licq_kde-gui.so: undefined symbol:
> > |>_ZN7QWidget5eventEP6QEvent.
> > |>
> > |>kde 3.1.0+rc6
> > |>qt  3.1.1
> > |>glibc 2.3.1
> 
> Do you have more than one version of GCC on your system?  This error is most 
> common with using one version of GCC for Qt and another version of GCC for 
> Licq and the plugin you install. (kde-gui in this case).

I had the same problem with Debian unstable and the problem I think is, that a
few days ago Debian switched to the new gcc version (3.2) but qt is compiled 
with an older version of gcc. So like Jon said, this doesn't work for now 
in Debian.
For me, I solved the problem that I set the gcc and g++ link in /usr/bin to
gcc-2.95 respectively g++-2.95

Hermann



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
LICQ-Main mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/licq-main



Re: [Licq-main] licq 1.2.3 unresolve in kde-gui.so

2003-01-11 Thread Jon Keating
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Friday 10 January 2003 11:03 am, Sergey Smirnov wrote:
> Thomas Reitelbach ÐÉÛÅÔ:
> | On Friday 10 January 2003 16:32, Sergey Smirnov wrote:
> |>~ [ERR] Unable to load plugin (kde-gui):
> |>~ /usr/lib/licq/licq_kde-gui.so: undefined symbol:
> |>_ZN7QWidget5eventEP6QEvent.
> |>
> |>kde 3.1.0+rc6
> |>qt  3.1.1
> |>glibc 2.3.1

Do you have more than one version of GCC on your system?  This error is most 
common with using one version of GCC for Qt and another version of GCC for 
Licq and the plugin you install. (kde-gui in this case).

Jon

__
Jon KeatingICQ #16325723
[EMAIL PROTECTED]   GPG ID: 0x2290A71F
emostar on irc.openprojects.net
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.0 (GNU/Linux)

iD8DBQE+IE65ld1KayKQpx8RAucOAKDXWQOKv2H0bb9USMy4H53cjeauIACfSGQM
SKOhssnd46oSisDNxBlY1gw=
=hXqI
-END PGP SIGNATURE-



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
LICQ-Main mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/licq-main



Re: [Licq-main] licq 1.2.3 unresolve in kde-gui.so

2003-01-10 Thread Sergey Smirnov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Thomas Reitelbach ÐÉÛÅÔ:
| On Friday 10 January 2003 16:32, Sergey Smirnov wrote:
|
|>~ [ERR] Unable to load plugin (kde-gui):
|>~ /usr/lib/licq/licq_kde-gui.so: undefined symbol:
|>_ZN7QWidget5eventEP6QEvent.
|>
|>kde 3.1.0+rc6
|>qt  3.1.1
|>glibc 2.3.1
|
|
| Does "licq -p qt-gui" help?
| You propably forgot the --with-kde switch when compiling qt-gui plugin
and
| thus are using an outdated kde-plugin with a newer daemon from previous
| installation.
| did you compile the daemon as well? this is necessary.
|
| Can you please give us some more information?
| run licq -d 31 to get more debug output.
| did you compile from sources or did you install an RPM?
| Some more details will help us to help you :)
|
| Thomas

- ---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld http://www.vasoftware.com
___
LICQ-Main mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/licq-main

May be last lines from strace lice can help?
...
munmap(0x4127e000, 54400)   = 0
munmap(0x4181c000, 139112)  = 0
munmap(0x41366000, 4788960) = 0
time(NULL)  = 1042218190
write(2, "\33[32m20:03:10: \33[31m", 2020:03:10: ) = 20
write(2, "[ERR] Unable to load plugin (kde"..., 116[ERR] Unable to load
plugin (kde-gui): /usr/lib/licq/licq_kde-gui.so: undefined symbol:
_ZN7QWidget5eventEP6QEvent.
) = 116
write(2, "\33[39m", 5)  = 5
semget(1, 0, IPC_NOWAIT|0xb108|0400) = -1 ENOSYS (Function not
implemented)
_exit(1)
- --
Sergey Smirnov
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQE+Hv2aDeW3DVbXLdcRAlH9AKC0UYm49sTzkDKyvJX6jzgoPQczrACgt6cd
ULTZZQwG2b9uku9VBEd4nOU=
=bhSI
-END PGP SIGNATURE-



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
LICQ-Main mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/licq-main



Re: [Licq-main] licq 1.2.3 unresolve in kde-gui.so

2003-01-10 Thread Sergey Smirnov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Thomas Reitelbach ÐÉÛÅÔ:
| On Friday 10 January 2003 16:32, Sergey Smirnov wrote:
|
|>~ [ERR] Unable to load plugin (kde-gui):
|>~ /usr/lib/licq/licq_kde-gui.so: undefined symbol:
|>_ZN7QWidget5eventEP6QEvent.
|>
|>kde 3.1.0+rc6
|>qt  3.1.1
|>glibc 2.3.1
|
|
| Does "licq -p qt-gui" help?
| You propably forgot the --with-kde switch when compiling qt-gui plugin
and
| thus are using an outdated kde-plugin with a newer daemon from previous
| installation.
| did you compile the daemon as well? this is necessary.
|
| Can you please give us some more information?
| run licq -d 31 to get more debug output.
| did you compile from sources or did you install an RPM?
| Some more details will help us to help you :)
|
| Thomas
I made
./configure --prefix=/usr --with-kde
There are no qt-gui

licq -d 31
19:57:18: [WRN] Licq: Ignoring stale lockfile (pid 32016)
19:57:18: [ERR] Unable to load plugin (kde-gui):
/usr/lib/licq/licq_kde-gui.so: undefined symbol: _ZN7QWidget5eventEP6QEvent.

svs@svs ~>$ licq -p qt-gui
19:59:09: [WRN] Licq: Ignoring stale lockfile (pid 32018)
19:59:09: [ERR] Unable to load plugin (qt-gui):
/usr/lib/licq/licq_qt-gui.so: cannot open shared object file: No such
file or directory.

I compiled from source.
I'm using Debian unstable and haven't rpm.

What daemon you mean?

I also tried latest cvs sources.

- ---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld http://www.vasoftware.com
___
LICQ-Main mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/licq-main
- --
Sergey Smirnov
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQE+HvzlDeW3DVbXLdcRAtb5AJ9YgjlAspcjLrVu8RGKx8pXftO4fACdGmMe
2w3HaWfNvvoDxfPl8rHzTVo=
=TFYp
-END PGP SIGNATURE-



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
LICQ-Main mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/licq-main



Re: [Licq-main] licq 1.2.3 unresolve in kde-gui.so

2003-01-10 Thread Thomas Reitelbach
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Friday 10 January 2003 16:32, Sergey Smirnov wrote:
> ~ [ERR] Unable to load plugin (kde-gui):
> ~ /usr/lib/licq/licq_kde-gui.so: undefined symbol:
> _ZN7QWidget5eventEP6QEvent.
>
> kde 3.1.0+rc6
> qt  3.1.1
> glibc 2.3.1

Does "licq -p qt-gui" help?
You propably forgot the --with-kde switch when compiling qt-gui plugin and 
thus are using an outdated kde-plugin with a newer daemon from previous 
installation.
did you compile the daemon as well? this is necessary.

Can you please give us some more information?
run licq -d 31 to get more debug output.
did you compile from sources or did you install an RPM?
Some more details will help us to help you :)

Thomas
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+HvUy+83LmoKU5MARAjYlAKCPVtN5fivEo8Y5lZXavs7Y+EnG+gCfR5l/
OfDKKMsBJlBeBO1E2QSlQy8=
=H+p/
-END PGP SIGNATURE-



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
LICQ-Main mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/licq-main



[Licq-main] licq 1.2.3 unresolve in kde-gui.so

2003-01-10 Thread Sergey Smirnov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


~ [ERR] Unable to load plugin (kde-gui):
~ /usr/lib/licq/licq_kde-gui.so: undefined symbol:
_ZN7QWidget5eventEP6QEvent.

kde 3.1.0+rc6
qt  3.1.1
glibc 2.3.1
- --
Sergey Smirnov
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQE+HuekDeW3DVbXLdcRAoaPAJ0a9Wj7MKqDh1+9Y7P0VKAQWgzaWQCghhwO
s+qNf3tuClu/QL9uSrrYam0=
=eoxg
-END PGP SIGNATURE-



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
LICQ-Main mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/licq-main