From: (no name) (no email)
Date: Sun May 22 2005 - 05:29:09 EDT
Thanks for replying, Dale.
> I'm sure there has to be an easier method to get your configuration
> implemented.
>
> Providing a hook in Tbird or Mozilla in the configuration stage would
> be the best way for any to add the functionality.
>
> Providing your source for the end user to build is probably a better
> idea than providing binaries because of variation in OS, platforms and
> system dependancies.
Well my goal is to get the source into Mozilla so it will end up being
built in the release Thunderbird and Mozilla applications that people
can download from mozilla.org.
So not only do I need to provide source, it needs to build and run on
every platform out there. And I'm not sure if I'll be allowed to use
Cyrus or not. If I have to move Apple-supplied binaries out of the way
to use Cyrus functionality, that's not such a good thing.
>> Anyways... on to the problem at hand:
>>
>> I just built Cyrus on a second Macintosh to use while I send in my
>> primary development box for repairs.
>>
>> I ended up not being able to do the final "ln -s /usr/local/lib/sasl2
>> /usr/lib/sasl2" command because there is already a directory with
>> files in it at /usr/lib/sasl2. These appear to be libraries that
>> ship with the system.
> mv /usr/lib/sasl2 /usr/lib/sasl2.apple.orig && ln -s
> /usr/local/lib/sasl2 /usr/lib/sasl2
Will this break anything on the Macintosh? I am not running a mail
server on my development Macintosh and I have no remote users to ssh
in.
It looks like doc/macosx.html needs to be updated.
|
|
|