<br><br><div><span class="gmail_quote">2006/10/19, Peter Nixon <<a href="mailto:listuser@peternixon.net">listuser@peternixon.net</a>>:</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
> This is my first post in the list, so please excuse any eventual problem I<br>> could cause.<br>> I'm running a FreeRadius 1.1.3 server with the Debian patches and a little<br>> patch I made to correct the NAS-Port known behaviour for fixed NAS-Port.
<br><br>You shouldn't need any patches for that. sqlippool handles fixed ports. Check<br>the config file.</blockquote><div><br>The failure is not on the tiny patch.<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
> rlm_sql (sql): Attempting to connect rlm_sql_postgresql #3<br>> rlm_sql (sql): Connected new DB handle, #3<br>> rlm_sql (sql): starting 4<br>> rlm_sql (sql): Attempting to connect rlm_sql_postgresql #4<br>> rlm_sql (sql): Connected new DB handle, #4
<br>> Module: Instantiated sql (sql)<br>> freeradius: relocation error: /usr/lib/freeradius/rlm_sqlippool-<a href="http://1.1.3.so">1.1.3.so</a>:<br>> undefined symbol: sql_get_socket<br>><br>> ----------------
<br>><br>> The strange thing is that the sql module seems initialized, but sqlippool<br>> doesn't load.<br>> I looked the sql_get_socket function over the code, and I found it in the<br>> sql.c file in the rlm_sql module. Furthermore, I see that function being
<br>> compiled and linked in the rlm_sql.so file as it's shown here:<br>> ---------<br>> [08:11:33]<br>> fgd@myBox:/home/fgd/src/freeradius-1.1.3/src/modules/rlm_sql/.libs# nm<br>> rlm_sql.so | grep sql_get_socket
<br>> 000047f0 T sql_get_socket<br>> ---------<br>><br>> I don't know how to force it to be loaded... any hint?<br><br>I have not seen this error before. Alan? Any ideas?</blockquote><div><br>I have tested with the CVS HEAD version, still the same problem here. 
<br></div><br></div>rlm_sql (sql): Attempting to connect rlm_sql_postgresql #4<br>rlm_sql (sql): Connected new DB handle, #4<br>Module: Instantiated sql (sql)<br>freeradius: relocation error: /usr/lib/freeradius/rlm_sqlippool-
<a href="http://2.0.0-pre0.so">2.0.0-pre0.so</a>: undefined symbol: sql_get_socket<br><br>ummm.. I don't have any idea how to solve it...<br>I'm thinking about #including "sql.c" in the rlm_sqlippool.<br><br>Thanks for your fast response, Peter,
<br><br>