I tried to find a general mailing list for perl, and I searched Deja and
www.perl.com, and I found nothing, so I thought I'd try this mailing list.
I have an E450 with Solaris 7 on it, on which I am trying to compile
perl5.005_03. If I try to compile using all default settings, I get the
following during the make test:
lib/anydbm.........FAILED at test 0
lib/dumper.........FAILED at test 52
lib/io_taint.......FAILED at test 0
lib/io_tell........FAILED at test 0
lib/io_xs..........FAILED at test 0
lib/ipc_sysv.......Constant subroutine redefined at ../lib/DynaLoader.pm
line 65535.
Constant subroutine redefined at ../lib/DynaLoader.pm line 65535.
Constant subroutine redefined at ../lib/DynaLoader.pm line 65535.
Constant subroutine redefined at ../lib/DynaLoader.pm line 65535.
Constant subroutine redefined at ../lib/DynaLoader.pm line 65535.
Constant subroutine redefined at ../lib/DynaLoader.pm line 65535.
Constant subroutine redefined at ../lib/DynaLoader.pm line 65535.
Constant subroutine redefined at ../lib/DynaLoader.pm line 65535.
Constant subroutine redefined at ../lib/DynaLoader.pm line 65535.
Constant subroutine redefined at ../lib/DynaLoader.pm line 65535.
Constant subroutine redefined at ../lib/DynaLoader.pm line 65535.
Constant subroutine redefined at ../lib/DynaLoader.pm line 65535.
Constant subroutine redefined at ../lib/DynaLoader.pm line 65535.
Constant subroutine redefined at ../lib/DynaLoader.pm line 65535.
Constant subroutine redefined at ../lib/DynaLoader.pm line 65535.
Constant subroutine redefined at ../lib/DynaLoader.pm line 65535.
Constant subroutine redefined at ../lib/DynaLoader.pm line 65535.
Constant subroutine redefined at ../lib/DynaLoader.pm line 65535.
Constant subroutine redefined at ../lib/DynaLoader.pm line 65535.
Constant subroutine redefined at ../lib/DynaLoader.pm line 65535.
Constant subroutine redefined at ../lib/DynaLoader.pm line 65535.
Constant subroutine redefined at ../lib/DynaLoader.pm line 65535.
Constant subroutine redefined at ../lib/DynaLoader.pm line 65535.
Constant subroutine redefined at ../lib/DynaLoader.pm line 65535.
Constant subroutine redefined at ../lib/DynaLoader.pm line 65535.
Constant subroutine redefined at ../lib/DynaLoader.pm line 65535.
Constant subroutine redefined at ../lib/DynaLoader.pm line 65535.
Constant subroutine redefined at ../lib/DynaLoader.pm line 65535.
Constant subroutine redefined at ../lib/DynaLoader.pm line 65535.
Constant subroutine redefined at ../lib/DynaLoader.pm line 65535.
Constant subroutine redefined at ../lib/DynaLoader.pm line 65535.
Constant subroutine redefined at ../lib/DynaLoader.pm line 65535.
Constant subroutine redefined at ../lib/DynaLoader.pm line 65535.
Constant subroutine redefined at ../lib/DynaLoader.pm line 65535.
Constant subroutine redefined at ../lib/DynaLoader.pm line 65535.
Constant subroutine redefined at ../lib/DynaLoader.pm line 65535.
Constant subroutine redefined at ../lib/DynaLoader.pm line 65535.
Undefined subroutine &IPC::SysV::IPC_PRIVATE called at lib/ipc_sysv.t line 56.
FAILED at test 0
lib/ndbm...........FAILED at test 0
lib/odbm...........FAILED at test 0
lib/ops............FAILED at test 0
lib/ph.............FAILED at test 0
lib/sdbm...........FAILED at test 0
lib/socket.........FAILED at test 0
If I go through the config and turn dynamic loading off, it compiles and
tests fine. It currently compiles fine but does not pass the above tests.
Can anyone offer some suggestions as to what I might do? I tried the
pre-compiled binary from sunsite but I really need to get this to compile
on the box.
Thanks, and sorry for the off-topic post...