Branches
Comments
[»]
Brutus server on Linux?
by Darren - May 14th 2007 13:50:36
Will there be a precompiled version supplied for Linux, or better yet,
instructions for building the server on the Linux platform?
I think this project would generate a great deal more interest if there
was a readily available Linux version.
[reply]
[top]
[»]
Re: Brutus server on Linux?
by Jules Colding - May 15th 2007 02:13:29
> Will there be a precompiled version
> supplied for Linux, or better yet,
> instructions for building the server on
> the Linux platform?
> I think this project would generate a
> great deal more interest if there was a
> readily available Linux version.
Only if the wire protocol of MAPI becomes publicly documented. This
protocol is currently not documented at all and, despite efforts to reverse
engineer it, will not be my favorite choice. The reason is that the MAPI
interface (the API) is stable while the binary wire protocol can and will
change from time to time.
-- --
jules
[reply]
[top]
[»]
Dependencies
by mcoon - Dec 4th 2006 19:15:29
An interesting project. Unfortunately, on my FC4 laptop, the FC4 binaries
won't install due to dependcy mismatches. It seems that the application
wants a version of evolution newer that that offered by yum. <sigh>.
So much for easily being able to test out the app.
[reply]
[top]
[»]
Re: Dependencies
by Jules Colding - Dec 5th 2006 00:13:56
> An interesting project. Unfortunately,
> on my FC4 laptop, the FC4 binaries won't
> install due to dependcy mismatches. It
> seems that the application wants a
> version of evolution newer that that
> offered by yum.
Yes, I would suspect that much. I've stopped supporting FC4 binary
releases when FC6 got out. It was simply too much work for an old
distribution. The good thing is that you should easily be able to build and
install e-b from source. Just grap the newest tar-ball from the site and do
"./autogen.sh --prefix=/usr && make && make install".
-- --
jules
[reply]
[top]
|