Thanks to your help, I could succeed in setup dhcp server and tftp
And then, I tried to get over to next step, making elfboot image.
At first time, I just typed whole command written in the HOWTO, but I failed with "Error: no Makefile.conf "
so I changed the original file, "Makefile.conf.in" to "Makefile.conf", then I typed whole command again.
After all, I failed and saw following message: "bash: ./mkelfImage: @PERL@: bad Interpreter: No such file or directory exist"
Did I need to make my own Makefile.conf instead of changing Makefile.conf.in? If so, How can I make my own?
thanks for your help
_________________________________________________________________ MSN Messenger를 통해 온라인상에 있는 친구와 대화를 나누세요. http://messenger.msn.co.kr
If you haven't build the mkelfImage yet, the first step it to run the configure program provided so that it can work out how to compile the mkelfImage program.
in the directory you untar'd mkelfImage type the following ./configure
it should then give a long output checking for various things once it's finished,
make
make install
which should install the mkelfImage programs to /usr/local/bin
Regards Mark.
On Friday 25 Jul 2003 07:40, gimyung han wrote:
Thanks to your help, I could succeed in setup dhcp server and tftp
And then, I tried to get over to next step, making elfboot image.
At first time, I just typed whole command written in the HOWTO, but I failed with "Error: no Makefile.conf "
so I changed the original file, "Makefile.conf.in" to "Makefile.conf", then I typed whole command again.
After all, I failed and saw following message: "bash: ./mkelfImage: @PERL@: bad Interpreter: No such file or directory exist"
Did I need to make my own Makefile.conf instead of changing Makefile.conf.in? If so, How can I make my own?
thanks for your help
MSN Messenger를 통해 온라인상에 있는 친구와 대화를 나누세요. http://messenger.msn.co.kr
Linuxbios mailing list Linuxbios@clustermatic.org http://www.clustermatic.org/mailman/listinfo/linuxbios
On Fri, Jul 25, 2003 at 06:40:47AM +0000, gimyung han wrote:
And then, I tried to get over to next step, making elfboot image.
At first time, I just typed whole command written in the HOWTO, but I failed with "Error: no Makefile.conf "
so I changed the original file, "Makefile.conf.in" to "Makefile.conf", then I typed whole command again.
After all, I failed and saw following message: "bash: ./mkelfImage: @PERL@: bad Interpreter: No such file or directory exist"
Use the latest mkelfImage at: ftp://ftp.lnxi.com/pub/mkelfImage/mkelfImage-2.5.tar.gz It's not written in perl anymore.
-- Takeshi
Hi gimyung,
Thanks to your help, I could succeed in setup dhcp server and tftp And then, I tried to get over to next step, making elfboot image. At first time, I just typed whole command written in the HOWTO, but I failed with "Error: no Makefile.conf " so I changed the original file, "Makefile.conf.in" to "Makefile.conf", then I typed whole command again. After all, I failed and saw following message: "bash: ./mkelfImage: @PERL@: bad Interpreter: No such file or directory exist" Did I need to make my own Makefile.conf instead of changing Makefile.conf.in? If so, How can I make my own?
For testing, you can use mine which is located at ftp://ftp.cwlinux.com/pub/downloads/linuxbios-sdk/kernel/elfkernel Since it is compiled with 386 setting, it probably will boot from most system.
-Andrew
On Fri, 25 Jul 2003, gimyung han wrote:
so I changed the original file, "Makefile.conf.in" to "Makefile.conf", then I typed whole command again.
no.
I believe you have to run automake.
ron