Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Install OLE::Storage_lite on Win32 1

Status
Not open for further replies.

TommyIndigo

Programmer
Sep 14, 2000
67
US
I am using PPM to install OLE-Storage lite, however I receive the error:


Error installing package 'OLE-Storage_lite': Read a PPD for 'OLE-Storage_lite', but it is not intended for this build of Perl (MSWin32-x86-multi-thread)


I have previously used PPM to install other packages, including IO::Stringy, which is used by OLE-Storage_lite.

Any suggestions?
 
is it a 64 bit ppd you're installing, where did you get the ppd from?

Paul
------------------------------------
Spend an hour a week on CPAN, helps cure all known programming ailments ;-)
 
I'm new to PPM, but I believe it is using the default Active State path (I'm not pointing to a specific PPD locally). I assumed ppm would attempt to install the correct flavor of the package's PPD.

At the ppm> prompt, I typed:

install OLE-Storage_lite

...and then received the error message I posted.
 
Code:
Y:\alanr\prints>ppm install OLE-Storage_lite
====================
Install 'IO-stringy' version 2.110 in ActivePerl 5.8.2.808.
====================
Installing C:\Perl\html\site\lib\IO\AtomicFile.html
Installing C:\Perl\html\site\lib\IO\InnerFile.html
Installing C:\Perl\html\site\lib\IO\Lines.html
Installing C:\Perl\html\site\lib\IO\Scalar.html
Installing C:\Perl\html\site\lib\IO\ScalarArray.html
Installing C:\Perl\html\site\lib\IO\Stringy.html
Installing C:\Perl\html\site\lib\IO\Wrap.html
Installing C:\Perl\html\site\lib\IO\WrapTie.html
Installing C:\Perl\site\lib\IO\AtomicFile.pm
Installing C:\Perl\site\lib\IO\InnerFile.pm
Installing C:\Perl\site\lib\IO\Lines.pm
Installing C:\Perl\site\lib\IO\Scalar.pm
Installing C:\Perl\site\lib\IO\ScalarArray.pm
Installing C:\Perl\site\lib\IO\Stringy.pm
Installing C:\Perl\site\lib\IO\Wrap.pm
Installing C:\Perl\site\lib\IO\WrapTie.pm
Successfully installed IO-stringy version 2.110 in ActivePerl 5.8.2.808.
====================
Install 'OLE-Storage_lite' version 0.14 in ActivePerl 5.8.2.808.
====================
Installing C:\Perl\html\site\lib\OLE\Storage_Lite.html
Installing C:\Perl\site\lib\OLE\Storage_Lite.pm
Successfully installed OLE-Storage_lite version 0.14 in ActivePerl 5.8.2.808
Works fine for me straight off, have you tried cpan?

Paul
------------------------------------
Spend an hour a week on CPAN, helps cure all known programming ailments ;-)
 
alternatively download the .ppd file to a local directory, and install
Code:
C:\Docs and Settings\PaulTEG> ppm install Ole-Storage_lite.ppd

Paul
------------------------------------
Spend an hour a week on CPAN, helps cure all known programming ailments ;-)
 
Paul,

Thanks for your replies. I upgraded my core Perl installation to 5.8.8 (from 5.6.1) and that seemed to do the trick, allowing me to install my package effortlessly :)

Thanks again for your help!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top