in reply to Re: miniperl hangs during perl compilation
in thread miniperl hangs during perl compilation
I don't know how to find out if memory is an issue
(atleast for the libraries where i cam not able to
create the Makefile even when i give the miniperl
command from within that directory). But i was
certainly able to create the make file and compile
some of the libraries from within their directories.
If someone could tell me how to find this out, i can
try it.
When the compile hangs, how does that manifest?
Are there any error messages or warnings in the
compile logs? Please show them if so.
Does only the compile hang?
No error message what-so-ever. It just stays
there...here's a snippet
But as i said earlier, If i remove the entries from the list of libraries in the dynamic_ext variable in the Makefile. Make completes.make[1]: Leaving directory `/local/src/perl-5.8.7/x2p'<br> Making B (dynamic)
Glob.so does exsist in that location.File lib/Config.pm not changed. make[3]: Leaving directory `/local/src/perl-5.8.7' make[2]: Leaving directory `/local/src/perl-5.8.7/ext/Errno' make[1]: [extras.make] Error 1 (ignored) Everything is up to date. Type 'make test' to run test suite. if [ -n "" ]; \ then \ cd utils; make compile; \ cd ../x2p; make compile; \ cd ../pod; make compile; \ else :; \ fi ./perl installperl --destdir= Can't load 'lib/auto/File/Glob/Glob.so' for module File::Glob: ld.so.1: ./perl: fatal: relocation error: file lib/auto/File/Glob/Glob.so: symbol main: referenced symbol not found at lib/XSLoader.pm line 68. at lib/File/Glob.pm line 96 Compilation failed in require at installperl line 132. BEGIN failed--compilation aborted at installperl line 132. make[1]: *** [install.perl] Error 255 make[1]: Leaving directory `/local/src/perl-5.8.7' make: *** [install] Error 2
Any suggestion?
Thanks,
Vani
|
|---|