wildness

To content | To menu | To search

Tuesday, June 8 2010

m0n0wall-CMI: The future of a great project...

Sometimes ago... I've started the m0n0wall-cmi project... It was apparently something that a lot of people were missing and it found some interest in the community.. Unfortunately, I had no time to continue the project further and so it kinda "died"...

Now, I'm wondering if there is still some interest in this.. and maybe I'm considering the fact to get back to work ;) The goal would be also to adapt the whole thing to be more "web 2.0" (for whatever that means :)) and compatible with all the m0n0wall-like appliance (yes, indeed, pfsense...).

So, if you're still interested into this project, please, shoot a comment here and let your contact details ;) If I anyway start again to work on it sooner or later, I would be glad to have some alpha-testers under the hand..

Cheers!

Friday, February 20 2009

Solaris10 problems: siginfo.h

While I wanted to compile php5 under Solaris 10, I scratched my head upon this compilation error:

/usr/include/sys/siginfo.h:259: error: parse error before "ctid_t"

The solution was simple, but as I loose some time to find it, I'm sharing it here:

# cd /usr/local/lib/gcc-lib/sparc-sun-solaris2.10/3.3.2/install-tools # ./mkheaders

HTH