Re: perl segmentation fault (finally solved!!)

2009-08-04 Thread Trent Shea
On Tuesday 04 August 2009 02:09:06 Tobias Gasser wrote: > once again the bug just was sitting in front of the screen... > Ditto... Glad to see you worked through it though! -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the abov

Re: perl segmentation fault (finally solved!!)

2009-08-04 Thread Tobias Gasser
> i didn't build the static zlib as i remove all static libs whenever a > dynamic one is installed too. i didn't have a zlib.a just the zlib.so > (in /lib to have it available during boot). i've got the problem fixed. haveing read my last post again, i got a little pale ... then more than just a

perl segmentation fault (solved??)

2009-08-04 Thread Tobias Gasser
i currently have 2 approches to get the perl zlib up and running. both don't please me. first: as mentionned, removeing the sed-stuff everything runs fine. second: i didn't build the static zlib as i remove all static libs whenever a dynamic one is installed too. i didn't have a zlib.a just

perl segmentation fault

2009-08-04 Thread Tobias Gasser
Matthew Burgess schrieb: > On Mon, 3 Aug 2009 14:25:35 -0600, Matthew Burgess > wrote: > >> What does 'strings /usr/lib/zlib.so | grep -i zlibVersion' output for you? > > 'nm -g /usr/lib/libz.so | grep zlibVersion' is probably the more proper > command to use, > although they should both outpu

Re: perl segmentation fault

2009-08-03 Thread Tobias Gasser
Matthew Burgess schrieb: > On Mon, 3 Aug 2009 14:25:35 -0600, Matthew Burgess > wrote: > >> What does 'strings /usr/lib/zlib.so | grep -i zlibVersion' output for you? > > 'nm -g /usr/lib/libz.so | grep zlibVersion' is probably the more proper > command to use, > although they should both outpu

Re: perl segmentation fault

2009-08-03 Thread Tobias Gasser
Tobias Gasser schrieb: > i propose to remove the sed from the perl page. > just keep the build in zlib. > i withdraw my proposal. as matthew explaind, i must have a bug in my script(s). i'll try it tomorrow thanks for your help tobias -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev

Re: perl segmentation fault

2009-08-03 Thread Matthew Burgess
On Mon, 03 Aug 2009 22:36:54 +0200, Tobias Gasser wrote: > i already rebuild it, nevertheless perl tests fail. OK, the only other thing I can suggest at this point is to take a backup copy of ext/Compress/Raw/Zlib/config.in before the sed then do a diff on the before and after copies. The synta

Re: perl segmentation fault

2009-08-03 Thread Matthew Burgess
On Mon, 3 Aug 2009 14:25:35 -0600, Matthew Burgess wrote: > What does 'strings /usr/lib/zlib.so | grep -i zlibVersion' output for you? 'nm -g /usr/lib/libz.so | grep zlibVersion' is probably the more proper command to use, although they should both output the same thing in this particular case

Re: perl segmentation fault

2009-08-03 Thread Tobias Gasser
Matthew Burgess schrieb: > What does 'strings /usr/lib/zlib.so | grep -i zlibVersion' output for you? > > On mine I get 'zlibVersion', as expected. same here. > A rebuild of zlib might get things working for you again. i already rebuild it, nevertheless perl tests fail. i just restart once

perl segmentation fault

2009-08-03 Thread Tobias Gasser
> no i'll remove perl again and rebuild it with out the zlib-sed thus > using the included zlib. i'll post the result as soon as available. that's it without the sed everything is fine: All tests successful. please try to update cpan by perl -MCPAN -e shell install CPAN i propose to

Re: perl segmentation fault

2009-08-03 Thread Matthew Burgess
On Mon, 03 Aug 2009 22:15:46 +0200, Tobias Gasser wrote: > Tobias Gasser schrieb: >> the following sefaults (i've rebuild the book on a second machine with >> the same result!) > > meanwhile my second machine has rebuild from scratch and reached the > perl script. > > the last builds i omitted t

perl segmentation fault

2009-08-03 Thread Tobias Gasser
Tobias Gasser schrieb: > the following sefaults (i've rebuild the book on a second machine with > the same result!) meanwhile my second machine has rebuild from scratch and reached the perl script. the last builds i omitted the test suites. this time i run the test for perl and get 108 out of 128

Re: perl segmentation fault

2009-08-03 Thread Tobias Gasser
Tobias Gasser schrieb: > the following sefaults (i've rebuild the book on a second machine with > the same result!) next try (1): i removed perl, and built it again without the zlib-sed. fine. everyting ok. except i don't like perl using it's own lib not the dynamic from the system (i remove AL

perl segmentation fault

2009-08-03 Thread Tobias Gasser
the following sefaults (i've rebuild the book on a second machine with the same result!) perl -MCPAN -e shell install CPAN the author file is downloaded to ~/.cpan/sources/authors/01mailrec.txt.tmp123456 after reaching 100% i just get a segfault same with "cpan" instead of "perl -MCPAN