Asterisk Reinstall not recognizing UnixOdbc install

I am following Asterisk-The Definitive Guide to do a project in my college

In chapter 16 after installing unixODBC and verifying that it works fine I should reinstall Asterisk to install ODBC related modules

$ cd ~/src/asterisk-complete/asterisk/11
$ ./configure
$ make menuselect
$ make install

I followed above commands twice , but still menuselect shows XXX for all ODBC modules
I guess that means they are not installed or recognized…

Can someone guide me how to install ODBC modules properly (: Thanks in advance