To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69877





------- Additional comments from [EMAIL PROTECTED] Wed Nov 22 02:23:07 -0800 
2006 -------
jsc -> cl: i think so. If i have understand the problem correct. The problem was
that you are in the office/program dir of a local office installation and have
tried to register the binfilter lib with
regcomp -register -r service.rdb -c liblegacy_binfilters680si.so
regcomp has searched the library over the PATH/LD_LIBRARY_PATH and not in
current working directoy (found it besides regcomp first -> solver output tree).
Now you simply register the lib
regcomp -register -r service.rdb -wop -c ./liblegacy_binfilters680si.so
The library is taken from the current office program dir and only the name is
registered. Should work in your scenario and don't break any older use cases.

Please let me know if this is not sufficient for you. 

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to