On 09/25/09 15:31, Michael Mellinger wrote:
I've install OO3.1 and the SDK in /opt/openoffice.org and
/opt/openoffice.org3/  Not sure what the breakdown is.  Here's a
partial list of libs.

[mell...@sol3 openoffice.org]$ ls  -1 /opt/openoffice.org/ure/lib/libuno*
/opt/openoffice.org/ure/lib/libuno_cppuhelperC52.so.3
/opt/openoffice.org/ure/lib/libuno_cppu.so.3
/opt/openoffice.org/ure/lib/libuno_purpenvhelperC52.so.3
/opt/openoffice.org/ure/lib/libuno_salhelperC52.so.3
/opt/openoffice.org/ure/lib/libuno_sal.so.3

Ah, yes, OOo only installs the "fully qualified" libs (libXXX.so.3), while foor linking, the "short versions" are needed (libXXX.so). The OOo SDK would include those "short versions," but I am not sure whether it would also place them in /opt/openoffice.org/ure/lib, so I think the easiest way for you to proceed is to manually create symlinks

  ln -s libuno_cppuhelperC52.so.3 \
    /opt/openoffice.org/ure/lib/libuno_cppuhelperC52.so

etc.

-Stephan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org

Reply via email to