How to run cross compiled fnord...

Cem Vedat ISIK <[email protected]> Fri, 14 Apr 2006 13:09:32 +0300
Newsgroups gmane.comp.web.fnord
Message-ID <[email protected]>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="-1"><font face="Verdana">Hi all, <br>
I've cross compiled and built fnord 1-10 for powerpc-mips-linux
architecture and obtained the binaries. <br>
I've completed the steps on
<a class="moz-txt-link-freetext" href="http://projectdream.org/publications/fnord.html">http://projectdream.org/publications/fnord.html</a><br>
And I've run <br>
</font></font>
<pre class="code">#mkdir /webroot
#fnord-conf fnord fnordlog /etc/fnord /webroot
#

without any problem on the target machine. But when I run the fnord binary, it outputs nothing, that is,
# ./fnord-cgi

and stays like that... Trying other way as running fnord-cgi as a background process yields,

# ./fnord-cgi &amp;
89
# ps -A
  PID  Uid     Stat Command
    1 root     S    init
    2 root     S    [keventd]
    3 root     S    [kswapd]
    4 root     S    [kreclaimd]
    5 root     S    [bdflush]
    6 root     S    [kupdated]
    7 root     S    [mtdblockd]
   14 root     S    [jffs2_gcd_mtd1]
   16 root     S    /sbin/inetd -i
   18 root     S    -sh
   55 root     S    /flash/bin/rt_task.o
   78 root     S    [rpciod]
   90 root     R    ps -A
#

As you can see, there's no process with PID 89.
What my be the cause and/or solution of this problem? 
Thanks in advance, looking forward to hearing from you soon.

--
Cem Vedat ISIK
<a class="moz-txt-link-abbreviated" href="mailto:[email protected]">[email protected]</a>
<a class="moz-txt-link-freetext" href="http://isik.net">http://isik.net</a>




</pre>
<br>
</body>
</html>