Skip Menu |

This queue is for tickets about the DBI CPAN distribution.

Report information
The Basics
Id: 119189
Status: rejected
Priority: 0/
Queue: DBI

People
Owner: Nobody in particular
Requestors: wangyongjun [...] focusmedia.cn
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: install DBI-1.636 error
Date: Fri, 9 Dec 2016 14:20:25 +0800
To: "bug-DBI [...] rt.cpan.org" <bug-DBI [...] rt.cpan.org>
From: Wang Yongjun (王永军 分众上海) <wangyongjun [...] focusmedia.cn>
First install ExtUtils-MakeMaker-7.24.tar.gz and Test-Simple-1.302067.tar.gz. It’s OK. Then install DBI-1.636 perl Makefile.PL ….. Checking if your kit is complete... Looks good ExtUtils::MM_Unix::tool_xsubpp : Can't find xsubpp at /usr/share/perl5/ExtUtils/MM_Unix.pm line 3753. Environment perl, v5.10.1 centos Show quoted text
________________________________ 本邮件及其附件含有分众集团的商业信息,仅限于发送给上面地址中列出的个人或群组。 禁止任何人未经发件人许可以任何形式(包括但不限于全部或部分地泄露、复制、或散发)不当使用本邮件中的信息。 如果您错收了本邮件,请您立即电话或邮件通知发件人并删除本邮件! 绿色提示:打印前请考虑纸张的节约。
On Fri Dec 09 01:21:54 2016, wangyongjun@focusmedia.cn wrote: Show quoted text
> > First install ExtUtils-MakeMaker-7.24.tar.gz and Test-Simple- > 1.302067.tar.gz. It’s OK.
lx09:/home/merijn 501 > perl -MV=ExtUtils::MakeMaker,Test::Simple ExtUtils::MakeMaker /pro/lib/perl5/site_perl/5.24.0/ExtUtils/MakeMaker.pm: 7.24 /pro/lib/perl5/5.24.0/ExtUtils/MakeMaker.pm: 7.10_01 Test::Simple /pro/lib/perl5/site_perl/5.24.0/Test/Simple.pm: 1.302067 /pro/lib/perl5/5.24.0/Test/Simple.pm: 1.001014 Show quoted text
> Then install DBI-1.636 > > perl Makefile.PL > ….. > Checking if your kit is complete... > Looks good > ExtUtils::MM_Unix::tool_xsubpp : Can't find xsubpp at > /usr/share/perl5/ExtUtils/MM_Unix.pm line 3753. > > Environment perl, v5.10.1 centos
5.10.1 is really really old. It was released on 2009-Aug-22 Current stable is 5.24 Why do you want to use the most recent versions of the toolchain (ExtUtils::MakeMaker and Test::Simple) and not a more recent perl? $ perl Makefile.PL *** Your LANG environment variable is set to 'en_US.UTF-8' *** This may cause problems for some perl installations. *** If you get test failures, please try again with LANG unset. *** If that then works, please email dbi-dev@perl.org with details *** including the output of 'perl -V' Your perl was compiled with gcc (version 5.3.1 20160412 [gcc-5-branch revision 234894]), okay. : : : Checking if your kit is complete... Looks good I see you're using perl 5.024000 on x86_64-linux-thread-multi-ld, okay. 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. Generating a Unix-style Makefile Writing Makefile for DBI Writing MYMETA.yml and MYMETA.json
Closing this old stalled issue.