Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
03-30-2004, 03:41 PM
|
#1
|
LQ Newbie
Registered: Oct 2003
Location: Lithuania
Distribution: Arch 0.6
Posts: 27
Rep:
|
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!
|
|
|
03-30-2004, 04:25 PM
|
#2
|
Member
Registered: Nov 2003
Location: linuxquestions.org
Distribution: Linux and BSD
Posts: 229
Rep:
|
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
|
|
|
03-30-2004, 04:35 PM
|
#3
|
Member
Registered: Jul 2003
Distribution: FreeBSD 8.2 RELEASE
Posts: 607
Rep:
|
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.
|
|
|
04-27-2004, 09:37 AM
|
#4
|
LQ Newbie
Registered: Apr 2004
Location: Turin, Italy
Posts: 12
Rep:
|
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.
|
|
|
04-27-2004, 11:20 AM
|
#5
|
LQ Newbie
Registered: Apr 2004
Posts: 2
Rep:
|
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.
|
|
|
04-28-2004, 02:34 AM
|
#6
|
LQ Newbie
Registered: Apr 2004
Location: Turin, Italy
Posts: 12
Rep:
|
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...
|
|
|
04-28-2004, 03:53 AM
|
#7
|
Member
Registered: Aug 2003
Location: Farnborough, UK
Distribution: Zenwalk
Posts: 288
Rep:
|
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?
|
|
|
04-28-2004, 10:59 AM
|
#8
|
LQ Newbie
Registered: Apr 2004
Posts: 2
Rep:
|
KDE 3.2.2 on Slack Current (up-to-date)
|
|
|
04-29-2004, 07:08 AM
|
#9
|
Member
Registered: Dec 2003
Location: USA (Pacific coast)
Distribution: Vector 5.8-SOHO, FreeBSD 6.2
Posts: 513
Rep:
|
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...........
|
|
|
04-29-2004, 09:17 AM
|
#10
|
Member
Registered: Oct 2003
Location: teddy bears Land
Distribution: Slackware 10
Posts: 176
Rep:
|
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.
|
|
|
04-29-2004, 05:21 PM
|
#11
|
Member
Registered: Dec 2003
Location: USA (Pacific coast)
Distribution: Vector 5.8-SOHO, FreeBSD 6.2
Posts: 513
Rep:
|
Hmmm....................I had problems with libXinerama with KDE-3.2.1 and when I upgraded XFree to 4.4.0, they went away............ *shrugs*
|
|
|
05-02-2004, 11:47 AM
|
#12
|
Member
Registered: Dec 2003
Location: Russia, Moscow
Distribution: Fedora Core 4
Posts: 52
Rep:
|
Where can I get XFree86-4.4 for fedora? (I didn't find at fedora.redhat.com)
Thx
|
|
|
05-02-2004, 08:27 PM
|
#13
|
Member
Registered: Dec 2003
Location: USA (Pacific coast)
Distribution: Vector 5.8-SOHO, FreeBSD 6.2
Posts: 513
Rep:
|
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...........
|
|
|
05-03-2004, 04:46 AM
|
#14
|
Member
Registered: Dec 2003
Location: Russia, Moscow
Distribution: Fedora Core 4
Posts: 52
Rep:
|
Quote:
this is the Slackware section..
|
I didn't notice that
Last edited by NeptunEz; 05-03-2004 at 04:47 AM.
|
|
|
05-04-2004, 01:19 AM
|
#15
|
Member
Registered: Oct 2003
Location: Tokyo - Japan
Distribution: Slackware
Posts: 348
Rep:
|
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
|
|
|
All times are GMT -5. The time now is 12:32 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|