This is a discussion on [courier-users] custom authentication linking with external radius within the Courier-Imap forums, part of the Mail Servers and Related category; --===============0095314083== Content-Type: text/plain; format=flowed Hello all, I am attempting to build a custom authentication handler for radius ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
--===============0095314083==
Content-Type: text/plain; format=flowed Hello all, I am attempting to build a custom authentication handler for radius server. I download the radiusclinet moudle, installed it and include it on preauthcustom.c file. I have installed automke and autoconf as well. i append following lines in the Makefile.am in sbin_PROGRAMS authcustom authcustom.libsdep= libradiusclient.la authcustom_LDADD=libradiusclient.la libradiusclient.la is a link file of '/usr/local/lib/libradiusclient.la' located on the courier-authlib. When i do automake following messages appers : Makefile.am: object `authcustom.$(OBJEXT)' created both with libtool and without. I did ../configure -> no error make -> no error make install -> no error But when i tried to authenticate from authdaemon using courier-imap it give me following error : authdaemond: /usr/local/libexec/courier-authlib/authdaemond: symbol lookup error: /usr/local/lib/courier-authlib/libauthcustom.so.0: undefined symbol: rc_conf_str rc_conf_str is the function used in the preauthcustom.c whose defination is present in the library /usr/local/lib/libradiusclient.la. Please someone help me out and let me know how to fix this error..!! Best Regards Shishir __________________________________________________ _______________ Find a local pizza place, movie theater, and more….then map the best route! http://maps.live.com/default.aspx?v=...=1&FORM=MGAC01 --===============0095314083== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ --===============0095314083== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ courier-users mailing list courier-users@lists.sourceforge.net Unsubscribe: https://lists.sourceforge.net/lists/.../courier-users --===============0095314083==-- |