Hi ppl ! After this test here: # Check for module problems. Specifically, check that every module we just # installed can actually be loaded by a minimal PAM-aware application. for module in $PKG_STAGEROOT/lib64/security/pam*.so ; do if ! $DLG_COREREPOS/$NAME/dlopen.sh -lpam -ldl ${module} ; then die "Could not load module" fi I get the following error: /home/sasa/DEVELOPMENT/DROPLINE_GNOME/DBS/DLG/STAGE/pam-0.99.7.1-1/lib64/security/pam_access.so: symbol pam_syslog, version LIBPAM_EXTENSION_1.0 not defined in file libpam.so.0 with link time reference Can somebody please explain what this means, where it goes wrong ? Rgds Saxa _______________________________________________ Pam-list mailing list Pam-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/pam-list