Hello pedro, Friday, December 20, 2002, 1:11:40 AM, you wrote:
pn> great, I found it and wherever I get it from it always pn> says I have to 'compila it' 8) pn> duuhhh how do I compile fastboot.c? 8) Get yourself the gcc + dependencies installed (with yast, dselect, rpm...) and change to the directory where fastboot.c is. Enter gcc -static -o fastboot fastboot.c If it doesn't spit errors, you will have a file named "fastboot". Issue an "ldd fastboot" to find out which shared libs you need. Should be none because you compiled it static. Copy "fastboot" to /opt/ltsp/i386/sbin and set permissions, e.g. chmod 700 /opt/ltsp/i386/sbin That's it. -- Best regards, Anselm mailto:[EMAIL PROTECTED]
smime.p7s
Description: S/MIME Cryptographic Signature
