Re: SRC680m101 ready
Tino Rachui - Sun Germany - Development - Software Engineer <[email protected]>
| Newsgroups | gmane.comp.openoffice.devel.porting |
|---|---|
| Organization | StarOffice / Sun Microsystems, Inc. |
| Message-ID | <[email protected]> |
Hi Eric, Eric Hoch wrote: >>>But could you please test if >>>Extras->Optionen->OpenOffice.org->Sicherheit->Makrosicherheit >>>works? Here the dialogue doesn't pop up. >> >>It doesn't work either with my build. There is an assertion claiming >>that libxmlsecurity could not be loaded. The cause of the abovementioned problem is that libxmlsecurity depends on libxmlsec1.1.dylib which has to be either in /usr/local/lib or beside libxmlsecurity itself on my machine. I found this using 'otool -l libxmlsecurity.dylib' which shows you among other things the libraries which dynlib depends on. As a work around just create a symbolic link to libxmlsec1.1.dylib in the program path of your OOo installation an the macro security dialog appears. I did not yet investigate why libxmlsec1.1.dylib will not be installed correctly. Kind regards, Tino P.S. Beside this I lerned how to debug sal on Mac OS X which seesm to be not possible out of the box :-)