Hello,

Le 27 mai 2010 à 00:39, Tim Schuermann a écrit :

> Hi Christian and list,
> ....
> 
> And got the following errors:
> 
> dyld: Library not loaded: /usr/lib/libsqlite3.dylib
>   Referenced from: 
> /System/Library/Frameworks/Security.framework/Versions/A/Security
>   Reason: Incompatible library version: Security requires version 9.0.0 or 
> later, but libsqlite3.dylib provides version 1.0.0
> deliver: /Users/tim/DEV300_m78/salhelper/prj/d.lst: WARNING: invalid library 
> name: libuno_salhelpergcc3.dylib.3.jnilib
> /bin/bash: line 1: 54102 Trace/BPT trap          
> DYLD_LIBRARY_PATH=${DYLD_LIBRARY_PATH+${DYLD_LIBRARY_PATH}:}/Users/tim/DEV300_m78/o3tl/unxmacxi.pro/lib:/Users/tim/DEV300_m78/solver/300/unxmacxi.pro/lib
>  /Users/tim/DEV300_m78/solver/300/unxmacxi.pro/bin/cppunittester 
> ../unxmacxi.pro/lib/libtests.dylib
> dmake:  Error code 133, while making 'test1'
> 
> [...]
> 
        This was a well known problem, the nss module creates a libsqlite3 
library which can conflict with the system library,
you can find some suggestions to solve this problem in :

- 
http://porting.openoffice.org/servlets/Search?resultsPerPage=40&query=libsqlite3&scope=domain
- http://porting.openoffice.org/servlets/ReadMsg?listName=mac&msgNo=7851
- http://www.openoffice.org/issues/show_bug.cgi?id=106059

I did not had this problem (when building dev300_m77), but maybe you can try to 
reset the environment 
variable DYLD_LIBRARY_PATH to zero before building openoffice
> export DYLD_LIBRARY_PATH=: 

Note: cppunittester is build in the module sal while libuno_salhelpergcc3 is 
build in salhelper, so you may have to redo 
the modules sal and salhelper....

-- 
  Amicalement,
    Laurent.




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

Reply via email to