problem with make-file

problem with make-file

am 15.08.2002 13:44:33 von Anna-Karin Johansson

I'm having a problem running a Perl script with connection to my Mysql
database. I get the following message:

Can't locate loadable object for module DBI in @INC

Somewhere I read that this could have something to do with the DBI package
not being properly installed.
'make install' for the DBI package gives this message:

Skip blib/lib/DBD/Proxy.pm (unchanged)
Skip blib/lib/DBI/ProxyServer.pm (unchanged)
Skip blib/arch/auto/DBI/DBIXS.h (unchanged)
Skip blib/arch/auto/DBI/dbi_sql.h (unchanged)
Skip blib/lib/DBD/NullP.pm (unchanged)
Skip blib/arch/auto/DBI/dbipport.h (unchanged)
Skip blib/lib/DBI/Format.pm (unchanged)
Skip blib/arch/auto/DBI/dbd_xsh.h (unchanged)
Skip blib/lib/DBI/Shell.pm (unchanged)
Skip blib/lib/DBD/ADO.pm (unchanged)
Skip blib/lib/DBI.pm (unchanged)
Skip blib/lib/DBI/FAQ.pm (unchanged)
Skip blib/lib/Bundle/DBI.pm (unchanged)
Skip blib/lib/DBD/ExampleP.pm (unchanged)
Skip blib/arch/auto/DBI/Driver.xst (unchanged)
Skip blib/lib/Win32/DBIODBC.pm (unchanged)
Skip blib/lib/DBD/Sponge.pm (unchanged)
Skip blib/lib/DBI/W32ODBC.pm (unchanged)
Skip blib/lib/DBI/DBD.pm (unchanged)
Skip blib/lib/DBD/Multiplex.pm (unchanged)
touch: not found
make: *** [pm_to_blib] Error 127

Please help me!

____________________________________________________________ _____
MSN Photos is the easiest way to share and print your photos:
http://photos.msn.com/support/worldwide.aspx


------------------------------------------------------------ ---------
Please check "http://www.mysql.com/Manual_chapter/manual_toc.html" before
posting. To request this thread, e-mail msql-mysql-modules-thread1885@lists.mysql.com

To unsubscribe, send a message to the address shown in the
List-Unsubscribe header of this message. If you cannot see it,
e-mail msql-mysql-modules-unsubscribe@lists.mysql.com instead.

Re: problem with make-file

am 15.08.2002 14:02:35 von Jochen Wiedmann

Zitiere Anna-Karin Johansson :

> Skip blib/lib/DBD/Proxy.pm (unchanged)
> Skip blib/lib/DBI/ProxyServer.pm (unchanged)

....


The files that you show are only the Perl files.
DBI is a C extension, thus there are more files
needed, depending on the operating system.


------------------------------------------------------------ ---------
Please check "http://www.mysql.com/Manual_chapter/manual_toc.html" before
posting. To request this thread, e-mail msql-mysql-modules-thread1886@lists.mysql.com

To unsubscribe, send a message to the address shown in the
List-Unsubscribe header of this message. If you cannot see it,
e-mail msql-mysql-modules-unsubscribe@lists.mysql.com instead.

Re: problem with make-file

am 15.08.2002 14:02:35 von Jochen Wiedmann

Zitiere Anna-Karin Johansson :

> Skip blib/lib/DBD/Proxy.pm (unchanged)
> Skip blib/lib/DBI/ProxyServer.pm (unchanged)

....


The files that you show are only the Perl files.
DBI is a C extension, thus there are more files
needed, depending on the operating system.


------------------------------------------------------------ ---------
Please check "http://www.mysql.com/Manual_chapter/manual_toc.html" before
posting. To request this thread, e-mail msql-mysql-modules-thread1886@lists.mysql.com

To unsubscribe, send a message to the address shown in the
List-Unsubscribe header of this message. If you cannot see it,
e-mail msql-mysql-modules-unsubscribe@lists.mysql.com instead.