<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-9">
<META content="MSHTML 6.00.2900.2627" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I want both Mysql &amp; Radius Modules on SER 
0.9.0, just changed system into Debian Sarge, i have all libraries and rest of 
reqs as it says, while compiling on Red Hat 9.0 - ES 3.0 -&nbsp;CentOS or 
Mandrake 9.1 - 10.0 it never happened but now on Debian i meet below problems 
:(</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial>static_modules=<BR>static_modules_path=$(addprefix 
modules/, $(static_modules))<BR>extra_sources=$(wildcard $(addsuffix /*.c, 
$(static_modules_path)))<BR>extra_objs=$(extra_sources:.c=.o)<BR><BR>static_defs= 
$(foreach&nbsp; mod, $(static_modules), \<BR>                -DSTATIC_$(shell echo $(mod) | tr 
[:lower:] [:upper:]) )<BR><BR>override extra_defs+=$(static_defs) 
$(EXTRA_DEFS)<BR>export extra_defs<BR><BR>modules=$(filter-out $(addprefix 
modules/, \<BR>                        $(exclude_modules) $(static_modules)), 
\&nbsp;&nbsp;&nbsp;&nbsp;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt; 
this is line 77 
&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;<BR>&nbsp;&nbsp;        $(wildcard 
modules/*))<BR>modules:=$(filter-out $(modules), $(addprefix modules/, 
$(include_modules) )) \<BR>                        $(modules)<BR>modules_names=$(shell echo 
$(modules)| \<BR>                                sed -e 's/modules\/\([^/ ]*\)\/*/\1.so/g' 
)<BR>modules_basenames=$(shell echo $(modules)| \<BR>                                sed -e 
's/modules\/\([^/ ]*\)\/*/\1/g' )<BR>#modules_names=$(patsubst modules/%, %.so, 
$(modules))<BR>modules_full_path=$(join&nbsp; $(modules), $(addprefix /, 
$(modules_names)))<BR></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>rapid:/ser-0.9.0# make modules=modules/mysql 
modules</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><BR>make[1]: Entering directory 
`/ser-0.9.0/modules/mysql'<BR>../../Makefile.rules:77: dbase.d: No such file or 
directory<BR>../../Makefile.rules:77: db_con.d: No such file or 
directory<BR>../../Makefile.rules:77: db_mod.d: No such file or 
directory<BR>../../Makefile.rules:77: my_con.d: No such file or 
directory<BR>../../Makefile.rules:77: my_id.d: No such file or 
directory<BR>../../Makefile.rules:77: my_pool.d: No such file or 
directory<BR>../../Makefile.rules:77: res.d: No such file or 
directory<BR>../../Makefile.rules:77: row.d: No such file or 
directory<BR>../../Makefile.rules:77: utils.d: No such file or 
directory<BR>../../Makefile.rules:77: val.d: No such file or 
directory<BR>make[1]: Leaving directory `/ser-0.9.0/modules/mysql'<BR>make[1]: 
Entering directory `/ser-0.9.0/modules/mysql'<BR></FONT></DIV></BODY></HTML>