I would like to use the PAM module in Ubuntu, but it does not work. The castest utility segfaults immediately when executed. I added "-g" to CFLAGS before compiling. gdb has the following to say.
cas-client-2.0.12beta/pam_cas$ ./castest Segmentation fault (core dumped) cas-client-2.0.12beta/pam_cas$ gdb castest core GNU gdb 6.6-debian Copyright (C) 2006 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i486-linux-gnu"... Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1". Core was generated by `./castest'. Program terminated with signal 11, Segmentation fault. #0 0x80000cc6 in __do_global_dtors_aux () (gdb) bt #0 0x80000cc6 in __do_global_dtors_aux () #1 0x80000c89 in _init () #2 0x00000000 in ?? () (gdb) q The same thing occurs with older versions of cas-client, like 2.0.11. _______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
