c*******n 发帖数: 112 | 1 我总是得到如下错误信息。束手无策,谢谢了。
root@localhost perl-5.8.8]# make
cc -L/usr/local/lib -o miniperl \
miniperlmain.o opmini.o libperl.a
opmini.o(.text+0x4907): In function `Perl_scalar':
opmini.o(.text+0x8f14): In function `Perl_list':
opmini.o(.text+0xb2a2): In function `Perl_load_module_nocontext':
libperl.a(perl.o)(.text+0x27): In function `perl_alloc':
libperl.a(perl.o)(.text+0x39): In function `perl_alloc':
libperl.a(perl.o)(.text+0x7b): In function `perl_alloc':
libperl.a(perl.o)(.text+0x107): In f |
a*****i 发帖数: 4391 | 2 seems like you didn't install pthread library.
yum install pthread? |
c*******n 发帖数: 112 | 3 many thanks.
Is it supposed to be installed with RedHat Enterprise Version?? |
a*****i 发帖数: 4391 | 4
Not sure...
【在 c*******n 的大作中提到】 : many thanks. : Is it supposed to be installed with RedHat Enterprise Version??
|
w********e 发帖数: 557 | 5
A lot of things are optional during RHES install. You can add them later
with the CD. But Redhat install sucks, very user unfriendly.
【在 c*******n 的大作中提到】 : many thanks. : Is it supposed to be installed with RedHat Enterprise Version??
|
Z**0 发帖数: 1119 | 6 /usr/local/lib有些什么lib?觉得这个怪怪的。
如果你要赶潮流,就不要用企业版的linux,要用社区版本的linux。
【在 c*******n 的大作中提到】 : 我总是得到如下错误信息。束手无策,谢谢了。 : root@localhost perl-5.8.8]# make : cc -L/usr/local/lib -o miniperl \ : miniperlmain.o opmini.o libperl.a : opmini.o(.text+0x4907): In function `Perl_scalar': : opmini.o(.text+0x8f14): In function `Perl_list': : opmini.o(.text+0xb2a2): In function `Perl_load_module_nocontext': : libperl.a(perl.o)(.text+0x27): In function `perl_alloc': : libperl.a(perl.o)(.text+0x39): In function `perl_alloc': : libperl.a(perl.o)(.text+0x7b): In function `perl_alloc':
|
y*****a 发帖数: 171 | 7 RHEL 5.3 has perl 5.8.8,
yum install perl |
c*******n 发帖数: 112 | 8 the problem is that I am using RH linux AS4. |