Again, attached the notes as a text document.
Comments are welcome.

-- 
mvh
Nils Olav Fossum
IT-Kontoret
Midtre Gauldal Kommune
Building Unattended linuxboot:

First, read NOTES.txt in the linuxboot directory.
see "The whole shebang" at the end, and take another look at the Makefile.

Basically the options are:

make
make all
make stage1
make stage2
make iso

I just started at the top with:
make

Now, this will take some time..

..and then suddenly:

checking for db.h... no
configure: error: Cannot find db.h
make: *** [ncurses-5.6/lib/libncurses.so] Fejl 1

hm, ncurses-5.6. Lets see what I have installed on my computer:

[EMAIL PROTECTED]:~/src/unattended/2007-03-02/unattended/linuxboot$ dpkg 
-l|grep ncurses
ii  libncurses5                      5.5-5                               Shared 
libraries for terminal handling
ii  libncurses5-dev                  5.5-5                               
Developer's libraries and docs for ncurses
ii  libncursesw5                     5.5-5                               Shared 
libraries for terminal handling (wide
ii  mtr-tiny                         0.71-2                              Full 
screen ncurses traceroute tool
ii  ncurses-base                     5.5-5                               
Descriptions of common terminal types
ii  ncurses-bin                      5.5-5                               
Terminal-related programs and man pages
ii  ncurses-term                     5.5-5                               
Additional terminal type definitions
[EMAIL PROTECTED]:~/src/unattended/2007-03-02/unattended/linuxboot$ 

Well, Im just adjusting the Makefile back one notch to ncurses-5.5 and see what 
happens:
(adjusting/editing Makefile for 5.5, line 21)

make download

to get ncurses-5.5

and a

make

(some more time passes by)

..and then the build finishes ok. :)
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
unattended-info mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to