LinuxQuestions.org
Help answer threads with 0 replies.
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 12-28-2004, 02:26 PM   #46
slakmagik
Senior Member
 
Registered: Feb 2003
Distribution: Slackware
Posts: 4,113

Rep: Reputation: Disabled

Sorry - on the disk, it'd probably be /mnt/cdrom/slackware/l or the like.
 
Old 12-28-2004, 02:36 PM   #47
dbgtrulz
LQ Newbie
 
Registered: Dec 2004
Posts: 29

Original Poster
Rep: Reputation: 15
umm, how do I mount the cd
 
Old 12-28-2004, 02:52 PM   #48
slakmagik
Senior Member
 
Registered: Feb 2003
Distribution: Slackware
Posts: 4,113

Rep: Reputation: Disabled
Hm. Have you read the Slack book? Like I say, it may be a bit out of date, but still has some useful basics. You could just download it from the Slack site but if you've got your CD, pop it in and, depending on how it's set up, you'll probably have to be root at this point. 'mount /mnt/cdrom' should suffice if it's in your fstab, but 'mount /dev/hdc /mnt/cdrom' will do if not. (Substitute your actual device if it's not hdc.) If absolutely necessary, a '-t iso9660' maybe. 'man mount' for full details. And I'm just assuming /mnt/cdrom exists. It may be called something else or you may have to 'mkdir /mnt/cdrom'.

Long story short, you should have a /mnt/cdrom and your device is probably hdc and Slack and you probably set it up on install, so 'mount /mnt/cdrom' should do.
 
Old 12-28-2004, 03:16 PM   #49
dbgtrulz
LQ Newbie
 
Registered: Dec 2004
Posts: 29

Original Poster
Rep: Reputation: 15
Now I need:
  • libgtk-x11-2.0.so.0
  • libXaw3d.so.7
  • libglade-2.0.so.0
and I get a fatal error when I start xboard:
Quote:
Failed to start first chess program gnuchessx on localhost: gnuchessx: No such file or directory
looks like I forgot to install several things
 
Old 12-28-2004, 03:24 PM   #50
ringwraith
Senior Member
 
Registered: Sep 2003
Location: Indiana
Distribution: Slackware 15.0
Posts: 1,272

Rep: Reputation: 65
i think there was a note in the change logs about an updated version of xboard. You need to get it instead of chasing the dependencies.
 
Old 12-28-2004, 03:26 PM   #51
dbgtrulz
LQ Newbie
 
Registered: Dec 2004
Posts: 29

Original Poster
Rep: Reputation: 15
OK, I'll look into that. And what about these:

* libgtk-x11-2.0.so.0
* libXaw3d.so.7
* libglade-2.0.so.0

I need them to run gimp and emacs and a few others.
 
Old 12-28-2004, 04:28 PM   #52
dbgtrulz
LQ Newbie
 
Registered: Dec 2004
Posts: 29

Original Poster
Rep: Reputation: 15
OK, I figured it out on my own but I still have problems
I seem to have the repeated error of:
Quote:
No fonts found; this probably means that the fontconfig library is not corectly configured. You may need to edit the fonts.conf configuration file. More information about fontconfig can be found in the fontconfig(3) manual page and on http://fontconfig.org
what should I do?

And, when I try to run mozilla, I get:
Quote:
/usr/lib/mozilla1.7/run-mozilla.sh: line 451: 5135 segment fault "$prog" ${1+"$@"}
What is up with that?
 
Old 12-28-2004, 04:33 PM   #53
Thuni
LQ Newbie
 
Registered: Dec 2004
Location: Near Stuttgart
Distribution: Slackware
Posts: 5

Rep: Reputation: 0
Ok, my first post in this forum.

The way i find out what packages i need to install for various files im going to www.slackware.org
There i enter name of the file and click search.
Example:
http://www.slackware.org/pb/searchfi...ibgtk-x11&w=on
--> gtk+2-2.6.0-i486-1 in directory /l

This shows you in which packages the files are located. Now you can directly download the files
from a listed server or install it from folder /l on your slackware cd (as shown).

Perhaps there is any easier way? I would be glad to learn something that's faster.
I'm also a newbie...

I think slackware is good for learning "basic" linux... but it's hard to get in...
I'm using SuSE for my "modern" PC and slackware on a pentium 233 mmx, running quiet nice.

Sorry for my english...

...Thuni...
 
Old 12-28-2004, 04:36 PM   #54
Thuni
LQ Newbie
 
Registered: Dec 2004
Location: Near Stuttgart
Distribution: Slackware
Posts: 5

Rep: Reputation: 0
Ok... next one...

I think you need the "100 dpi font package" from the folder /x on your CD.
If it isn't working with that try another "font-package".

I think this is the way i solved this problem...


...Thuni...
 
Old 12-28-2004, 04:47 PM   #55
dbgtrulz
LQ Newbie
 
Registered: Dec 2004
Posts: 29

Original Poster
Rep: Reputation: 15
thanks. It was the scale fonts, though.
 
Old 12-28-2004, 04:49 PM   #56
slakmagik
Senior Member
 
Registered: Feb 2003
Distribution: Slackware
Posts: 4,113

Rep: Reputation: Disabled
Quote:
Originally posted by Thuni
Ok, my first post in this forum.
Welcome.

Quote:

Perhaps there is any easier way? I would be glad to learn something that's faster.
I'm also a newbie...
This thread might be useful to you.
 
Old 12-28-2004, 05:21 PM   #57
Thuni
LQ Newbie
 
Registered: Dec 2004
Location: Near Stuttgart
Distribution: Slackware
Posts: 5

Rep: Reputation: 0
Thanks!

Very helpful scripts!

Copy them at the moment...

...Thuni...
 
Old 12-31-2004, 07:15 AM   #58
dbgtrulz
LQ Newbie
 
Registered: Dec 2004
Posts: 29

Original Poster
Rep: Reputation: 15
OK, I figured out why IceWM would not install. My computer seems to have trubble with .tar.gz files. When I try to install .tar.gz files, I get this error:
Quote:
File does not end in .tgz
When I installed IceWM, I had to rename it to .tgz. I thought this worked, because it in in /var/log/packages/.
I thought linux accepted .tat.gz files, too.
 
Old 12-31-2004, 05:24 PM   #59
slakmagik
Senior Member
 
Registered: Feb 2003
Distribution: Slackware
Posts: 4,113

Rep: Reputation: Disabled
A tar.gz is generally a tarball of source code which has to be compiled. Sounds like you downloaded the Ice source, so you need to do the ./configure/make/su/make install routine, and I'd advise installing checkinstall from /extra and changing that to ./configure/make/su/checkinstall. A tgz is generally a slackware package - a precompiled binary. Only those can be installed with installpkg. Well, and you can sometimes get an rpm, run rpm2tgz on it, and then installpkg that.

So compile the ice you downloaded or see if Linuxpackages or somebody has a slackpack.
 
Old 01-02-2005, 09:54 AM   #60
dbgtrulz
LQ Newbie
 
Registered: Dec 2004
Posts: 29

Original Poster
Rep: Reputation: 15
Thanks, that helped
but now I have a problem. In trying to install libraries for some software, I got this error when running the software:
Quote:
Error while loading shared libraries: /lib/libneXtaw.so.0: ELF file data encoding not little-endian
What does this mean?
 
  


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
SuSE 9.3, Linux Noobie Startup Problem Fritz The Cat Linux - Newbie 4 10-15-2005 09:03 PM
Total linux noob here!!! Mantafreak Linux - Newbie 6 02-08-2005 04:11 AM
Noobie at connecting Windows XP to Linux TopGun Linux - Newbie 5 05-07-2004 01:21 PM
Programming nOObie, not linux though craigdolson Programming 4 10-13-2003 10:34 PM
Noobie to Linux! First time installer! chowda633 Slackware 8 10-12-2003 03:02 PM

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

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