Hi,
I am trying to install pam_mysql but seem to have a dependency problem. 
This is the output from make:
lawrence:/usr/local/pam_mysql # make
mkdir -p ./dynamic
gcc -O2 -Dlinux -DLINUX_PAM -ansi -D_POSIX_SOURCE -Wall -Wwrite-strings 
-Wpointer-arith -Wcast-qual -Wcast-align -Wtraditional 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wshadow -pedantic -fPIC -DPAM_DYNAMIC  -c pam_mysql.c -o dynamic/pam_mysql.o
gcc -shared -Xlinker -x -L/usr/lib/mysql -o pam_mysql.so 
dynamic/pam_mysql.o  -lmysqlclient -lcrypt
/usr/i486-suse-linux/bin/ld: cannot find -lmysqlclient
collect2: ld returned 1 exit status
make: *** [pam_mysql.so] Error 1
Any ideas?
Thanks

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to