ModuleUIConfigurationManager
Richard PALO
richard.palo at free.fr
Tue Jun 3 13:33:02 PDT 2014
Le 30/05/14 12:47, Richard PALO a écrit :
> Le 30/05/14 10:45, Stephan Bergmann a écrit :
> ...
>> For libfwklo.so, the relevant symbol that needs to be exported is
>> fwk_component_getFactory (denoting a C function).
>>
>> Stephan
>
> Hmm, that seems to be okay:
>> richard at devzone:/opt/local/libreoffice4-4.2.4.2/program$ elfdump -s
>> libfwklo.so |grep fwk_component_getFactory
>> [957] 0x001e3ab0 0x00002408 FUNC GLOB D 1 .text
>> fwk_component_getFactory
>> [23029] 0x001e3ab0 0x00002408 FUNC GLOB D 0 .text
>> fwk_component_getFactory
> ! index value size type bind oth ver shndx name
>
>
In relooking at services.rdb, thought I'd try seeing if the many
references to $LO_LIB_DIR was a necessary external env variable... (is
this documented?)
This is now the failure:
> richard at devzone:~$ export LO_LIB_DIR=/opt/local/libreoffice4-4.2.4.2/ure-link/lib
> richard at devzone:~$ /opt/local/bin/soffice
> terminate called after throwing an instance of 'com::sun::star::loader::CannotActivateFactoryException'
Guess I'll have to build a debug kit later this week...
More information about the LibreOffice
mailing list