LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 01-29-2017, 05:40 PM   #1
Bertman123
Member
 
Registered: Jun 2010
Distribution: Slackware Current 64 bit KDE 5
Posts: 380

Rep: Reputation: 77
XFCE Error


I did a fresh install of slackware 14.2 with MLED. I am unable to login to the desktop as either root or as a user. I get the following error:

Code:
xfce4-session: error while loading shared libraries: libicule.so.51: cannot open shared object file: no such file or directory
I can login to fluxbox with no problem, but anything XFCE related appears to crash. I tried chowning my user:

Code:
chown -R myuser:users /home/myuser
but it did not work.

Any idea what the issue is?
 
Old 01-29-2017, 05:48 PM   #2
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
The maintainer of MLED does post here, but, you may get more attention if you post in the MLED forum.

http://www.linuxquestions.org/questi...inux-mled-116/
 
1 members found this post helpful.
Old 01-29-2017, 06:00 PM   #3
Bertman123
Member
 
Registered: Jun 2010
Distribution: Slackware Current 64 bit KDE 5
Posts: 380

Original Poster
Rep: Reputation: 77
I asked there also, but figured it couldn't hurt to ask here as well.
 
Old 01-29-2017, 06:10 PM   #4
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,057

Rep: Reputation: Disabled
This looks strange as this shared library is shipped in the icu4c package which is in 4.2 at version 56, not 51. Please provide the output of:
Code:
 ls /var/log/packages/xfce4-session*
 
Old 01-29-2017, 06:11 PM   #5
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,057

Rep: Reputation: Disabled
Quote:
Originally Posted by Bertman123 View Post
I asked there also, but figured it couldn't hurt to ask here as well.
It hurts. Please post each question in only one forum.
 
1 members found this post helpful.
Old 01-29-2017, 06:32 PM   #6
Bertman123
Member
 
Registered: Jun 2010
Distribution: Slackware Current 64 bit KDE 5
Posts: 380

Original Poster
Rep: Reputation: 77
Quote:
Originally Posted by Didier Spaier View Post
This looks strange as this shared library is shipped in the icu4c package which is in 4.2 at version 56, not 51. Please provide the output of:
Code:
 ls /var/log/packages/xfce4-session*
Hmmm... looks like it's a specific package. I did post in the mailing list, but figured I would try to track down the error myself if i could as I seem to be the only one with the problem.

Code:
[justin@wizzie1:~] $  ls /var/log/packages/xfce4-session*
/var/log/packages/xfce4-session-4.12.1-x86_64-3_microlinux
[justin@wizzie1:~] $
 
Old 01-30-2017, 02:19 AM   #7
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,057

Rep: Reputation: Disabled
Quote:
Originally Posted by Bertman123 View Post
Hmmm... looks like it's a specific package. I did post in the mailing list, but figured I would try to track down the error myself if i could as I seem to be the only one with the problem.

Code:
[justin@wizzie1:~] $  ls /var/log/packages/xfce4-session*
/var/log/packages/xfce4-session-4.12.1-x86_64-3_microlinux
[justin@wizzie1:~] $
I am puzzled, as I don't see this package in a MLED repo (or I need better glasses). Where does it come from?
 
Old 01-30-2017, 03:04 AM   #8
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,057

Rep: Reputation: Disabled
I see it now, but in a 14.1 repo. Probably a version mismatch in a config file (slackpkg.conf?) or something like that?
 
Old 01-30-2017, 03:05 AM   #9
phenixia2003
Senior Member
 
Registered: May 2006
Location: France
Distribution: Slackware
Posts: 1,052

Rep: Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008
Hello,

Quote:
Originally Posted by Didier Spaier View Post
I am puzzled, as I don't see this package in a MLED repo (or I need better glasses). Where does it come from?
it's in MLED repo for slackware 14.1. See here


--
SeB
 
Old 01-30-2017, 03:15 AM   #10
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,057

Rep: Reputation: Disabled
Le premier qui passe entre nous...

Note to moderators: untranslatable French joke, sorry.
 
Old 01-30-2017, 05:12 AM   #11
Bertman123
Member
 
Registered: Jun 2010
Distribution: Slackware Current 64 bit KDE 5
Posts: 380

Original Poster
Rep: Reputation: 77
Quote:
Originally Posted by Didier Spaier View Post
I see it now, but in a 14.1 repo. Probably a version mismatch in a config file (slackpkg.conf?) or something like that?
Changing the version and re-updating fixed it, thanks guys.
 
  


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
Error when XFCE started rakesh.palaparthi Linux - Software 1 08-22-2011 12:30 AM
xfce 4.4 installation error kdrlx Linux - Software 1 11-17-2006 10:44 AM
xfce installer error The slayer Linux - Software 0 08-19-2005 05:53 PM
xFce error, please help. neocookie Slackware - Installation 7 06-05-2004 08:18 AM
Slack 9.1 XFce Error drspangle Slackware 11 01-04-2004 03:48 PM

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

All times are GMT -5. The time now is 04:29 PM.

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