On 2/28/07, bbrown <[EMAIL PROTECTED]> wrote: > This really a two part question; with the default images/code can you run the > httpd server without the UI. I thought I heard mention of this.
Use the '-shell=tty' option: ./f -shell=tty If you are building the binary on a machine with no X11 libraries to link or run against you'll need to build with the NO_UI option: For example: NO_UI=1 make linux-x86 Chris. -- http://www.bluishcoder.co.nz ------------------------------------------------------------------------- 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 _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
