At 02:10 PM 10/4/2001 -0400, you wrote:

>Solaris 8...
>
>ld: fatal: library -llber: not found
>ld: fatal: library -lldap_r: not found
>ld: fatal: File processing errors. No output written to
>.libs/rlm_ldap.so.0.0.0
>make[6]: *** [rlm_ldap.la] Error 1
>
>Why is it not able to find those libraries? It says in the configure that
>it sees them fine, right?

run these commands:

$ echo $LD_LIBRARY_PATH

$ find /usr -name *lber* -print
$ find /usr -name *ldap* -print

Most likely LD_LIBRARY_PATH isn't set correctly.

-Chris

--
    \\\|||///  \  Chris Parker    -    Manager, Development Engineering
    \ ~   ~ /   \       WX *is* Wireless!    \   [EMAIL PROTECTED]
    | @   @ |    \   http://www.starnetwx.net \      (847) 963-0116
oOo---(_)---oOo--\------------------------------------------------------
                   \ Without C we would have 'obol', 'basi', and 'pasal'


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to