have problems in intalling dbi module

have problems in intalling dbi module

am 26.01.2006 12:09:11 von Faten.BENJEMAA

hello evrybody,

I have problems in installing DBI module, it require another library "c=
l"
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 blib\lib\DBD\NullP.pm
cp lib/DBI/DBD.pm blib\lib\DBI\DBD.pm
cp lib/Win32/DBIODBC.pm blib\lib\Win32\DBIODBC.pm
cp dbi_sql.h blib\arch\auto\DBI\dbi_sql.h
cp lib/DBI/PurePerl.pm blib\lib\DBI\PurePerl.pm
cp lib/DBD/ExampleP.pm blib\lib\DBD\ExampleP.pm
cp lib/DBI/ProfileData.pm blib\lib\DBI\ProfileData.pm
C:\Perl\bin\perl.exe -p -e "s/~DRIVER~/Perl/g" ./Driver.xst >
Perl.xsi
C:\Perl\bin\perl.exe C:\Perl\lib\ExtUtils/xsubpp -typemap C:
\Perl\lib\E
xtUtils\typemap -typemap typemap Perl.xs > Perl.xsc && C:
\Perl\bin\perl.exe -ME
xtUtils::Command -e mv Perl.xsc Perl.c
cl -c -nologo -Gf -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOL=
E
-DNO_ST
RICT -DHAVE_DES_FCRYPT -DBUILT_BY_ACTIVESTATE -DNO_HASH_SEED
-DUSE_SITECUSTOMIZE
-DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO
-DPERL_MSVCRT_READFIX
-MD -Zi -DNDEBUG -O1 -DVERSION=3D\"1.48\" -DXS_VERSION=3D\"1.48\" =
"-IC:
\Perl\li
b\CORE" Perl.c
'cl' n'est pas reconnu en tant que commande interne
ou externe, un programme ex=E9cutable ou un fichier de commandes.
NMAKE : fatal error U1077: 'cl' : return code '0x1'
Stop.
=

Re: have problems in intalling dbi module

am 26.01.2006 15:20:04 von Alexander

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.

Alexander

Faten BEN JEMAA wrote:

>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 blib\lib\DBD\NullP.pm
>cp lib/DBI/DBD.pm blib\lib\DBI\DBD.pm
>cp lib/Win32/DBIODBC.pm blib\lib\Win32\DBIODBC.pm
>cp dbi_sql.h blib\arch\auto\DBI\dbi_sql.h
>cp lib/DBI/PurePerl.pm blib\lib\DBI\PurePerl.pm
>cp lib/DBD/ExampleP.pm blib\lib\DBD\ExampleP.pm
>cp lib/DBI/ProfileData.pm blib\lib\DBI\ProfileData.pm
> C:\Perl\bin\perl.exe -p -e "s/~DRIVER~/Perl/g" ./Driver.xst >
>Perl.xsi
> C:\Perl\bin\perl.exe C:\Perl\lib\ExtUtils/xsubpp -typemap C:
>\Perl\lib\E
>xtUtils\typemap -typemap typemap Perl.xs > Perl.xsc && C:
>\Perl\bin\perl.exe -ME
>xtUtils::Command -e mv Perl.xsc Perl.c
> cl -c -nologo -Gf -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE
>-DNO_ST
>RICT -DHAVE_DES_FCRYPT -DBUILT_BY_ACTIVESTATE -DNO_HASH_SEED
>-DUSE_SITECUSTOMIZE
> -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO
>-DPERL_MSVCRT_READFIX
>-MD -Zi -DNDEBUG -O1 -DVERSION=\"1.48\" -DXS_VERSION=\"1.48\" "-IC:
>\Perl\li
>b\CORE" Perl.c
>'cl' n'est pas reconnu en tant que commande interne
>ou externe, un programme exécutable ou un fichier de commandes.
>NMAKE : fatal error U1077: 'cl' : return code '0x1'
>Stop.
>
>
>
>

--
Alexander Foken
mailto:alexander@foken.de http://www.foken.de/alexander/

Re: have problems in intalling dbi module

am 26.01.2006 15:36:27 von scoles

have a look at this file

http://svn.perl.org/modules/dbd-oracle/trunk/README.win32.tx t

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