have problems in intalling dbi module

2006-01-26 Thread Faten BEN JEMAA
hello evrybody, I have problems in installing DBI module, it require another library cl that i dont find please help me thinks cp Driver.xst blib\arch\auto\DBI\Driver.xst cp lib/DBI/ProxyServer.pm blib\lib\DBI\ProxyServer.pm cp dbipport.h blib\arch\auto\DBI\dbipport.h cp lib/DBD/NullP.pm

Re: have problems in intalling dbi module

2006-01-26 Thread Alexander Foken
You don't have VC++ installed properly. CL is the Linker from VC++. Maybe you just forgot to run vcvars32.bat in the dos window you started your makefile in. If you use ActivePerl, consider using ppm (see documentation in C:\perl\html\bin\ppm.html) instead of building modules yourself.

Re: have problems in intalling dbi module

2006-01-26 Thread John Scoles
have a look at this file http://svn.perl.org/modules/dbd-oracle/trunk/README.win32.txt it has very detailed instructions on how to install DBD:Oracle on windows. Though not for DBI the steps 5 through 11 will show you hao to configure your C++ enviroment