LinuxQuestions.org
Review your favorite Linux distribution.
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 03-30-2004, 03:41 PM   #1
flubber
LQ Newbie
 
Registered: Oct 2003
Location: Lithuania
Distribution: Arch 0.6
Posts: 27

Rep: Reputation: 15
Unhappy libXinerama.so.1


When I'm trying to run some kind of programs like evolutions I see a warning:
evolution: error while loading shared libraries: libXinerama.so.1: cannot open shared object file: No such file or directory
What should I do? I grabed libXinerama.so.1 from the inet but where should I put it?
Please help me with that!! Thank you in advance!
 
Old 03-30-2004, 04:25 PM   #2
moonloader
Member
 
Registered: Nov 2003
Location: linuxquestions.org
Distribution: Linux and BSD
Posts: 229

Rep: Reputation: 30
try /usr/lib or /lib.why evolution needs libXinerama.so.1?you can look at readme and it should be in /usr/share/doc/evolution.more information from its website you can get

good luck
 
Old 03-30-2004, 04:35 PM   #3
Kovacs
Member
 
Registered: Jul 2003
Distribution: FreeBSD 8.2 RELEASE
Posts: 607

Rep: Reputation: 32
AFAIK libXinerama is part of Xfree and should be installed on your system. If you do a "locate libXinerama" then you should see /usr/X11R6/lib/libXinerama.a. I've had the same problem with X not wanting to start after removing and installing KDE. The solution (pillaged from another site) was to do this as root:

cd /usr/X11R6/lib
ld --whole-archive -share -o libXinerama.so.1 libXinerama.a
ln -s libXinerama.so.1 libXinerama.so
/sbin/ldconfig

after restart your X. Your mileage may vary.
 
Old 04-27-2004, 09:37 AM   #4
gunslinger77
LQ Newbie
 
Registered: Apr 2004
Location: Turin, Italy
Posts: 12

Rep: Reputation: 0
Quote:
Originally posted by Kovacs
AFAIK libXinerama is part of Xfree and should be installed on your system. If you do a "locate libXinerama" then you should see /usr/X11R6/lib/libXinerama.a. I've had the same problem with X not wanting to start after removing and installing KDE. The solution (pillaged from another site) was to do this as root:

cd /usr/X11R6/lib
ld --whole-archive -share -o libXinerama.so.1 libXinerama.a
ln -s libXinerama.so.1 libXinerama.so
/sbin/ldconfig

after restart your X. Your mileage may vary.
hi kovacs,
i've got the same prob on my redhat 9 trying to install videolan...
I tryied your solution, but yet it won't find the damn libxinerama.so.1...

got any other idea???

thx the G.
 
Old 04-27-2004, 11:20 AM   #5
VampireWolf
LQ Newbie
 
Registered: Apr 2004
Posts: 2

Rep: Reputation: 0
I got the same problem and discover you need XFree86-Devel installed in addition to the solution sent by Kovacs.

Last edited by VampireWolf; 04-27-2004 at 11:41 AM.
 
Old 04-28-2004, 02:34 AM   #6
gunslinger77
LQ Newbie
 
Registered: Apr 2004
Location: Turin, Italy
Posts: 12

Rep: Reputation: 0
Quote:
Originally posted by VampireWolf
I got the same problem and discover you need XFree86-Devel installed in addition to the solution sent by Kovacs.
nope,
i already have XFree-devel installed...

frustrating...
 
Old 04-28-2004, 03:53 AM   #7
Chris H
Member
 
Registered: Aug 2003
Location: Farnborough, UK
Distribution: Zenwalk
Posts: 288

Rep: Reputation: 30
I tried to install the latest k3b on my Slackware 9.1 but got some dependency errors. Got those sorted and came up with the libxinerama one. Upgraded XFree and toasted my setup.

