Hi Mladen

The output is:
[EMAIL PROTECTED]:/home/belpop/tomcat/lib]$ ldd libtcnative-1.so
        libssl.so.6 => /lib64/libssl.so.6 (0x00002affd1727000)
        libcrypto.so.6 => /lib64/libcrypto.so.6 (0x00002affd1970000)
        libapr-1.so.0 => /usr/local/apr/lib/libapr-1.so.0
(0x00002affd1cb8000)
        librt.so.1 => /lib64/librt.so.1 (0x00002affd1ee2000)
        libcrypt.so.1 => /lib64/libcrypt.so.1 (0x00002affd20eb000)
        libpthread.so.0 => /lib64/libpthread.so.0 (0x00002affd2323000)
        libdl.so.2 => /lib64/libdl.so.2 (0x00002affd253e000)
        libc.so.6 => /lib64/libc.so.6 (0x00002affd2742000)
        libgssapi_krb5.so.2 => /usr/lib64/libgssapi_krb5.so.2
(0x00002affd2a95000)
        libkrb5.so.3 => /usr/lib64/libkrb5.so.3 (0x00002affd2cc4000)
        libcom_err.so.2 => /lib64/libcom_err.so.2 (0x00002affd2f57000)
        libk5crypto.so.3 => /usr/lib64/libk5crypto.so.3 (0x00002affd3159000)
        libz.so.1 => /usr/lib64/libz.so.1 (0x00002affd337f000)
        /lib64/ld-linux-x86-64.so.2 (0x00000034be400000)
        libkrb5support.so.0 => /usr/lib64/libkrb5support.so.0
(0x00002affd3593000)
        libkeyutils.so.1 => /lib64/libkeyutils.so.1 (0x00002affd379c000)
        libresolv.so.2 => /lib64/libresolv.so.2 (0x00002affd399e000)
        libselinux.so.1 => /lib64/libselinux.so.1 (0x00002affd3bb3000)
        libsepol.so.1 => /lib64/libsepol.so.1 (0x00002affd3dcc000)

gr
Paul

On Wed, Nov 12, 2008 at 4:50 PM, Mladen Turk <[EMAIL PROTECTED]> wrote:

> Paul van Beukering wrote:
>
>> Hello Milan and Mladen,
>>
>> See here the libraries that are created:
>>
>> -rwxr-xr-x 1 belpop belpop  872663 Nov 12 14:41 libtcnative-1.so.0.1.14
>> lrwxrwxrwx 1 belpop belpop      23 Nov 12 14:41 libtcnative-1.so.0 ->
>> libtcnative-1.so.0.1.14
>> lrwxrwxrwx 1 belpop belpop      23 Nov 12 14:41 libtcnative-1.so ->
>> libtcnative-1.so.0.1.14
>> -rwxr-xr-x 1 belpop belpop     920 Nov 12 14:41 libtcnative-1.la
>> -rw-r--r-- 1 belpop belpop 1561106 Nov 12 14:41 libtcnative-1.a
>> drwxr-xr-x 2 belpop belpop    4096 Nov 12 16:17 pkgconfig
>>
>> I did put them in LD_LIBRARY_PATH and in all the JDK directories listed
>> below. Still the same message is shown in the log.
>>
>>
> OK, if they are in the LD_LIBRARY_PATH
> what is the output from
> ldd libtcnative-1.so
>
>
>
> Regards
> --
> ^(TM)
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to