Perl的1.0.0 [英] Perl-1.0.0

查看:60
本文介绍了Perl的1.0.0的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试安装到PHP的Perl-1.0.0.tgz包(来自
http://pecl.php.net/package/perl ,允许一个人调用perl库)

到一个预先存在的Solaris系统。 />

不幸的是,尝试以一种相当戏剧性的方式失败,喷出了数千美元的重新安置遗骸......我有点迷失在什么地方接下来,接下来是
,Perl软件包附带的文档是/ b $ b有点稀疏。有人有意见吗?


%uname -a

SunOS swen 5.8 Generic_117000-01 sun4u sparc SUNW,Sun-Fire-V240

%php --version

PHP 5.1.4(cli)(建于:2006年6月5日21:52:15)(DEBUG)

版权所有(c)1997- 2006 PHP小组

Zend Engine v2.1.0,版权所有(c)1998-2006 Zend Technologies

%perl --version

这是perl,v5.8.0专为sun4-solaris打造


版权所有1987-2002,Larry Wall


Perl只能在以下条款下复制可以在Perl 5源代码包中找到Artistic License或

GNU通用公共许可证。


Perl的完整文档,包括FAQ列表,应该在

上找到这个系统使用`man perl''或`perldoc perl''。如果您可以访问

Internet,请将浏览器指向 http:/ /www.perl.com/ ,Perl主页。


%make

/ bin / bash / home / otto / Software / perl-1.0.0 / libtool --mode = link gcc -DPHP_ATOM_INC -I / home / otto / Software / perl-1.0.0 / include -I / home / otto / Software / perl-1.0.0 / main -I / home / otto / Software / perl-1.0.0 -I / opt / php / include / php -I / opt / php / include / php / main -I / opt / php / include / php / TSRM -I / opt / php / include / php / Zend -I / opt / php / include / php / ext -DHAVE_CONFIG_H -g -O2 -fno-strict-aliasing -I / usr / local / include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS = 64 -I / opt / local / lib / perl5 / 5.8.0 / sun4-solaris / CORE -o perl.la -export-dynamic -avoid-version -prefer-pic -module -rpath /home/otto/Software/perl-1.0.0/modules -L / usr / local / lib -L ​​/ opt / local / lib /opt/local/lib/perl5/5.8.0/sun4-solaris/auto/DynaLoader/DynaLoader.a -L / opt / local / lib / perl5 /5.8.0/sun4-solaris/CORE -lperl -lsocket -lnsl -ldl -lm -lc php_perl.l o


***警告:将共享库perl.la链接到

***静态库/opt/local/lib/perl5/5.8 .0 / sun4-solaris / auto / DynaLoader / DynaLoader.a不可移植!

gcc -shared -Wl,-h -Wl,perl.so -o .libs / perl.so .libs /php_perl.o -L / usr / local / lib -L ​​/ opt / local / lib /opt/local/lib/perl5/5.8.0/sun4-solaris/auto/DynaLoader/DynaLoader.a -L / opt / local /lib/perl5/5.8.0/sun4-solaris/CORE -lperl -lsocket -lnsl -ldl -lm -lc -lc

文本重定位仍然被引用

对符号文件中的偏移量

< unknown 0x2118 /opt/local/lib/perl5/5.8.0/sun4-solaris/CORE/libperl.a(perl.o)

< unknown 0x211c /opt/local/lib/perl5/5.8.0/sun4-solaris/CORE/libperl.a(perl.o)

< unknown 0x2120 / opt / local / lib / perl5 / 5.8.0 / sun4-solaris / CORE / libperl.a(perl.o)

[...几千o删除f行...]

solaris / CORE / libperl.a(pp_sys.o)

__floatdidf 0x8700 /opt/local/lib/perl5/5.8.0/ sun4-solaris / CORE / libperl.a(pp_sys.o)

__floatdidf 0x8fc8 /opt/local/lib/perl5/5.8.0/sun4-solaris/CORE/libperl.a(pp_sys.o )

ld:致命:重定位仍然针对可分配但不可写的部分

collect2:ld返回1退出状态

***错误代码1

make:致命错误:目标`perl.la'命令失败


-

/ * * * Otto J. Makela< om@iki.fi* * * * * * * * * * * * * * * * /

/ *电话:+358 40 765 5772,传真:+358 42 7655772,ICBM:60N 25E * /

/ *邮件:Mechelininkatu 26 B 27,FI-00100芬兰赫尔辛基* /

/ * * *计算机规则01001111 01001011 * * * * * * * * * * * * * /

解决方案

Otto J. Makela写道:


我正在尝试安装到PHP的Perl-1.0.0.tgz包(来自
http://pecl.php.net/package/perl ,允许一个人调用perl库)

到一个预先存在的Solaris系统。 />

不幸的是,尝试以一种相当戏剧性的方式失败,喷出了数千美元的重新安置遗骸......我有点迷失在什么地方接下来,接下来是
,Perl软件包附带的文档是/ b $ b有点稀疏。有人有意见吗?


%uname -a

SunOS swen 5.8 Generic_117000-01 sun4u sparc SUNW,Sun-Fire-V240

%php --version

PHP 5.1.4(cli)(建于:2006年6月5日21:52:15)(DEBUG)

版权所有(c)1997- 2006 PHP小组

Zend Engine v2.1.0,版权所有(c)1998-2006 Zend Technologies

%perl --version

这是perl,v5.8.0专为sun4-solaris打造


版权所有1987-2002,Larry Wall


Perl只能在以下条款下复制可以在Perl 5源代码包中找到Artistic License或

GNU通用公共许可证。


Perl的完整文档,包括FAQ列表,应该在

上找到这个系统使用`man perl''或`perldoc perl''。如果您可以访问

Internet,请将浏览器指向 http:/ /www.perl.com/ ,Perl主页。


%make

/ bin / bash / home / otto / Software / perl-1.0.0 / libtool --mode = link gcc -DPHP_ATOM_INC -I / home / otto / Software / perl-1.0.0 / include -I / home / otto / Software / perl-1.0.0 / main -I / home / otto / Software / perl-1.0.0 -I / opt / php / include / php -I / opt / php / include / php / main -I / opt / php / include / php / TSRM -I / opt / php / include / php / Zend -I / opt / php / include / php / ext -DHAVE_CONFIG_H -g -O2 -fno-strict-aliasing -I / usr / local / include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS = 64 -I / opt / local / lib / perl5 / 5.8.0 / sun4-solaris / CORE -o perl.la -export-dynamic -avoid-version -prefer-pic -module -rpath /home/otto/Software/perl-1.0.0/modules -L / usr / local / lib -L ​​/ opt / local / lib /opt/local/lib/perl5/5.8.0/sun4-solaris/auto/DynaLoader/DynaLoader.a -L / opt / local / lib / perl5 /5.8.0/sun4-solaris/CORE -lperl -lsocket -lnsl -ldl -lm -lc php_perl.lo


***警告:将共享库perl.la链接到

***静态库/opt/local/lib/perl5/5.8。 0 / sun4-solaris / auto / DynaLoader / DynaLoader.a不可移植!

gcc -shared -Wl,-h -Wl,perl.so -o .libs / perl.so .libs / php_perl.o -L / usr / local / lib -L ​​/ opt / local / lib /opt/local/lib/perl5/5.8.0/sun4-solaris/auto/DynaLoader/DynaLoader.a -L / opt / local / lib / perl5 / 5.8.0 / sun4-solaris / CORE -lperl -lsocket -lnsl -ldl -lm -lc -lc

文本重定位仍然被引用

对符号偏移在文件中

< unknown 0x2118 /opt/local/lib/perl5/5.8.0/sun4-solaris/CORE/libperl.a(perl.o)

< ;未知0x211c /opt/local/lib/perl5/5.8.0/sun4-solaris/CORE/libperl.a(perl.o)

< unknown 0x2120 / opt / local / lib / perl5 /5.8.0/sun4-solaris/CORE/libperl.a(perl.o)

[...几千删除行...]

solaris / CORE / libperl.a(pp_sys.o)

__floatdidf 0x8700 /opt/local/lib/perl5/5.8.0/ sun4-solaris / CORE / libperl.a(pp_sys.o)

__floatdidf 0x8fc8 /opt/local/lib/perl5/5.8.0/sun4-solaris/CORE/libperl.a(pp_sys.o )

ld:致命:重定位仍然针对可分配但不可写的部分

collect2:ld返回1退出状态

***错误代码1

make:致命错误:目标`perl.la命令失败'



那么,你的* PHP *是什么题?看起来你正在尝试编译

Perl模块 - 所以你应该从Perl新闻组开始。


-

==================

删除x来自我的电子邮件地址

Jerry Stuckle

JDS计算机培训公司
js ******* @ attglobal.net

==================


Jerry Stuckle< js ******* @ attglobal.netwrote:


那么,你的*是什么PHP *问题?看起来你正在尝试编译

Perl模块 - 所以你应该从Perl新闻组开始。



如果你不明白这个问题,请不要发帖。

-

/ * * * Otto J. Makela< om@iki.fi* * * * * * * * * * * * * * * * /

/ *电话:+358 40 765 5772,传真:+358 42 7655772,洲际弹道:60N 25E * /

/ *邮箱:Mechelininkatu 26 B 27,FI-00100芬兰赫尔辛基* /

/ * * *计算机规则01001111 01001011 * * * * * * * * * * * * * /


Otto J. Makela写道:


Jerry Stuckle< js ******* @ attglobal.netwrote:


>>那么,什么'你的* PHP *问题?看起来你正在尝试编译Perl模块 - 所以你应该从Perl新闻组开始。




如果你不明白这个问题,请不要发帖。



我理解这个问题,好的。我不明白为什么

你在PHP新闻组中发布这个。你正在尝试编译一个Perl

包。或者你没想到Perl

和PHP之间有什么区别?


你认为我们有多少人甚至试过编译Perl套餐?


-

==================

删除x来自我的电子邮件地址

Jerry Stuckle

JDS计算机培训公司
js ******* @ attglobal.net

==================


I''m trying to install to php the Perl-1.0.0.tgz package (from
http://pecl.php.net/package/perl, enabling one to call perl libraries)
to a pre-existing Solaris system.

Unfortunately, the attempt fails in a rather dramatic way, spewing out
thousands of "relocation remains"... I''m somewhat lost on what to do
next, the documentation that came along with the Perl package is
somewhat sparse. Anyone have suggestions?

% uname -a
SunOS swen 5.8 Generic_117000-01 sun4u sparc SUNW,Sun-Fire-V240
% php --version
PHP 5.1.4 (cli) (built: Jun 5 2006 21:52:15) (DEBUG)
Copyright (c) 1997-2006 The PHP Group
Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies
% perl --version
This is perl, v5.8.0 built for sun4-solaris

Copyright 1987-2002, Larry Wall

Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.

Complete documentation for Perl, including FAQ lists, should be found on
this system using `man perl'' or `perldoc perl''. If you have access to the
Internet, point your browser at http://www.perl.com/, the Perl Home Page.

% make
/bin/bash /home/otto/Software/perl-1.0.0/libtool --mode=link gcc -DPHP_ATOM_INC -I/home/otto/Software/perl-1.0.0/include -I/home/otto/Software/perl-1.0.0/main -I/home/otto/Software/perl-1.0.0 -I/opt/php/include/php -I/opt/php/include/php/main -I/opt/php/include/php/TSRM -I/opt/php/include/php/Zend -I/opt/php/include/php/ext -DHAVE_CONFIG_H -g -O2 -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/local/lib/perl5/5.8.0/sun4-solaris/CORE -o perl.la -export-dynamic -avoid-version -prefer-pic -module -rpath /home/otto/Software/perl-1.0.0/modules -L/usr/local/lib -L/opt/local/lib /opt/local/lib/perl5/5.8.0/sun4-solaris/auto/DynaLoader/DynaLoader.a -L/opt/local/lib/perl5/5.8.0/sun4-solaris/CORE -lperl -lsocket -lnsl -ldl -lm -lc php_perl.lo

*** Warning: Linking the shared library perl.la against the
*** static library /opt/local/lib/perl5/5.8.0/sun4-solaris/auto/DynaLoader/DynaLoader.a is not portable!
gcc -shared -Wl,-h -Wl,perl.so -o .libs/perl.so .libs/php_perl.o -L/usr/local/lib -L/opt/local/lib /opt/local/lib/perl5/5.8.0/sun4-solaris/auto/DynaLoader/DynaLoader.a -L/opt/local/lib/perl5/5.8.0/sun4-solaris/CORE -lperl -lsocket -lnsl -ldl -lm -lc -lc
Text relocation remains referenced
against symbol offset in file
<unknown 0x2118 /opt/local/lib/perl5/5.8.0/sun4-solaris/CORE/libperl.a(perl.o)
<unknown 0x211c /opt/local/lib/perl5/5.8.0/sun4-solaris/CORE/libperl.a(perl.o)
<unknown 0x2120 /opt/local/lib/perl5/5.8.0/sun4-solaris/CORE/libperl.a(perl.o)
[... several thousands of lines removed ...]
solaris/CORE/libperl.a(pp_sys.o)
__floatdidf 0x8700 /opt/local/lib/perl5/5.8.0/sun4-solaris/CORE/libperl.a(pp_sys.o)
__floatdidf 0x8fc8 /opt/local/lib/perl5/5.8.0/sun4-solaris/CORE/libperl.a(pp_sys.o)
ld: fatal: relocations remain against allocatable but non-writable sections
collect2: ld returned 1 exit status
*** Error code 1
make: Fatal error: Command failed for target `perl.la''

--
/* * * Otto J. Makela <om@iki.fi* * * * * * * * * * * * * * * */
/* Phone: +358 40 765 5772, FAX: +358 42 7655772, ICBM: 60N 25E */
/* Mail: Mechelininkatu 26 B 27, FI-00100 Helsinki, FINLAND */
/* * * Computers Rule 01001111 01001011 * * * * * * * * * * * * */

解决方案

Otto J. Makela wrote:

I''m trying to install to php the Perl-1.0.0.tgz package (from
http://pecl.php.net/package/perl, enabling one to call perl libraries)
to a pre-existing Solaris system.

Unfortunately, the attempt fails in a rather dramatic way, spewing out
thousands of "relocation remains"... I''m somewhat lost on what to do
next, the documentation that came along with the Perl package is
somewhat sparse. Anyone have suggestions?

% uname -a
SunOS swen 5.8 Generic_117000-01 sun4u sparc SUNW,Sun-Fire-V240
% php --version
PHP 5.1.4 (cli) (built: Jun 5 2006 21:52:15) (DEBUG)
Copyright (c) 1997-2006 The PHP Group
Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies
% perl --version
This is perl, v5.8.0 built for sun4-solaris

Copyright 1987-2002, Larry Wall

Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.

Complete documentation for Perl, including FAQ lists, should be found on
this system using `man perl'' or `perldoc perl''. If you have access to the
Internet, point your browser at http://www.perl.com/, the Perl Home Page.

% make
/bin/bash /home/otto/Software/perl-1.0.0/libtool --mode=link gcc -DPHP_ATOM_INC -I/home/otto/Software/perl-1.0.0/include -I/home/otto/Software/perl-1.0.0/main -I/home/otto/Software/perl-1.0.0 -I/opt/php/include/php -I/opt/php/include/php/main -I/opt/php/include/php/TSRM -I/opt/php/include/php/Zend -I/opt/php/include/php/ext -DHAVE_CONFIG_H -g -O2 -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/local/lib/perl5/5.8.0/sun4-solaris/CORE -o perl.la -export-dynamic -avoid-version -prefer-pic -module -rpath /home/otto/Software/perl-1.0.0/modules -L/usr/local/lib -L/opt/local/lib /opt/local/lib/perl5/5.8.0/sun4-solaris/auto/DynaLoader/DynaLoader.a -L/opt/local/lib/perl5/5.8.0/sun4-solaris/CORE -lperl -lsocket -lnsl -ldl -lm -lc php_perl.lo

*** Warning: Linking the shared library perl.la against the
*** static library /opt/local/lib/perl5/5.8.0/sun4-solaris/auto/DynaLoader/DynaLoader.a is not portable!
gcc -shared -Wl,-h -Wl,perl.so -o .libs/perl.so .libs/php_perl.o -L/usr/local/lib -L/opt/local/lib /opt/local/lib/perl5/5.8.0/sun4-solaris/auto/DynaLoader/DynaLoader.a -L/opt/local/lib/perl5/5.8.0/sun4-solaris/CORE -lperl -lsocket -lnsl -ldl -lm -lc -lc
Text relocation remains referenced
against symbol offset in file
<unknown 0x2118 /opt/local/lib/perl5/5.8.0/sun4-solaris/CORE/libperl.a(perl.o)
<unknown 0x211c /opt/local/lib/perl5/5.8.0/sun4-solaris/CORE/libperl.a(perl.o)
<unknown 0x2120 /opt/local/lib/perl5/5.8.0/sun4-solaris/CORE/libperl.a(perl.o)
[... several thousands of lines removed ...]
solaris/CORE/libperl.a(pp_sys.o)
__floatdidf 0x8700 /opt/local/lib/perl5/5.8.0/sun4-solaris/CORE/libperl.a(pp_sys.o)
__floatdidf 0x8fc8 /opt/local/lib/perl5/5.8.0/sun4-solaris/CORE/libperl.a(pp_sys.o)
ld: fatal: relocations remain against allocatable but non-writable sections
collect2: ld returned 1 exit status
*** Error code 1
make: Fatal error: Command failed for target `perl.la''

So, what''s your *PHP* question? Looks like you''re trying to compile
Perl modules - so you should start in the Perl newsgroups.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================


Jerry Stuckle <js*******@attglobal.netwrote:

So, what''s your *PHP* question? Looks like you''re trying to compile
Perl modules - so you should start in the Perl newsgroups.

Please don''t post if you don''t understand the question.
--
/* * * Otto J. Makela <om@iki.fi* * * * * * * * * * * * * * * */
/* Phone: +358 40 765 5772, FAX: +358 42 7655772, ICBM: 60N 25E */
/* Mail: Mechelininkatu 26 B 27, FI-00100 Helsinki, FINLAND */
/* * * Computers Rule 01001111 01001011 * * * * * * * * * * * * */


Otto J. Makela wrote:

Jerry Stuckle <js*******@attglobal.netwrote:

>>So, what''s your *PHP* question? Looks like you''re trying to compile
Perl modules - so you should start in the Perl newsgroups.



Please don''t post if you don''t understand the question.

I understand the question, all right. What I don''t understand is why
you''re posting this in a PHP newsgroup. You''re trying to compile a Perl
package. Or haven''t you figured out there is a difference between Perl
and PHP?

How many of us do you think have ever even tried to compile Perl packages?

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================


这篇关于Perl的1.0.0的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