Shawn Zong wrote:
> I am having difficulty to compile on Perl V5.10.0 built with MS SQL
> server 2005. The program could not find installed  ODBC Driver Manager.
> 
>  
> 
> Here is my configuration.
> 
>     DBI_DSN:   'dbi:ODBC: DSN_NAME', DSN_NAME is set up in System DSN in
> ODBC Data source Administrator.
> 
>     DBI_USER: valid database user
> 
>     DBI_PASS:  valid password
> 
>     ODBCHOME  c:\windows\system32
> 
>  
> 
> When running ‘perl Makefile.PL’, it could not find odbc_config and then
> the build failed. Do I miss anything in config?
> 
>  
> 
> Thanks,
> 
> Shawn
> 

Hi,

Not finding odbc_config should not stop it working but I have an awful
feeling about this since it should not be looking for odbc_config on
windows. Did you set ODBCHOME yourself? Can you send the output of perl
Makefile.PL please.

Martin
-- 
Martin J. Evans
Easysoft Limited
http://www.easysoft.com

Reply via email to