Linux From Scratch This Forum is for the discussion of LFS.
LFS is a project that provides you with the steps necessary to build your own custom Linux system. |
| 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.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
08-12-2011, 04:26 AM
|
#1
|
|
LQ Newbie
Registered: Aug 2011
Posts: 2
Rep: 
|
Problem with starting >chapter 6.8. Man-pages-3.32 <
I worked through the book up to 6.8 last weeks and it worked well.
In chapter 6.7 I´ve unpacked the linux-headers from the tar-ball and installed.
Now, I don´t know how to start in 6.8.
I´ve unpacked the man-pages from the tar-ball and started with "make install" but make find no rules.
I´m missing a general instruction like 5.3 down side that exactly explain what I have to do.
Can anyone help me?
Martin
|
|
|
|
08-12-2011, 04:34 AM
|
#2
|
|
LQ Veteran
Registered: Sep 2003
Location: the Netherlands
Distribution: lfs, debian, rhel
Posts: 8,717
|
Hi,
The process is the same as in chapter 5: Untar the source, enter the directory that is created and do the step(s) mentioned in the book.
Assuming that you are standing in /sources and all tarred packages reside in that directory:
Code:
tar xjf man-pages-3.32.tar.bz2
cd man-pages-3.32
make install <-- the step mentioned in the book
cd /sources
rm -rf man-pages-3.32
If you get a message like the following:
Code:
make: *** No rule to make target `install'. Stop.
You probably did not cd into the created directory.
Hope this helps.
|
|
|
1 members found this post helpful.
|
08-12-2011, 06:10 AM
|
#3
|
|
LQ Newbie
Registered: Aug 2011
Posts: 2
Original Poster
Rep: 
|
It helps, thank you !
|
|
|
|
08-12-2011, 08:21 AM
|
#4
|
|
LQ Veteran
Registered: Sep 2003
Location: the Netherlands
Distribution: lfs, debian, rhel
Posts: 8,717
|
You're welcome 
|
|
|
|
10-03-2011, 04:29 AM
|
#5
|
|
LQ Newbie
Registered: Jan 2011
Posts: 2
Rep: 
|
Hi everyone,
I got a problem with man-pages-3.32. when I try to make install the man-pages I get the following message.
Code:
root:/sources/man-pages-3.32# make install
for i in man?; do \
install -d -m 755 /usr/share/man/"$i" || exit $?; \
install -m 644 "$i"/* /usr/share/man/"$i" || exit $?; \
done; \
and afterwards, when I enter the man command I get the "command not found".
what's wrong and is this message during the make install normal?
Thanks
Last edited by mrbeni; 10-03-2011 at 04:33 AM.
|
|
|
|
10-03-2011, 04:48 AM
|
#6
|
|
LQ Veteran
Registered: Sep 2003
Location: the Netherlands
Distribution: lfs, debian, rhel
Posts: 8,717
|
Hi mrbeni, and welcome to LQ!
First of all: You posted your question in an already closed thread. Although I do appreciate that you want to keep similar subjects together, please start a new thread next time.
Ok, about your question:
You don't provide too much information and I can only assume that you are trying to build LFS 6.8 (stable) and are struggling with chapter 6.8.
man-pages installs roughly 1900 manual pages, it does not install the programs for finding and viewing man pages! That is done later on in chapter 6.51 - Man-DB-2.5.9.
All this information is provided by the chapters. At the top of the chapter a small description is provided. Eexample for man-pages: The Man-pages package contains over 1,900 man pages. and for man-db: The Man-DB package contains programs for finding and viewing man pages. At the bottom of the chapter you find the Contents of ..., which tells you what is being installed.
So nothing is wrong at this point, just continue with the build.
Hope this helps.
|
|
|
1 members found this post helpful.
|
10-03-2011, 05:13 AM
|
#7
|
|
LQ Newbie
Registered: Jan 2011
Posts: 2
Rep: 
|
Quote:
Originally Posted by druuna
Hi mrbeni, and welcome to LQ!
First of all: You posted your question in an already closed thread. Although I do appreciate that you want to keep similar subjects together, please start a new thread next time.
Ok, about your question:
You don't provide too much information and I can only assume that you are trying to build LFS 6.8 (stable) and are struggling with chapter 6.8.
man-pages installs roughly 1900 manual pages, it does not install the programs for finding and viewing man pages! That is done later on in chapter 6.51 - Man-DB-2.5.9.
All this information is provided by the chapters. At the top of the chapter a small description is provided. Eexample for man-pages: The Man-pages package contains over 1,900 man pages. and for man-db: The Man-DB package contains programs for finding and viewing man pages. At the bottom of the chapter you find the Contents of ..., which tells you what is being installed.
So nothing is wrong at this point, just continue with the build.
Hope this helps.
|
I appreciate your kind help and thanks for reminding me of rules, I didn't notice that it is an already closed thread. Sorry I'm new around here.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 12:20 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
|
|