I'm trying to compile ser 0.8.14 in a Fedora Core 2 with the following line
 
make modules="mysql dbtext ext extcmd xlog" profile=-pg all
 
and i receive this errors:
 
make: *** mysql: No such file or directory.  Stop.
 

make: *** dbtext: No such file or directory.  Stop.

make: *** ext: No such file or directory.  Stop.
 

make: *** extcmd: No such file or directory.  Stop.
 

make: *** xlog: No such file or directory.  Stop.
 
When i compile without option everything works fine. And it compiles me the xlog module, but not the mysql module or the others ones.
 
I have installed this mysql packages:
 
mysql-3.23.58-9
freeradius-mysql-0.9.3-4
mysql-server-3.23.58-9
php-mysql-4.3.8-2.1
mod_auth_mysql-20030510-4.1
mysql-devel-3.23.58-9
 
 
What can be the problem?
 
Thank you very much.
 
JESUS