pam-mount-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Pam-mount-devel] "Module is unknown"


From: Juan Ferrer Junior
Subject: Re: [Pam-mount-devel] "Module is unknown"
Date: Wed, 30 Jun 2004 07:07:11 +0000

>What does "ls -l /lib/security/pam_mount_session.so" say?
>-------------------------------------------------------------------------------------------------
>address@hidden:~$ ls -l /lib/security/pam_mount_session.so
>lrwxrwxrwx    1 root     root           12 Jun 22 10:38
>/lib/security/pam_mount_session.so -> pam_mount.so
>
>What does "ls -l /lib/security/pam_mount_auth.so" say?
>-------------------------------------------------------------------------------------------------
>address@hidden:~$ ls -l /lib/security/pam_mount_auth.so
>lrwxrwxrwx    1 root     root           12 Jun 22 10:38
>/lib/security/pam_mount_auth.so -> pam_mount.so
>
>
>What does "ls -l /lib/security/pam_mount.so" say?
>-----------------------------------------------------------------------------------------
>address@hidden:~$ ls -l /lib/security/pam_mount.so
>-rwxrwxrwx    1 root     root       364137 Mar 11 02:50
>/lib/security/pam_mount.so
>
>
>What does "ldd /lib/security/pam_mount.so" say?
>-------------------------------------------------------------------------------------
>address@hidden:~$ ldd /lib/security/pam_mount.so
>        libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0x4002b000)
>        libcrypto.so.4 => not found
>        libc.so.6 => /lib/tls/libc.so.6 (0x400aa000)
>        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
>
>
>thanks ;D


Then I see libcrypto.so.4 => not found I search in google and I found that I must to do
"ln -s libcrypto.so.0.9.7 libcrypto.so.4"               then I do
"ldd /lib/security/pam_mount.so"                     and I see

tote:/usr/lib# ldd /lib/security/pam_mount.so
       libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0x4002b000)
       libcrypto.so.4 => /usr/lib/libcrypto.so.4 (0x400aa000)
       libc.so.6 => /lib/tls/libc.so.6 (0x401ae000)
       libdl.so.2 => /lib/tls/libdl.so.2 (0x402e9000)
       /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)


But when I do su do the same  "MODULE IS UNKNOWN"

_________________________________________________________________
La información más fresca desde diferentes puntos de vista en la Revista de Prensa de MSN. http://es.newsbot.msn.com/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]