Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   Perl (http://www.velocityreviews.com/forums/f17-perl.html)
-   -   IO::Seekable::getpos missing (auto/IO/IO.so not loading) ? (http://www.velocityreviews.com/forums/t25551-io-seekable-getpos-missing-auto-io-io-so-not-loading.html)

Joe Johnson 04-02-2005 06:07 PM

IO::Seekable::getpos missing (auto/IO/IO.so not loading) ?
 
Greetings,

I just did a fresh install of Solaris 10 on Sparc. The OS ships with
perl_5.8.4. When I run some of my scripts that run fine on Linux, I get
this:

IO::Seekable::getpos missing at /usr/local/lib/perl5/5.8.6/FileHandle.pm
line 59.
Compilation failed in require at
/home/steve/Development/Tools/common/putil/Eq/Util/FileHandleObj.pm line 6.

Looking around in various discussion groups, I see that others have had
similar problems on other platforms, and in two cases it has been
suggested that auto/IO/IO.so is not loading. I guess IO.so must contain
the missing getpos method. I have not found a solution to the problem.

I tried upgrading to Perl version 5.8.6, but I get the same error from
that version.

Can anyone explain why this is happening, and better yet, how to fix it?
If so, I'd be ever in your debt.

TIA,

Joe


All times are GMT. The time now is 10:21 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57