https://issues.apache.org/ooo/show_bug.cgi?id=125431
--- Comment #25 from Ariel Constenla-Haile <[email protected]> --- (In reply to Robert from comment #24) > Tried to do this and was asked to download "Developer Tools" which I did, no > response when reentered your directory address. > > The file is in applications but unfamiliar with how to adjust the address to > get a result. Happy to try again if you can clarify for me or can submit > more information for you if needed. If OpenOffice is installed in the default location, that is /Applications/OpenOffice.org.app/, then you don't need to change the command. The command is a single line (though your browser may wrap the line and show more): OO_HOME=/Applications/OpenOffice.app/Contents/MacOS;for i in ${OO_HOME}/*.dylib; do otool -L $i >> ~/aoo_libs.txt;done In the command, the variable OO_HOME is assigned the value /Applications/OpenOffice.app/Contents/MacOS If OpenOffice isn't installed in /Applications/OpenOffice.app, you have to modified this value. -- You are receiving this mail because: You are the assignee for the issue. You are watching all issue changes.
