RE: [drmaa-wg] Perl Binding Errors
I removed -lsocket from both Makefile.PL and Makefile. However.. prior to this I have already ran "make install" All of the tests are still failing as below. Any ideas? Matt ________________________________ From: owner-drmaa-wg@ggf.org on behalf of Rayson Ho Sent: Wed 8/3/2005 3:38 PM To: drmaa-wg@gridforum.org Subject: Re: [drmaa-wg] Perl Binding Errors Tim (the author of the Perl binding) did his development on a Solaris machine. -lsocket is not needed for Linux (and may be other OSes), and thus can you try to remove it in the Makefile?? Rayson
perl Makefile.pl -Only possible error was: Note (probably harmless): No library found for -lsocket
make
make test
-This is where I ran into the problem.. Everyone one of the tests failed. Here is sample output from what I thought was the most descriptive of the error messages:
Global symbol "$DRMAA_ERRNO_SUCCESS" requires explicit package name at t/08_posix_tests.t line 116. Global symbol "$DRMAA_ERRNO_SUCCESS" requires explicit package name at t/08_posix_tests.t line 122. Global symbol "$DRMAA_ERRNO_SUCCESS" requires explicit package name at t/08_posix_tests.t line 130. Execution of t/08_posix_tests.t aborted due to compilation errors. # Looks like your test died before it could output anything. t/08_posix_tests.......dubious
Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-32 Failed 32/32 tests, 0.00% okay
Any ideas on what I am doing wrong? Thanks. Matthew Holt
--------------------------------------------------------- Get your FREE E-mail account at http://www.eseenet.com !
participants (1)
-
Matthew Holt