Perl compilation on Mac-OS












0















I have ActivePerl-5.12 and Perl Dev Kit 9.1.1



When I tried to compile my perl source, I am getting the following error




/opt/pdk/bin/perlapp --force --perl /opt/ActivePerl-5.12/bin/perl-static --norunlib --env VERSION=1.9.11.0 --env RELEASE=8979 --env STATE= --target macosx-universal-32 --lib /opt/ActivePerl-5.12/site/lib --add "Date::Manip::" --add "Date::Manip::Offset::" --add "Date::Manip::TZ::" --add "Date::Manip::Lang::" --add Net::SSLeay --add IO::Socket::SSL --add INI::Section --lib lib --exe bin/ctf src/ctf.pl
Access to ActivePerl-5.12.4.1205-darwin-9.8.0-294981.tar.gz
requires an ActivePerl Business Edition license to be installed.




Please visit http://www.activestate.com/business-edition to learn more
about the ActivePerl Business Edition offering.
make: *** [bin/ctf] Error 2



Please throw some light here.










share|improve this question

























  • Isn't that a paid product, i.e. you can ask ActiveState for support? Also, I've heard people report success using Homebrew to install Perl on Mac OS X. Although it's been quite a while, I also recall successfully using MacPorts.

    – haukex
    Jan 28 at 19:34











  • You say that you "have" ActivePerl and PDK. I assume that means you downloaded the free/community ActivePerl and PDK. However, certain uses of ActivePerl require a Business Edition license, and it sounds like certain actual commands (perlapp) in the PDK require it too.

    – jimtut
    Jan 28 at 21:07
















0















I have ActivePerl-5.12 and Perl Dev Kit 9.1.1



When I tried to compile my perl source, I am getting the following error




/opt/pdk/bin/perlapp --force --perl /opt/ActivePerl-5.12/bin/perl-static --norunlib --env VERSION=1.9.11.0 --env RELEASE=8979 --env STATE= --target macosx-universal-32 --lib /opt/ActivePerl-5.12/site/lib --add "Date::Manip::" --add "Date::Manip::Offset::" --add "Date::Manip::TZ::" --add "Date::Manip::Lang::" --add Net::SSLeay --add IO::Socket::SSL --add INI::Section --lib lib --exe bin/ctf src/ctf.pl
Access to ActivePerl-5.12.4.1205-darwin-9.8.0-294981.tar.gz
requires an ActivePerl Business Edition license to be installed.




Please visit http://www.activestate.com/business-edition to learn more
about the ActivePerl Business Edition offering.
make: *** [bin/ctf] Error 2



Please throw some light here.










share|improve this question

























  • Isn't that a paid product, i.e. you can ask ActiveState for support? Also, I've heard people report success using Homebrew to install Perl on Mac OS X. Although it's been quite a while, I also recall successfully using MacPorts.

    – haukex
    Jan 28 at 19:34











  • You say that you "have" ActivePerl and PDK. I assume that means you downloaded the free/community ActivePerl and PDK. However, certain uses of ActivePerl require a Business Edition license, and it sounds like certain actual commands (perlapp) in the PDK require it too.

    – jimtut
    Jan 28 at 21:07














0












0








0








I have ActivePerl-5.12 and Perl Dev Kit 9.1.1



When I tried to compile my perl source, I am getting the following error




/opt/pdk/bin/perlapp --force --perl /opt/ActivePerl-5.12/bin/perl-static --norunlib --env VERSION=1.9.11.0 --env RELEASE=8979 --env STATE= --target macosx-universal-32 --lib /opt/ActivePerl-5.12/site/lib --add "Date::Manip::" --add "Date::Manip::Offset::" --add "Date::Manip::TZ::" --add "Date::Manip::Lang::" --add Net::SSLeay --add IO::Socket::SSL --add INI::Section --lib lib --exe bin/ctf src/ctf.pl
Access to ActivePerl-5.12.4.1205-darwin-9.8.0-294981.tar.gz
requires an ActivePerl Business Edition license to be installed.




Please visit http://www.activestate.com/business-edition to learn more
about the ActivePerl Business Edition offering.
make: *** [bin/ctf] Error 2



Please throw some light here.










share|improve this question
















I have ActivePerl-5.12 and Perl Dev Kit 9.1.1



When I tried to compile my perl source, I am getting the following error




/opt/pdk/bin/perlapp --force --perl /opt/ActivePerl-5.12/bin/perl-static --norunlib --env VERSION=1.9.11.0 --env RELEASE=8979 --env STATE= --target macosx-universal-32 --lib /opt/ActivePerl-5.12/site/lib --add "Date::Manip::" --add "Date::Manip::Offset::" --add "Date::Manip::TZ::" --add "Date::Manip::Lang::" --add Net::SSLeay --add IO::Socket::SSL --add INI::Section --lib lib --exe bin/ctf src/ctf.pl
Access to ActivePerl-5.12.4.1205-darwin-9.8.0-294981.tar.gz
requires an ActivePerl Business Edition license to be installed.




Please visit http://www.activestate.com/business-edition to learn more
about the ActivePerl Business Edition offering.
make: *** [bin/ctf] Error 2



Please throw some light here.







macos perl






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jan 28 at 9:49









Toto

3,914101226




3,914101226










asked Jan 28 at 5:36









J PrasannaJ Prasanna

1




1













  • Isn't that a paid product, i.e. you can ask ActiveState for support? Also, I've heard people report success using Homebrew to install Perl on Mac OS X. Although it's been quite a while, I also recall successfully using MacPorts.

    – haukex
    Jan 28 at 19:34











  • You say that you "have" ActivePerl and PDK. I assume that means you downloaded the free/community ActivePerl and PDK. However, certain uses of ActivePerl require a Business Edition license, and it sounds like certain actual commands (perlapp) in the PDK require it too.

    – jimtut
    Jan 28 at 21:07



















  • Isn't that a paid product, i.e. you can ask ActiveState for support? Also, I've heard people report success using Homebrew to install Perl on Mac OS X. Although it's been quite a while, I also recall successfully using MacPorts.

    – haukex
    Jan 28 at 19:34











  • You say that you "have" ActivePerl and PDK. I assume that means you downloaded the free/community ActivePerl and PDK. However, certain uses of ActivePerl require a Business Edition license, and it sounds like certain actual commands (perlapp) in the PDK require it too.

    – jimtut
    Jan 28 at 21:07

















Isn't that a paid product, i.e. you can ask ActiveState for support? Also, I've heard people report success using Homebrew to install Perl on Mac OS X. Although it's been quite a while, I also recall successfully using MacPorts.

– haukex
Jan 28 at 19:34





Isn't that a paid product, i.e. you can ask ActiveState for support? Also, I've heard people report success using Homebrew to install Perl on Mac OS X. Although it's been quite a while, I also recall successfully using MacPorts.

– haukex
Jan 28 at 19:34













You say that you "have" ActivePerl and PDK. I assume that means you downloaded the free/community ActivePerl and PDK. However, certain uses of ActivePerl require a Business Edition license, and it sounds like certain actual commands (perlapp) in the PDK require it too.

– jimtut
Jan 28 at 21:07





You say that you "have" ActivePerl and PDK. I assume that means you downloaded the free/community ActivePerl and PDK. However, certain uses of ActivePerl require a Business Edition license, and it sounds like certain actual commands (perlapp) in the PDK require it too.

– jimtut
Jan 28 at 21:07










0






active

oldest

votes











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1399120%2fperl-compilation-on-mac-os%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Super User!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1399120%2fperl-compilation-on-mac-os%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Сан-Квентин

8-я гвардейская общевойсковая армия

Алькесар