To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=91599
                 Issue #|91599
                 Summary|redland links against system libcrypt, despite interna
                        |l openssl requested
               Component|xml
                 Version|DEV300m22
                Platform|PC
                     URL|
              OS/Version|Linux
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|jsi
             Reported by|cloph





------- Additional comments from [EMAIL PROTECTED] Sat Jul 12 14:30:33 +0000 
2008 -------
Building (with o3-build) fails because redland links agains the system's version
of libcrypt. It later fails in unoxml because the linked-in lib is not found
anymore:

/home/buildslave/botwork/shadow/solenv/bin/checkdll.sh -L../../unxlngi6.pro/lib
-L/home/buildslave/botwork/shadow/solver/300/unxlngi6.pro/lib 
../../unxlngi6.pro/lib/check_libunordfli.so
Checking DLL ../../unxlngi6.pro/lib/check_libunordfli.so ...: ERROR:
libcrypto.so.0.9.6: cannot open shared object file: No such file or directory
dmake:  Error code 1, while making ´../../unxlngi6.pro/lib/libunordfli.so´

$ldd redland/unxlngi6.pro/lib/librdf.so
        linux-gate.so.1 =>  (0xffffe000)
        librasqal.so.0 =>
/home/buildslave/botwork/dev23/redland/unxlngi6.pro/lib/librasqal.so.0 
(0xf7f3b000)
        libraptor.so.1 =>
/home/buildslave/botwork/dev23/redland/unxlngi6.pro/lib/libraptor.so.1 
(0xf7ee7000)
        libcrypto.so.0.9.6 => not found
        libpthread.so.0 => /lib/tls/i686/cmov/libpthread.so.0 (0xf7ecc000)
        libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xf7d7d000)
        libxslt.so.1 =>
/home/buildslave/botwork/dev23/solver/300/unxlngi6.pro/lib/libxslt.so.1 
(0xf7d41000)
        libxml2.so.2 =>
/home/buildslave/botwork/dev23/solver/300/unxlngi6.pro/lib/libxml2.so.2 
(0xf7c28000)
        libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0xf7c03000)
        /lib/ld-linux.so.2 (0xf7f9a000)
        libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0xf7bff000)


Furthermore: each set of so, so.0 and so.0.0.0 (or so.1 and so.1.1.0 for raptor)
are regular (identical) files.

Adding LDFLAGS:=$(SOLARLIB) to redland/makefile.mk solves the system-libcrypt
problem.

---------------------------------------------------------------------
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