On Mon, Apr 17, 2000 at 03:26:00PM +0530, Nawab Ali wrote:
> Hi!
> I checked out the symbols in libpam.so ( as Arun had advised).
> All the required symbols i.e pam_end,pam_authenticate...etc
> are present in the library.However, on compiling my app,
> I still get the "undefined reference to pam_end(),pam_start()...."
> errors.I am doing the compiling with the following options
> -lpam -lpam_misc -ldl.

gcc -v prints the _exact_ commandline that is being used to link. You
didn't post the gcc/linker commandline that you're using.  Without it,
people can only guess.

        -Arun

-----------------------------------------------------------------------
For information on this and other Linux India mailing lists check out
http://lists.linux-india.org/

Reply via email to