This distribution has been tested as part of the cpan-testers effort to test as many new uploads to CPAN as possible. See http://testers.cpan.org/
Please cc any replies to cpan-testers@perl.org to keep other test volunteers informed and to prevent any duplicate effort. -- Dear Richard Soderberg, This is a computer-generated error report created automatically by CPANPLUS, version 0.061. Testers personal comments may appear at the end of this report. Thank you for uploading your work to CPAN. However, it appears that there were some problems testing your distribution. (begin comments from an actual person :) The pty test is hanging on my OS X 10.4.5 system. I've included the verbose output, at the very end of this message. (more autogenerated stuff below) TEST RESULTS: Below is the error stack from stage 'make test': [MSG] [Mon May 22 10:11:25 2006] If you experience problems while running make test, please run the failing scripts using a command like: make test TEST_FILES=t/foo.t TEST_VERBOSE=1 IPCRUNDEBUG=4 > foo.out 2>&1 (use nmake on Windows) and sending foo.out with your problem report. Bonus air miles awarded for writing a small, simple exploit script :). You may also use the IPCRUNDEBUG=1 (or 2, 3, or 4) trick with your own programs, see perldoc IPC::Run for details. See perldoc IPC::Run for details on the experimental nature of pty and Win32 support. <barbie tm="Mattel">Subprocesses are *HARD*.</barbie> Writing Makefile for IPC::Run [MSG] [Mon May 22 10:11:26 2006] Manifying blib/man3/IPC::Run::Debug.3pm Manifying blib/man3/IPC::Run::Win32Pump.3pm Manifying blib/man3/IPC::Run.3pm Manifying blib/man3/IPC::Run::Win32IO.3pm Manifying blib/man3/IPC::Run::Win32Helper.3pm Manifying blib/man3/IPC::Run::IO.3pm Manifying blib/man3/IPC::Run::Timer.3pm [ERROR] [Mon May 22 10:21:35 2006] MAKE TEST failed: Interrupted system call PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/adopt............ok 29/29 skipped: adopt not done yet t/binmode..........ok t/bogus............ok t/filter...........ok t/harness..........ok t/io...............ok t/kill_kill........ok t/parallel.........ok t/pty..............make: *** [test_dynamic] Interrupt PREREQUISITES: Here is a list of prerequisites you specified and versions we managed to load: IO::Pty 1.03 ******************************** NOTE ******************************** The comments above are created mechanically, possibly without manual checking by the sender. As there are many people performing automatic tests on each upload to CPAN, it is likely that you will receive identical messages about the same problem. If you believe that the message is mistaken, please reply to the first one with correction and/or additional informations, and do not take it personally. We appreciate your patience. :) ********************************************************************** Additional comments: Here's the output: driveway:~/.cpanplus/5.8.6/build/IPC-Run-0.80 jrock$ make test TEST_FILES=t/pty.t TEST_VERBOSE=1 IPCRUNDEBUG=4 PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/pty.t t/pty....1..32 # Running under perl version 5.008006 for darwin # Current time local: Mon May 22 10:39:07 2006 # Current time GMT: Mon May 22 15:39:07 2006 # Using Test.pm version 1.25 # Using IO::Tty 1.03 # Using IO::Pty 1.03 IPC::Run 0001 012-45------ [#1(10290)]: debugging fd is 5 IPC::Run 0001 012-45------ [#1(10290)]: ****** harnessing ***** IPC::Run 0001 012-45------ [#1(10290)]: parsing [ '/usr/bin/perl', '-e', '$| = 1 ; IPC::Run 0001 012-45------ [#1(10290)]: $s = select STDERR ; $| = 1 ; select $s ; IPC::Run 0001 012-45------ [#1(10290)]: while (<>) { IPC::Run 0001 012-45------ [#1(10290)]: print STDERR uc $_ ; IPC::Run 0001 012-45------ [#1(10290)]: print ; IPC::Run 0001 012-45------ [#1(10290)]: last if /quit/ ; IPC::Run 0001 012-45------ [#1(10290)]: } IPC::Run 0001 012-45------ [#1(10290)]: ' ] IPC::Run 0001 012-45------ [#1(10290)]: parsing '<pty<' IPC::Run 0001 012-45------ [#1(10290)]: parsing '>' IPC::Run 0001 012-45------ [#1(10290)]: parsing '2>' IPC::Run 0001 012-45------ [#1(10290)]: ** starting IPC::Run 0001 012-45------ [#1(10290)]: opening pty '0' IPC::Run 0001 012-4567---- [#1(10290)]: pty() = ( 6, 7 ) IPC::Run 0001 012-4567---- [#1(10290)]: '/usr/bin/perl' is absolute IPC::Run 0001 012-4567---- [#1(10290)]: kid to read 0 from pty '0' IPC::Run 0001 012-4567---- [#1(10290)]: kid 1 to read 0 from SCALAR via pty '0' IPC::Run 0001 012-4567---- [#1(10290)]: kid 1 to write 1 to SCALAR IPC::Run 0001 012-456789-- [#1(10290)]: pipe() = ( 8, 9 ) IPC::Run 0001 012-456789-- [#1(10290)]: kid 1 to write 2 to SCALAR IPC::Run 0001 012-45678901 [#1(10290)]: pipe() = ( 10, 11 ) IPC::Run 0001 012-45678901 [#1(10290)]: kid 1[]'s 0 is my 6 IPC::Run 0001 012-45678901 [#1(10290)]: kid 1[]'s 1 is my 8 IPC::Run 0001 012-45678901 [#1(10290)]: kid 1[]'s 2 is my 10 IPC::Run 0001 012-45678901 [#1(10290)]: child: `'/usr/bin/perl' -e '$| = 1 ; IPC::Run 0001 012-45678901 [#1(10290)]: $s = select STDERR ; $| = 1 ; select $s ; IPC::Run 0001 012-45678901 [#1(10290)]: while (<>) { IPC::Run 0001 012-45678901 [#1(10290)]: print STDERR uc $_ ; IPC::Run 0001 012-45678901 [#1(10290)]: print ; IPC::Run 0001 012-45678901 [#1(10290)]: last if /quit/ ; IPC::Run 0001 012-45678901 [#1(10290)]: } IPC::Run 0001 012-45678901 [#1(10290)]: '` IPC::Run 0001 012-45678901 [#1(10290)]: opening sync pipe IPC::Run 0001 012-4567890123 [#1(10290)]: pipe() = ( 12, 13 ) IPC::Run 0001 012-4567890123 [#1(10292) perl]: Cleaning up parent's ptty '0' IPC::Run 0001 012-45-7890123 [#1(10292) perl]: closing stdin, out, err IPC::Run 0001 ----45-7890123 [#1(10292) perl]: open fds: 8 6 11 7 13 10 9 12 IPC::Run 0001 ----45-7-90123 [#1(10292) perl]: close( 8 ) = 0 IPC::Run 0001 ----45-7-9-123 [#1(10292) perl]: close( 10 ) = 0 IPC::Run 0001 ----45-7-9-1-3 [#1(10292) perl]: close( 12 ) = 0 IPC::Run 0001 0---45-7-9-1-3 [#1(10292) perl]: dup2( 7, 0 ) = 0 IPC::Run 0001 01--45-7-9-1-3 [#1(10292) perl]: dup2( 9, 1 ) = 1 IPC::Run 0001 012-45-7-9-1-3 [#1(10292) perl]: dup2( 11, 2 ) = 2 IPC::Run 0001 012-45---9-1-3 [#1(10292) perl]: close( 7 ) = 0 IPC::Run 0001 012-45-----1-3 [#1(10292) perl]: close( 9 ) = 0 IPC::Run 0001 012-45-------3 [#1(10292) perl]: close( 11 ) = 0 IPC::Run 0001 012-45-------3 [#1(10292) perl]: execing /usr/bin/perl -e '$| = 1 ; IPC::Run 0001 012-45-------3 [#1(10292) perl]: $s = select STDERR ; $| = 1 ; select $s ; IPC::Run 0001 012-45-------3 [#1(10292) perl]: while (<>) { IPC::Run 0001 012-45-------3 [#1(10292) perl]: print STDERR uc $_ ; IPC::Run 0001 012-45-------3 [#1(10292) perl]: print ; IPC::Run 0001 012-45-------3 [#1(10292) perl]: last if /quit/ ; IPC::Run 0001 012-45-------3 [#1(10292) perl]: } IPC::Run 0001 012-45-------3 [#1(10292) perl]: ' IPC::Run 0001 012-45-------3 [#1(10292) perl]: exec()ing '/usr/bin/perl' '-e' '$| = 1 ; IPC::Run 0001 012-45-------3 [#1(10292) perl]: $s = select STDERR ; $| = 1 ; select $s ; IPC::Run 0001 012-45-------3 [#1(10292) perl]: while (<>) { IPC::Run 0001 012-45-------3 [#1(10292) perl]: print STDERR uc $_ ; IPC::Run 0001 012-45-------3 [#1(10292) perl]: print ; IPC::Run 0001 012-45-------3 [#1(10292) perl]: last if /quit/ ; IPC::Run 0001 012-45-------3 [#1(10292) perl]: } IPC::Run 0001 012-45-------3 [#1(10292) perl]: ' IPC::Run 0001 012-4567890123 [#1(10290)]: fork() = 10292 IPC::Run 0001 012-456789012 [#1(10290)]: close( 13 ) = 0 IPC::Run 0001 012-456789012 [#1(10290)]: read( 12 ) = 0 but true chars '' IPC::Run 0001 012-45678901 [#1(10290)]: close( 12 ) = 0 IPC::Run 0001 012-456-8-01 [#1(10290)]: close( 9 ) = 0 IPC::Run 0001 012-456-8-0- [#1(10290)]: close( 11 ) = 0 IPC::Run 0001 012-456-8-0- [#1(10290)]: ** pumping IPC::Run 0001 012-456-8-0- [#1(10290)]: fds for select: ------w-r-r- IPC::Run 0001 012-456-8-0- [#1(10290)]: timeout=forever IPC::Run 0001 012-456-8-0- [#1(10290)]: selected ------w----- IPC::Run 0001 012-456-8-0- [#1(10290)]: filtering data to fd 6 (kid's stdin) IPC::Run 0001 012-456-8-0- [#1(10290)]: writing to fd 6 (kid's stdin) IPC::Run 0001 012-456-8-0- [#1(10290)]: write( 6, 'hello IPC::Run 0001 012-456-8-0- [#1(10290)]: ' ) = 6 IPC::Run 0001 012-456-8-0- [#1(10290)]: exiting _select(): io occured and break_on_io set IPC::Run 0001 012-456-8-0- [#1(10290)]: ** pumping IPC::Run 0001 012-456-8-0- [#1(10290)]: fds for select: ------w-r-r- IPC::Run 0001 012-456-8-0- [#1(10290)]: timeout=forever IPC::Run 0001 012-456-8-0- [#1(10290)]: selected ------w-r-r- IPC::Run 0001 012-456-8-0- [#1(10290)]: filtering data to fd 6 (kid's stdin) IPC::Run 0001 012-456-8-0- [#1(10290)]: pausing fd 6 (kid's stdin) IPC::Run 0001 012-456-8-0- [#1(10290)]: filtering data from fd 8 (kid's stdout) IPC::Run 0001 012-456-8-0- [#1(10290)]: reading from fd 8 (kid's stdout) IPC::Run 0001 012-456-8-0- [#1(10290)]: read( 8 ) = 6 chars 'hello IPC::Run 0001 012-456-8-0- [#1(10290)]: ' IPC::Run 0001 012-456-8-0- [#1(10290)]: filtering data from fd 10 (kid's stderr) IPC::Run 0001 012-456-8-0- [#1(10290)]: reading from fd 10 (kid's stderr) IPC::Run 0001 012-456-8-0- [#1(10290)]: read( 10 ) = 6 chars 'HELLO IPC::Run 0001 012-456-8-0- [#1(10290)]: ' IPC::Run 0001 012-456-8-0- [#1(10290)]: exiting _select(): io occured and break_on_io set ok 1 ok 2 ok 3 IPC::Run 0001 012-456-8-0- [#1(10290)]: ** pumping IPC::Run 0001 012-456-8-0- [#1(10290)]: checking for more input fd 6 (kid's stdin) IPC::Run 0001 012-456-8-0- [#1(10290)]: writing to fd 6 (kid's stdin) IPC::Run 0001 012-456-8-0- [#1(10290)]: write( 6, 'world IPC::Run 0001 012-456-8-0- [#1(10290)]: ' ) = 6 IPC::Run 0001 012-456-8-0- [#1(10290)]: fds for select: ------p-r-r- IPC::Run 0001 012-456-8-0- [#1(10290)]: timeout=forever IPC::Run 0001 012-456-8-0- [#1(10290)]: selected --------r-r- IPC::Run 0001 012-456-8-0- [#1(10290)]: filtering data from fd 8 (kid's stdout) IPC::Run 0001 012-456-8-0- [#1(10290)]: reading from fd 8 (kid's stdout) IPC::Run 0001 012-456-8-0- [#1(10290)]: read( 8 ) = 6 chars 'world IPC::Run 0001 012-456-8-0- [#1(10290)]: ' IPC::Run 0001 012-456-8-0- [#1(10290)]: filtering data from fd 10 (kid's stderr) IPC::Run 0001 012-456-8-0- [#1(10290)]: reading from fd 10 (kid's stderr) IPC::Run 0001 012-456-8-0- [#1(10290)]: read( 10 ) = 6 chars 'WORLD IPC::Run 0001 012-456-8-0- [#1(10290)]: ' IPC::Run 0001 012-456-8-0- [#1(10290)]: exiting _select(): io occured and break_on_io set ok 4 ok 5 ok 6 IPC::Run 0001 012-456-8-0- [#1(10290)]: ** finishing IPC::Run 0001 012-456-8-0- [#1(10290)]: checking for more input fd 6 (kid's stdin) IPC::Run 0001 012-456-8-0- [#1(10290)]: writing to fd 6 (kid's stdin) IPC::Run 0001 012-456-8-0- [#1(10290)]: write( 6, 'quit IPC::Run 0001 012-456-8-0- [#1(10290)]: ' ) = 5 IPC::Run 0001 012-456-8-0- [#1(10290)]: closing fd 6 (kid's stdin) IPC::Run 0001 012-456-8-0- [#1(10290)]: fds for select: --------r-r- IPC::Run 0001 012-456-8-0- [#1(10290)]: timeout=forever IPC::Run 0001 012-456-8-0- [#1(10290)]: selected --------r-r- IPC::Run 0001 012-456-8-0- [#1(10290)]: filtering data from fd 8 (kid's stdout) IPC::Run 0001 012-456-8-0- [#1(10290)]: reading from fd 8 (kid's stdout) IPC::Run 0001 012-456-8-0- [#1(10290)]: read( 8 ) = 5 chars 'quit IPC::Run 0001 012-456-8-0- [#1(10290)]: ' IPC::Run 0001 012-456-8-0- [#1(10290)]: filtering data from fd 10 (kid's stderr) IPC::Run 0001 012-456-8-0- [#1(10290)]: reading from fd 10 (kid's stderr) IPC::Run 0001 012-456-8-0- [#1(10290)]: read( 10 ) = 5 chars 'QUIT IPC::Run 0001 012-456-8-0- [#1(10290)]: ' IPC::Run 0001 012-456-8-0- [#1(10290)]: fds for select: --------r-r- IPC::Run 0001 012-456-8-0- [#1(10290)]: timeout=forever IPC::Run 0001 012-456-8-0- [#1(10290)]: selected --------r-r- IPC::Run 0001 012-456-8-0- [#1(10290)]: filtering data from fd 8 (kid's stdout) IPC::Run 0001 012-456-8-0- [#1(10290)]: reading from fd 8 (kid's stdout) IPC::Run 0001 012-456-8-0- [#1(10290)]: read( 8 ) = 0 but true chars '' IPC::Run 0001 012-456-8-0- [#1(10290)]: closing fd 8 (kid's stdout) IPC::Run 0001 012-456---0- [#1(10290)]: close( 8 ) = 0 IPC::Run 0001 012-456---0- [#1(10290)]: filtering data from fd 10 (kid's stderr) IPC::Run 0001 012-456---0- [#1(10290)]: reading from fd 10 (kid's stderr) IPC::Run 0001 012-456---0- [#1(10290)]: read( 10 ) = 0 but true chars '' IPC::Run 0001 012-456---0- [#1(10290)]: closing fd 10 (kid's stderr) IPC::Run 0001 012-456----- [#1(10290)]: close( 10 ) = 0 IPC::Run 0001 012-456----- [#1(10290)]: 1 (10292) still running IPC::Run 0001 012-456----- [#1(10290)]: 1 (10292) still running IPC::Run 0001 012-456----- [#1(10290)]: fds for select: ------------ IPC::Run 0001 012-456----- [#1(10290)]: 1 (10292) still running IPC::Run 0001 012-456----- [#1(10290)]: 1 (10292) still running IPC::Run 0001 012-456----- [#1(10290)]: timeout=0.01 IPC::Run 0001 012-456----- [#1(10290)]: selected ------------ IPC::Run 0001 012-456----- [#1(10290)]: 1 (10292) still running IPC::Run 0001 012-456----- [#1(10290)]: 1 (10292) still running IPC::Run 0001 012-456----- [#1(10290)]: fds for select: ------------ IPC::Run 0001 012-456----- [#1(10290)]: 1 (10292) still running IPC::Run 0001 012-456----- [#1(10290)]: 1 (10292) still running IPC::Run 0001 012-456----- [#1(10290)]: timeout=0.02 IPC::Run 0001 012-456----- [#1(10290)]: selected ------------ IPC::Run 0001 012-456----- [#1(10290)]: 1 (10292) still running IPC::Run 0001 012-456----- [#1(10290)]: 1 (10292) still running IPC::Run 0001 012-456----- [#1(10290)]: fds for select: ------------ IPC::Run 0001 012-456----- [#1(10290)]: 1 (10292) still running IPC::Run 0001 012-456----- [#1(10290)]: 1 (10292) still running IPC::Run 0001 012-456----- [#1(10290)]: timeout=0.04 IPC::Run 0001 012-456----- [#1(10290)]: selected ------------ IPC::Run 0001 012-456----- [#1(10290)]: 1 (10292) still running IPC::Run 0001 012-456----- [#1(10290)]: 1 (10292) still running IPC::Run 0001 012-456----- [#1(10290)]: fds for select: ------------ IPC::Run 0001 012-456----- [#1(10290)]: 1 (10292) still running IPC::Run 0001 012-456----- [#1(10290)]: 1 (10292) still running IPC::Run 0001 012-456----- [#1(10290)]: timeout=0.08 IPC::Run 0001 012-456----- [#1(10290)]: selected ------------ IPC::Run 0001 012-456----- [#1(10290)]: 1 (10292) still running IPC::Run 0001 012-456----- [#1(10290)]: 1 (10292) still running IPC::Run 0001 012-456----- [#1(10290)]: fds for select: ------------ IPC::Run 0001 012-456----- [#1(10290)]: 1 (10292) still running IPC::Run 0001 012-456----- [#1(10290)]: 1 (10292) still running IPC::Run 0001 012-456----- [#1(10290)]: timeout=0.16 IPC::Run 0001 012-456----- [#1(10290)]: selected ------------ IPC::Run 0001 012-456----- [#1(10290)]: 1 (10292) still running IPC::Run 0001 012-456----- [#1(10290)]: 1 (10292) still running IPC::Run 0001 012-456----- [#1(10290)]: fds for select: ------------ IPC::Run 0001 012-456----- [#1(10290)]: 1 (10292) still running IPC::Run 0001 012-456----- [#1(10290)]: 1 (10292) still running IPC::Run 0001 012-456----- [#1(10290)]: timeout=0.32 IPC::Run 0002 012-456----- [#1(10290)]: selected ------------ IPC::Run 0002 012-456----- [#1(10290)]: 1 (10292) still running IPC::Run 0002 012-456----- [#1(10290)]: 1 (10292) still running IPC::Run 0002 012-456----- [#1(10290)]: fds for select: ------------ IPC::Run 0002 012-456----- [#1(10290)]: 1 (10292) still running IPC::Run 0002 012-456----- [#1(10290)]: 1 (10292) still running IPC::Run 0002 012-456----- [#1(10290)]: timeout=0.5 IPC::Run 0002 012-456----- [#1(10290)]: selected ------------ IPC::Run 0002 012-456----- [#1(10290)]: 1 (10292) still running IPC::Run 0002 012-456----- [#1(10290)]: 1 (10292) still running IPC::Run 0002 012-456----- [#1(10290)]: fds for select: ------------ IPC::Run 0002 012-456----- [#1(10290)]: 1 (10292) still running IPC::Run 0002 012-456----- [#1(10290)]: 1 (10292) still running IPC::Run 0002 012-456----- [#1(10290)]: timeout=0.5 IPC::Run 0003 012-456----- [#1(10290)]: selected ------------ IPC::Run 0003 012-456----- [#1(10290)]: 1 (10292) still running IPC::Run 0003 012-456----- [#1(10290)]: 1 (10292) still running IPC::Run 0003 012-456----- [#1(10290)]: fds for select: ------------ IPC::Run 0003 012-456----- [#1(10290)]: 1 (10292) still running IPC::Run 0003 012-456----- [#1(10290)]: 1 (10292) still running IPC::Run 0003 012-456----- [#1(10290)]: timeout=0.5 IPC::Run 0003 012-456----- [#1(10290)]: selected ------------ IPC::Run 0003 012-456----- [#1(10290)]: 1 (10292) still running IPC::Run 0003 012-456----- [#1(10290)]: 1 (10292) still running IPC::Run 0003 012-456----- [#1(10290)]: fds for select: ------------ IPC::Run 0003 012-456----- [#1(10290)]: 1 (10292) still running IPC::Run 0003 012-456----- [#1(10290)]: 1 (10292) still running IPC::Run 0003 012-456----- [#1(10290)]: timeout=0.5 IPC::Run 0004 012-456----- [#1(10290)]: selected ------------ IPC::Run 0004 012-456----- [#1(10290)]: 1 (10292) still running IPC::Run 0004 012-456----- [#1(10290)]: 1 (10292) still running IPC::Run 0004 012-456----- [#1(10290)]: fds for select: ------------ IPC::Run 0004 012-456----- [#1(10290)]: 1 (10292) still running IPC::Run 0004 012-456----- [#1(10290)]: 1 (10292) still running IPC::Run 0004 012-456----- [#1(10290)]: timeout=0.5 IPC::Run 0004 012-456----- [#1(10290)]: selected ------------ IPC::Run 0004 012-456----- [#1(10290)]: 1 (10292) still running IPC::Run 0005 012-456----- [#1(10290)]: 1 (10292) still running This repeats for at least 15 minutes, with the 0005 column incrementing to 0006, etc. every second or so. If you want me to run it overnight or something, let me know, and I will. Regards, Jonathan Rockway (JROCKWAY) -- Summary of my perl5 (revision 5 version 8 subversion 6) configuration: Platform: osname=darwin, osvers=8.0, archname=darwin-thread-multi-2level uname='darwin b28.apple.com 8.0 darwin kernel version 7.5.0: thu mar 3 18:48:46 pst 2005; root:xnuxnu-517.99.13.obj~1release_ppc power macintosh powerpc ' config_args='-ds -e -Dprefix=/usr -Dccflags=-g -pipe -Dldflags=-Dman3ext=3pm -Duseithreads -Duseshrplib' hint=recommended, useposix=true, d_sigaction=define usethreads=define use5005threads=undef useithreads=define usemultiplicity=define useperlio=define d_sfio=undef uselargefiles=define usesocks=undef use64bitint=undef use64bitall=undef uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='cc', ccflags ='-g -pipe -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -I/usr/local/include', optimize='-Os', cppflags='-no-cpp-precomp -g -pipe -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -I/usr/local/include' ccversion='', gccversion='3.3 20030304 (Apple Computer, Inc. build 1809)', gccosandvers='' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8 ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=8, prototype=define Linker and Libraries: ld='env MACOSX_DEPLOYMENT_TARGET=10.3 cc', ldflags ='-L/usr/local/lib' libpth=/usr/local/lib /usr/lib libs=-ldbm -ldl -lm -lc perllibs=-ldl -lm -lc libc=/usr/lib/libc.dylib, so=dylib, useshrplib=true, libperl=libperl.dylib gnulibc_version='' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' ' cccdlflags=' ', lddlflags='-bundle -undefined dynamic_lookup -L/usr/local/lib'