<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2873" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV>Hi,<BR><BR>I did a simple upgrade from 1.1.0 to 1.1.1. All old
modules was removed, <BR>new compile / install went without problems. I
also updated my database <BR>from mysql 4 to 5.0 - also working without
problems.<BR><BR>Running with -X, I'm getting VERY little info
here...<BR><BR> sql: postauth_table = "radpostauth"<BR> sql:
postauth_query = "INSERT into radpostauth (id, user, pass, reply, <BR>date)
values ('', '%{User-Name}', '%{User-Password:-Chap-Password}',
<BR>'%{reply:Packet-Type}', NOW())"<BR> sql: safe-characters =
<BR>"@abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-_:
/"<BR>Bus error<BR><A href="">root@netsphere:/usr/local/etc/raddb</A># radiusd
-v<BR>radiusd: FreeRADIUS Version 1.1.1, for host , built on May 17 2006 at
<BR>15:33:24<BR>Copyright (C) 2000-2006 The FreeRADIUS server project.<BR>There
is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A<BR>PARTICULAR
PURPOSE.<BR>You may redistribute copies of FreeRADIUS under the terms of
the<BR>GNU General Public License.<BR>For more information about these matters,
see the file named COPYRIGHT.<BR><A
href="">root@netsphere:/usr/local/etc/raddb</A>#<BR><BR>The -X run reports
nothing abnormal, except for the bus error. Under gdb:<BR><BR> sql:
postauth_table = "radpostauth"<BR> sql: postauth_query = "INSERT into
radpostauth (id, user, pass, reply, <BR>date) values ('', '%{User-Name}',
'%{User-Password:-Chap-Password}', <BR>'%{reply:Packet-Type}',
NOW())"<BR> sql: safe-characters =
<BR>"@abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-_:
/"<BR>rlm_sql (sql): Driver rlm_sql_mysql (module rlm_sql_mysql) loaded and
linked<BR>rlm_sql (sql): Attempting to connect to <A
href="">radius@mysqldb01.blah.com:/RADIUS</A><BR>rlm_sql (sql): starting
0<BR>rlm_sql (sql): Attempting to connect rlm_sql_mysql #0<BR><BR>Program
received signal SIGSEGV, Segmentation fault.<BR>[Switching to Thread 1 (LWP
100079)]<BR>0x282f2677 in memset () from /lib/libc.so.5<BR>(gdb)
back<BR>#0 0x282f2677 in memset () from /lib/libc.so.5<BR>#1
0x09afc4c0 in ?? ()<BR>#2 0x286e5cb5 in sql_init_socket
(sqlsocket=0x70657270, config=0x9d02600) <BR>at sql_mysql.c:71<BR>#3
0x2858afcc in connect_single_socket (sqlsocket=0x9afc4c0, <BR>inst=0x9afc700) at
sql.c:70<BR>#4 0x2858b134 in sql_init_socketpool (inst=0x9afc700) at
sql.c:131<BR>#5 0x28589507 in rlm_sql_instantiate (conf=0x9d03bf8,
instance=0x0) at <BR>rlm_sql.c:713<BR>#6 0x08052b11 in
find_module_instance ()<BR>#7 0x08053f9e in modcallable_free
()<BR>#8 0x0805317b in setup_modules ()<BR>#9 0x08055996 in main
()<BR><BR><BR>1.1.0 runs fine, with exactly the same configuration...
:-(<BR><BR>Regards,<BR>Chris. <BR></DIV></BODY></HTML>