LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 01-11-2016, 07:33 AM   #1
hack3rcon
Senior Member
 
Registered: Jan 2015
Posts: 1,432

Rep: Reputation: 11
Post LAN Messenger on Debian x64.


Hello.
I installed "LAN Messenger" on Debian 7 x64 but when I want to run it, I get below error :

$ lmc
This is not a Canonical "designed" product.
/usr/lib/lmc/lan-messenger: /lib/i386-linux-gnu/i686/cmov/libc.so.6: version `GLIBC_2.15' not found (required by /usr/lib/lmc/libQtGui.so.4)
/usr/lib/lmc/lan-messenger: /lib/i386-linux-gnu/i686/cmov/libc.so.6: version `GLIBC_2.15' not found (required by /usr/lib/lmc/libQtNetwork.so.4)
/usr/lib/lmc/lan-messenger: /lib/i386-linux-gnu/i686/cmov/libc.so.6: version `GLIBC_2.15' not found (required by /usr/lib/lmc/libQtCore.so.4)

I added "arch:1386" and run "sudo apt-get install -f" but problem not solved

Any idea?

Tnx.
 
Old 01-11-2016, 08:47 AM   #2
jim_p
Member
 
Registered: Aug 2009
Distribution: Debian testing
Posts: 564

Rep: Reputation: 131Reputation: 131
Did you run apt-get update BEFORE asking apt to fix the broken packages? If not, or if it did not help, install the missing libs manually. They are in libqtcore4, libqt4-network and libqtgui4, so a
Code:
apt-get install libqtcore4:i386 libqt4-network:i386 libqtgui4:i386
will be enough.
 
Old 01-11-2016, 09:06 AM   #3
hack3rcon
Senior Member
 
Registered: Jan 2015
Posts: 1,432

Original Poster
Rep: Reputation: 11
The result :

~$ sudo apt-get install libqtcore4:i386 libqt4-network:i386 libqtgui4:i386
Reading package lists... Done
Building dependency tree
Reading state information... Done
libqt4-network:i386 is already the newest version.
libqt4-network:i386 set to manually installed.
libqtcore4:i386 is already the newest version.
libqtcore4:i386 set to manually installed.
libqtgui4:i386 is already the newest version.
libqtgui4:i386 set to manually installed.
The following packages were automatically installed and are no longer required:
at-spi2-core baobab caribou caribou-antler dconf-tools empathy
empathy-common espeak-data fonts-cantarell gcalctool gdm3 gir1.2-atspi-2.0
gir1.2-wnck-3.0 gnome-backgrounds gnome-dictionary gnome-disk-utility
gnome-font-viewer gnome-icon-theme-extras gnome-mag gnome-orca
gnome-packagekit gnome-packagekit-data gnome-screenshot gnome-system-log
gucharmap hyphen-en-us libatk-adaptor libatk-adaptor-data libatk-bridge2.0-0
libatspi1.0-0 libatspi2.0-0 libavahi-gobject0 libavahi-ui-gtk3-0
libcaribou-gtk-module libcaribou-gtk3-module libcolorblind0 libdotconf1.0
libespeak1 libgdict-1.0-6 libgdict-common libgdu-gtk0 libgeocode-glib0
libgnome-mag2 libgtk-vnc-2.0-0 libgvnc-1.0-0 liblouis-data liblouis2
libsonic0 libtelepathy-farstream2 mobile-broadband-provider-info mtools
nautilus-sendto-empathy network-manager-gnome python-brlapi python-louis
python-pyatspi python-pyatspi2 python-speechd rdesktop
sound-theme-freedesktop speech-dispatcher syslinux telepathy-gabble
telepathy-idle telepathy-logger telepathy-salut vinagre vino xbrlapi
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 97 not upgraded.


Problem Exist

Last edited by hack3rcon; 01-11-2016 at 09:07 AM.
 
Old 01-15-2016, 12:15 PM   #4
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
What is. Lmc and how did you install it?
My semi-educated guess from the error messages is that you installed an Ubuntu package and it relies upon more up to date packages than those on your system. So, you could dist-upgrade to Sid, you could try compiling from source, or you could look for a .deb for Debian or for an older LTS version of Ubuntu.

Edit: another quick-and-dirty way I have solved this kind of thing is find the relevant versions of the .so files (I'm guessing yours end in ".4") and creating simlinks in the name of the needed paxckage -- that doesn't usually work when the system libraries are older than the required ones.

Last edited by 273; 01-15-2016 at 12:18 PM.
 
Old 01-16-2016, 03:54 AM   #5
hack3rcon
Senior Member
 
Registered: Jan 2015
Posts: 1,432

Original Poster
Rep: Reputation: 11
Quote:
Originally Posted by 273 View Post
What is. Lmc and how did you install it?
My semi-educated guess from the error messages is that you installed an Ubuntu package and it relies upon more up to date packages than those on your system. So, you could dist-upgrade to Sid, you could try compiling from source, or you could look for a .deb for Debian or for an older LTS version of Ubuntu.

Edit: another quick-and-dirty way I have solved this kind of thing is find the relevant versions of the .so files (I'm guessing yours end in ".4") and creating simlinks in the name of the needed paxckage -- that doesn't usually work when the system libraries are older than the required ones.

http://sourceforge.net/projects/lanmsngr/
 
Old 02-07-2016, 06:57 AM   #6
hack3rcon
Senior Member
 
Registered: Jan 2015
Posts: 1,432

Original Poster
Rep: Reputation: 11
Problem solved via below link :

http://forum.mepiscommunity.org/view...p?f=88&t=37022
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
lan-messenger not worked on Debian 7.X hack3rcon Debian 1 05-12-2015 02:57 AM
FFMPEG for APACHE 2.4.6 (x64), PHP 5.5 (x64), MYSQL 5.6 (x64) on WINDOWS 8 (x64) Punctual Programming 3 08-07-2013 05:20 PM
LAN messenger for Linux shady_Dev Linux - Software 12 08-24-2007 01:56 AM
windows xp lan messenger ganja_guru Linux - Networking 3 09-07-2004 07:01 AM
Lan messenger tool vossie Linux - Networking 3 11-26-2003 05:16 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 03:29 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration