Re: Perl isn't compiling and other random questions
Mark Bishop <[email protected]>
| Newsgroups | gmane.linux.uclinux.devel |
|---|---|
| Message-ID | <[email protected]> |
Quoting GLHS329 <[email protected]>: > On Tue, Aug 28, 2012 at 12:26 PM, Mark Bishop <[email protected]> wrote: > >> I'm getting errors building perl from the SVN head. Should I just move >> the offending line from fork() to vfork() and be done with it or is this >> something bigger? My goal is to use perl for some simple CGI web pages >> from boa. Would python be a better option? >> > > I recommend you check out Haserl (haserl.sourceforge.net). I have not used > it on an MMU-less system, but I think you'll find it's much lighter weight > than Perl or Python. > haserl in trunk also bombs on fork(). However, there are only two occurrences of fork() in the code. I'll change them to vfork() and give it a go. _______________________________________________ uClinux-dev mailing list [email protected] http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent by [email protected] To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev