URN Logo
UNIX Resources » Linux » China Linux Forum » Perl 编 程 » 5 » 安装perl的DBI模块遇到的问题!
announcement 声明: 本页内容为中国Linux论坛的内容镜像,文章的版权以及其他所有的相关权利属于中国Linux论坛和相应文章的作者,如果转载,请注明文章来源及相关版权信息。
Resources
China Linux Forum(finished)
Linux Forum(finished)
FreeBSD China(finished)
linuxforum.net
  业界新闻与评论
  自由软件杂谈
  IT 人生
  Linux软件快递
  翻译作坊
  Linux图书与评论
  GNU Emacs/XEmacs
  Linux 中文环境和中文化
  Linux桌面与办公软件
  Linux 多媒体与娱乐版
  自由之窗Mozilla
  笔记本电脑上的Linux
  Gentoo
  Debian 一族
  网络管理技术
  Linux 安装与入门
  WEB服务器和FTP服务器
  域名服务器和邮件服务器
  Linux防火墙和代理服务器应用
  文件及打印服务器
  技术培训与认证
  Linux内核技术
  Linux 嵌入技术
  Linux设备驱动程序
  Linux 集群技术
  LINUX平台数据库
  系统和网络安全
  CPU 与 编译器
  系统计算研究所专栏
  Linux下的GUI软件开发
  C/C++编程版
  PHP 技 术
  Java&jsp技术
  Shell编程技术
  Perl 编 程
  Python 编 程
  XML/Web Service 技术
  永远的Unix
  FreeBSD世界
   
安装perl的DBI模块遇到的问题!
安装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)]
 
Subject: 安装perl的DBI模块遇到的问题!
Author: bluesjm    Posted: 2004-05-17 17:43    Length: 2,403 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]
Subject: Re: 安装perl的DBI模块遇到的问题!
Author: ACp    Posted: 2004-05-18 07:56    Length: 494 byte(s)
[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]
Subject: Re: 安装perl的DBI模块遇到的问题!
Author: bluesjm    Posted: 2004-05-18 13:45    Length: 48 byte(s)
[Original] [Print] [Top]
这个应该没关系吧,那个模块是可以在之后再安装的吧
[Original] [Print] [Top]
Subject: Re: 安装perl的DBI模块遇到的问题!
Author: Blackeye    Posted: 2004-05-22 02:34    Length: 107 byte(s)
[Original] [Print] [Top]
需要那么费事么?你直接将DBI.pm放到一个你想放的地方不就行了吗,只是在你的perl程序里指明你的'lib'就可以用了。
----
===============================
Who am I ?
[Original] [Print] [Top]
Subject: Re: 安装perl的DBI模块遇到的问题!
Author: bluesjm    Posted: 2004-05-25 13:13    Length: 42 byte(s)
[Original] [Print] [Top]
对,其实它也就是一个pm,试试先,多谢多谢!
[Original] [Print] [Top]
Subject: Re: 安装perl的DBI模块遇到的问题!
Author: bluesjm    Posted: 2004-06-23 17:03    Length: 117 byte(s)
[Original] [Print] [Top]
引用自己编的模块没问题,但是引用DBI包中的DBI.pm,还是不行啊,怎么回事,安装的过程中,到底做了哪些步骤呢,哪位研究过?
[Original] [Print] [Top]
« Previous thread
如何获得最后一个点的后面部分?
Perl 编 程
5
Next thread »
该学python还是perl, 或者php?
     

Copyright © 2007 UNIX Resources Network, All Rights Reserved.      About URN | Privacy & Legal | Help | Contact us
备案序号: 京ICP备05006143    webmaster: webmaster@unixresources.net
This page created on 2008-07-17 04:09:05, cost 0.052849054336548 ms.