|
|
|
|
 安装perl的DBI模块遇到的问题! - bluesjm [ 2004-05-17 17:43 | 2,403 byte(s)]
 Re: 安装perl的DBI模块遇到的问题! - Blackeye [ 2004-05-22 02:34 | 107 byte(s)]
 Re: 安装perl的DBI模块遇到的问题! - bluesjm [ 2004-06-23 17:03 | 117 byte(s)]
 Re: 安装perl的DBI模块遇到的问题! - bluesjm [ 2004-05-25 13:13 | 42 byte(s)]
 Re: 安装perl的DBI模块遇到的问题! - ACp [ 2004-05-18 07:56 | 494 byte(s)]
 Re: 安装perl的DBI模块遇到的问题! - bluesjm [ 2004-05-18 13:45 | 48 byte(s)]
|
|
|
|
[Original]
[Print]
[Top]
|
系统是freeBSD4.8,系统安装自带的perl是5.0003的,
想安装DBI模块,结果下载的3个版本1.13,1.25,1.35,都在make时无法通过,出错信息如下:
Makefile out-of-date with respect to Makefile.PL /usr/libdata/perl/5.00503/mach/Config.pm /usr/libdata/perl/5.00503/mach/CORE/config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1 || /bin/sh -c true
/usr/bin/perl "-I/usr/libdata/perl/5.00503/mach" "-I/usr/libdata/perl/5.00503" Makefile.PL
*** Note:
The optional PlRPC-modules (RPC::PlServer etc) are not installed.
If you want to use the DBD::Proxy driver and DBI::ProxyServer
modules, then you'll need to install the RPC::PlServer, RPC::PlClient,
Storable and Net::Daemon modules. The CPAN Bundle::DBI may help you.
You can install them any time after installing the DBI.
You do *not* need these modules for typical DBI usage.
Optional modules are available from any CPAN mirror, in particular
http://www.perl.com/CPAN/modules/by-module
http://www.perl.org/CPAN/modules/by-module
ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module
Checking if your kit is complete...
Looks good
Writing Makefile for DBI
Remember to actually *read* the README file!
Use 'make' to build the software (dmake or nmake on Windows).
Then 'make test' to execute self tests.
Then 'make install' to install the DBI and then delete this working
directory before unpacking and building any DBD::* drivers.
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
*** Error code 1
Stop in /usr/local/DBI-1.13.
请教大侠这是什么错误,怎么解决了?多谢多谢!
|
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
The optional PlRPC-modules (RPC::PlServer etc) are not installed.
If you want to use the DBD::Proxy driver and DBI::ProxyServer
modules, then you'll need to install the RPC::PlServer, RPC::PlClient,
Storable and Net::Daemon modules. The CPAN Bundle::DBI may help you.
You can install them any time after installing the DBI.
You do *not* need these modules for typical DBI usage.
|
|
|
----
计算机组成?
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
|
需要那么费事么?你直接将DBI.pm放到一个你想放的地方不就行了吗,只是在你的perl程序里指明你的'lib'就可以用了。
|
|
|
----
=============================== Who am I ?
|
|
[Original]
[Print]
[Top]
|
|
|