in reply to Re: Problem while installing IO:Socket on solaris 10
in thread Problem while installing IO:Socket on solaris 10

Do you think installing perl from source might be useful?
If yes please let me know where to fin dthe source for perl
Thanks.
  • Comment on Re^2: Problem while installing IO:Socket on solaris 10

Replies are listed 'Best First'.
Re^3: Problem while installing IO:Socket on solaris 10
by marto (Cardinal) on Mar 27, 2007 at 15:48 UTC
    The source is here. On Solaris I tend to build from source using gcc and install into a different path (/opt/OurApplicationName/perl) so as to leave the existing Sun build of Perl (which seems to get used by the volume manager of choice, as well as a couple of other things) intact, and to resolve the issue you are having. It should be noted that I do this to avoid issues (including political ones) with the Client we work for. Remember to read the INSTALL and README.solaris files carefully.

    Update: I forgot to mention, IO::Socket built without any problems using the method described above.

    Hope this helps.

    Martin