Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^2: socket programming

by hmvasista (Novice)
on Jul 11, 2016 at 00:30 UTC ( [id://1167542]=note: print w/replies, xml ) Need Help??


in reply to Re: socket programming
in thread socket programming

yes, I have installed the v5.24 too. At C:\strawberry\perl\site\lib\auto\Socket I see the following files: .packlist, Socket.bs, Socket.dll, I don't see Socket.xs.dll. Is there anything I am missing?

Replies are listed 'Best First'.
Re^3: socket programming
by syphilis (Archbishop) on Jul 11, 2016 at 00:53 UTC
    .packlist, Socket.bs, Socket.dll, I don't see Socket.xs.dll

    The files you're seeing are not from Strawberry 5.24. They are part of a much older version.
    ".bs" files are no longer installed, and Strawberry now builds ".xs.dll" files instead of ".dll".

    Your problem will go away if you remove that Socket installation (in its entirety) from perl/site/lib.
    That will enable perl/lib/Socket.pm (which shipped with Strawberry) to be loaded - and all should work fine.

    However, it's likely that there are other extensions from the older perl present in perl/site/lib.
    Removing everything from the perl/site/lib folder is a valid option.
    That folder is normally empty when perl is installed - the only modules that go into it are the ones that you subsequently install (or, as in your case, the files that were there from a previous installation :-)

    Cheers,
    Rob

      Just to clarify, if it was me, I would uninstall and reinstall Strawberry Perl.

      (This is lingo from Windows XP, but your installation is similar.)

      Settings

      Control Panel

      Add or Remove Programs

      Scroll down to Strawberry Perl

      Click the Remove button.

      Exit the windows.

      Download the latest Strawberry Perl from the website, i.e., http://strawberryperl.com/.

      That should be a .msi file.

      Run it.

        Yes, after re-installing it works... Thanks!

      I re-installed perl on my PC, and deleted the old folder. I could now see Socket.xs.dll and .packlist and bingo! now it works. Thanks a ton!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1167542]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (5)
As of 2024-04-19 15:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found