After reinstalling Slack I installed a k3b tgz which was set up for kde 3.1 (which is installed although I don't run it as a wm) and all works fine.

Has made me wonder of the lixinerama dependency isn't related to needing kde 3.2?

Tis a thought? What kde version y'all running?
 
Old 04-28-2004, 10:59 AM   #8
VampireWolf
LQ Newbie
 
Registered: Apr 2004
Posts: 2

Rep: Reputation: 0
KDE 3.2.2 on Slack Current (up-to-date)
 
Old 04-29-2004, 07:08 AM   #9
thegeekster
Member
 
Registered: Dec 2003
Location: USA (Pacific coast)
Distribution: Vector 5.8-SOHO, FreeBSD 6.2
Posts: 513

Rep: Reputation: 34
FYI: If you upgrade KDE to 3.2.x, you'll need to upgrade XFree86 to 4.4.0 for the libXinerama, else compile KDE without libXinerama support...........
 
Old 04-29-2004, 09:17 AM   #10
little_ball
Member
 
Registered: Oct 2003
Location: teddy bears Land
Distribution: Slackware 10
Posts: 176

Rep: Reputation: 30
it's not true, i upgrade my xfree to 4.4.0 whit xfree devel 4.4.0, etc. and that change everything under my slack, i had to go back to the old xfree whit their devels, etc. and i tried to run certain apps and got the libxinerama.so.1 error message. even i was having all xfree needed thing, i go to /usr/X11R6/libs and saw libxinerama.a but nothing reflect to libxinerama.so.1 i did what Kovacs says and all my apps needing libxinerama.so.1 begin to work. so that's not a xfree-devel package cause i reinstall xfree a lot of times just to get back libxinerama.so.1 and nothing. you don't had to upgrade kde to upgrade xfree, i had to go back to kde 3.1.4 and xfree 4.0.3 and still no libxinerama.so.1 i upgrade kde to 3.2.1 eevn kde 3.2.2 and still using my same xfree 4.0.3 and now i don't have any libxinerama.so.1 problems after i did Korvac help.

Last edited by little_ball; 04-29-2004 at 09:19 AM.
 
Old 04-29-2004, 05:21 PM   #11
thegeekster
Member
 
Registered: Dec 2003
Location: USA (Pacific coast)
Distribution: Vector 5.8-SOHO, FreeBSD 6.2
Posts: 513

Rep: Reputation: 34
Hmmm....................I had problems with libXinerama with KDE-3.2.1 and when I upgraded XFree to 4.4.0, they went away............ *shrugs*
 
Old 05-02-2004, 11:47 AM   #12
NeptunEz
Member
 
Registered: Dec 2003
Location: Russia, Moscow
Distribution: Fedora Core 4
Posts: 52

Rep: Reputation: 15
Where can I get XFree86-4.4 for fedora? (I didn't find at fedora.redhat.com)
Thx
 
Old 05-02-2004, 08:27 PM   #13
thegeekster
Member
 
Registered: Dec 2003
Location: USA (Pacific coast)
Distribution: Vector 5.8-SOHO, FreeBSD 6.2
Posts: 513

Rep: Reputation: 34
Quote:
Originally posted by NeptunEz
Where can I get XFree86-4.4 for fedora? (I didn't find at fedora.redhat.com)
Thx
LOL..........Have you tried asking in the Fedora section........this is the Slackware section..

I imagine you might have some luck at Rpmfind...........
 
Old 05-03-2004, 04:46 AM   #14
NeptunEz
Member
 
Registered: Dec 2003
Location: Russia, Moscow
Distribution: Fedora Core 4
Posts: 52

Rep: Reputation: 15
Quote:
this is the Slackware section..
I didn't notice that

Last edited by NeptunEz; 05-03-2004 at 04:47 AM.
 
Old 05-04-2004, 01:19 AM   #15
frandalla
Member
 
Registered: Oct 2003
Location: Tokyo - Japan
Distribution: Slackware
Posts: 348
Blog Entries: 1

Rep: Reputation: 37
don't know if most of you solved the problems, but keep in mind that librarie names are case sensitive

libX<anything>.a libX<anything.so.1
 
  


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
libXinerama.so.1 and libesd.so.0 pacranch Amigo 7 05-26-2005 05:19 AM
RPM asking for libXinerama.so.1, but I got libXinerama.a dangerousdave Linux - Newbie 2 03-09-2005 03:56 PM
libXinerama.so.1 not found hobz Linux - General 8 11-20-2004 03:00 AM
libXinerama.so.1 needed my TuxSaver mooreted Linux - Software 4 04-24-2004 09:48 PM
libXinerama.so.1 help. dtheorem Mandriva 0 02-14-2004 06:57 PM

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

All times are GMT -5. The time now is 04:47 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