Amigo This forum is for the discussion of Amigo 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.
|
|
05-20-2005, 11:05 PM
|
#1
|
Member
Registered: Apr 2005
Location: Los Angeles
Distribution: Amigo, Slax
Posts: 39
Rep:
|
libXinerama.so.1 and libesd.so.0
Hi Guys
Going nuts trying to figure out how to get those two files (libXinerama.so.1 and libesd.so.0). I need them to finish the dependencies for Konqueror and KDE. Not sure why they're not in the basic downloads for them, but currently lost in Dependency Hell.
All help muchly appreciated,
Mike (pacranch)
|
|
|
05-21-2005, 01:45 AM
|
#2
|
Amigo developer
Registered: Dec 2003
Location: Germany
Distribution: Slackware
Posts: 4,928
|
libesd is from the 'esound' pkg:
http://ftp.scarlet.be/pub/slackware/....32-i486-1.tgz
libXinerama should be in the Xfree86 base pkg, but I don't find it with the Slackware packahge browser for Slack-9.1 -only the libXinerama.a libs for compiling.
You are using packages for Slack-9.1 right?
|
|
|
05-21-2005, 09:15 PM
|
#3
|
Member
Registered: Apr 2005
Location: Los Angeles
Distribution: Amigo, Slax
Posts: 39
Original Poster
Rep:
|
libXinerama.so.1 ???
Got the esd part downloaded and installed, but any ideas on how to get the libXinerama.so.1 file? Anybody trying to run Konqueror or KDE (obviously related) should be running into the same brickwall. What's kind of annoying is that suposedly these files are in either the KDE or the x86 stuff, but they aren't.
Idea?
Mike (pacranch)
PS: Yes I'm sticking with Slackware 9.1 so things match easier.
|
|
|
05-22-2005, 03:33 AM
|
#4
|
Amigo developer
Registered: Dec 2003
Location: Germany
Distribution: Slackware
Posts: 4,928
|
Have you made sure to install all the missing packages from the /a and /l directories first? Plus, after installing any libraries, be sure and run(as root):
ldconfig
You can use slocate to catalog your files quickly:
slocate -u
then:
slocate libXinerama
(The slackware package browser shows libXinerama.a in the X-11-devel package, but that's for compiling) You may have libXinerama.so.? but it is not being found by ldconfig.
Check your /etc/ld.so.conf and make sure there is an entry for the /opt/kde/lib and /usr/lib/qt/lib -you do have QT installed also?
|
|
|
05-22-2005, 05:25 PM
|
#5
|
Member
Registered: Apr 2005
Location: Los Angeles
Distribution: Amigo, Slax
Posts: 39
Original Poster
Rep:
|
There has to (absolutely, positively) be a simpler answer than to randomly install all missing packages from /a/ and /l/. Last time I tried that I wrecked my installation by overwriting a custom file. Surely someone must know which package will install the missing libXinerama.so.1 (or something simiar enough to do an slink that works).
I do NOT have any libXinerama of any flavor anywhere. All config files correctly point ( /opt/kde/lib and /usr/lib/qt/lib).
Back to the annoying part: I never deleted libXinerama, I doubt I'm the first person using Amigo to install KDE. Surely someone else has had this problem before AND solved it.
Mike (pacranch)
|
|
|
05-25-2005, 10:59 AM
|
#6
|
Amigo developer
Registered: Dec 2003
Location: Germany
Distribution: Slackware
Posts: 4,928
|
Have you treid running it after installing esound? Somtimes a program will run after all, even without certain libs(like for certain options).
libxinerama isn't usually a hard dependency since most systems don't use it(that's for multiple monitors)
As to installing missing packages -Amigo-2.0 can only be so slim because many supporting programs and libraries were left out that are used by more 'advanced' software like KDE and GNOME.
KDE has most everything it needs in it's base and libs packages, along with QT. But still, there a few things lacking from the /a, /ap, /l and /n package directories. You need to install 'bc' and 'mhash' and nearly everything in /l if you are wanting GNOME or GTK-2. The best way to find out what goes in a regular Slackware installation would be to look at the tagfiles in each of the above package directories. Install every package which has 'ADD' or 'REC'.
Amigo-XP comes with basic KDE as a single-file installation, including the K3B CD burner.
|
|
|
05-25-2005, 05:52 PM
|
#7
|
Member
Registered: Apr 2005
Location: Los Angeles
Distribution: Amigo, Slax
Posts: 39
Original Poster
Rep:
|
Yeah
I'm seriously considering springing for Amigo XP (a mere $15) 'cause of the newer kernel and the built in KDE support. I'm without a working Konqueror installation at the moment over Phat XP being a pile (some sort of weird hardware thing, except Phat 4 ran fine, so ???). Does Amigo XP come with most of the compiler programs, I do a lot of VRML and there's no good package (.tgz) for that, so need to roll my own for .wrl files?
Thanks,
Mike (pacranch)
|
|
|
05-26-2005, 06:19 AM
|
#8
|
Amigo developer
Registered: Dec 2003
Location: Germany
Distribution: Slackware
Posts: 4,928
|
Amigo-XP makes having KDE as easy as unzipping a single file! After unpacking the main installation file you just unpack the KDE zip file into a folder there. When Amigo-XP runs the first time it finds KDE and configures it all to be available. KDE provides an easy way to do this since it installs most of itself into a separate directory (/opt). The QT libararies are part of the main installation. And you can run KDE programs under any of the included Window Managers without running the full KDE desktop. Give the ROX desktop I've 'designed' a good try and you may never go back to KDE.
As far as compilers, you can see from the package list:
http://amigolinux.org/amigoxp/XP-pkglist.htm
that both the gcc and g++ compilers are included along with most of the tools you'd need. I didn't include the gobjc compiler in the end -having that would make it possible to recompile everything that's included in the distro. Objective C is used by WindowMaker and the WDM Login/Display manager.
Of course, you can add in the packages from Slackware for fortran, pascal, etc.
I don't know about VRML... if there's a compiler for it written in C or C++, etc, you should be able to compile it easy.
Amigo-XP includes the package manger PACO, which was written for LinuxFromScratch. Very handy way to manage programs you compile on your machine.
|
|
|
All times are GMT -5. The time now is 11:38 AM.
|
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
|
|