Pickup Knowledge for Perl and Version Upgrade
1. Installation
>perl -v
This is perl 5, version 12, subversion 4 (v5.12.4)
Upgrade the perl to latest version
> curl -L http://xrl.us/installperlosx | bash
Or
Go to official website and download the latest version 5.16.3
Upgrade cpan
>cpan
cpan>upgrade
2. Old Docs
http://sillycat.iteye.com/blog/1012882 Installation, basic hello world and how to run, array&String&Number
http://sillycat.iteye.com/blog/1012923 control structure
http://sillycat.iteye.com/blog/1017632 String Handler, Module and CPAN
http://sillycat.iteye.com/blog/1021197 Web Programming
Deployment
Request and Header Info
3. Enable Nginx to Handle Perl
autoconf
configure & make & install
automake
libtool
Then try to install fcgiwrap
>autoreconf -i
Error Message during install fcgiwrap
configure.ac:32: error: possibly undefined macro: AC_DEFINE
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoreconf: /Users/carl/tool/autoconf-2.69/bin/autoconf failed with exit status: 1
Solution:
Install pkg-config
> ./configure --prefix=/Users/carl/tool/pkg-config-0.28 --with-internal-glib
>autoreconf -i
Working fine
>./configure —prefix=/Users/carl/tool/fcgiwrap
Error Message:
checking for FCGX_Init in -lfcgi... no
configure: error: FastCGI library is missing
Solution:
Install the fastcgi
> curl -OL http://www.fastcgi.com/dist/fcgi.tar.gz
Finally, still fails to install https://github.com/gnosek/fcgiwrap.
Try this
Still not working, it seems hard on MAC for me.
References:
相关推荐
It gives you what you need to use the most up-to-date Perl most effectively, all day, every day. What You Need: Perl 5.16 or newer (Perl 5.20 or 5.22 preferred). Installation/upgrade instructions ...
FortiGate for VMWare ESXi platform Version 6.4.14Upgrade Path Release Notes
Windows 7and8 Enterprise Upgrade 注册码
- Respond to different parameters (for example, the time of day or the version of the visitor's browser) - Have a “memory,” allowing for user registration and login, e-commerce, and similar ...
Apache Hadoop YARN is the modern distributed operating system for big data applications....And you’ll leave with all the knowledge of how to upgrade painlessly from 2.x to 3.x to get all the benefits.
Learn more about the features and functions of SAP Crystal Reports, developer version for Microsoft Visual Studio. Powerful designer features for creating rich reports Flexible Windows and Web ...
很优质的官方资源,可以用于内部培训、客户宣讲、产品展示、市场活动等
This guide is designed for Oracle administrators who wish to update their skills and knowledge to the latest version of Oracle Database 12c. The book provides comprehensive coverage of the exam ...
Copyright Preface What You Need to Know Who This Book Is For How This Book Is Organized Reference Sections Filesystem Conventions Apache and Perl Versions ...
Oracle Database Upgrade and Migration Methods 英文无水印pdf pdf所有页面使用FoxitReader和PDF-XChangeViewer测试都可以打开 本资源转载自网络,如有侵权,请联系上传者或csdn删除 本资源转载自网络,如有...
ES6 for Humans The Latest Standard of JavaScript: ES2015 and ...ES6 for Humans is a complete guide to writing ES6 and will enable you to start taking advantage of this exciting new version of JavaScript.
This book is intended for people that have some background in DirectX8 or DirectX9 programming and want to upgrade their knowledge to DirectX 10. At some point this book will be available on paper and...
Oracle Sales Analyzer Installation and Upgrade Guide Release 11 i
Learn more about the features and functions of SAP Crystal Reports, developer version for Microsoft Visual Studio. Powerful designer features for creating rich reports Flexible Windows and Web ...
Linux_Upgrade_Tool_v1.2.tar.gz是一个压缩包,其中包含了这个升级工具的全部组件。在本文中,我们将深入探讨Linux升级工具的各个方面,包括其工作原理、使用场景、操作步骤以及与Linux系统升级相关的知识。 首先,...
从压缩包子文件的文件名称“Win_11_Boot_And_Upgrade_FiX_KiT_v2.0”来看,这很可能是该工具的第二版,专注于解决Windows 11的启动和升级问题的工具包。"FiX_KiT"暗示它包含了一系列修复工具,可能包括脚本、实用...
标题中的"upgrade tool for linux2.6"指的是用于升级Linux内核版本2.6的工具。在Linux系统中,内核是操作系统的核心部分,负责管理硬件资源、提供系统调用接口以及调度进程等任务。随着时间的推移,内核会不断更新以...
Based on the given information from the title... Understanding key topics such as installation procedures, group policy management, and upgrade considerations is essential for success in the 70-698 exam.
Perl是一种强大的、跨平台的脚本编程语言,广泛用于文本处理、系统管理、网络编程以及Web开发等。在Ubuntu这样的Linux发行版上安装Perl是开发者和系统管理员的基本需求。本文将详细阐述如何在Ubuntu上安装Perl ...