I downloaded Activeperl form your website, but when I go to start the installation process I get this error:
"This installation package could not be open contact the application vendor to ensure that this is a valid installer package."
What is wrong?
People get this error if the the MSI installation package is corrupted during the download. You might have better luck downloading from our FTP site:
http://downloads.activestate.com/
Note that you can verify the downloaded file against the MD5SUMS published in each download directory:
http://downloads.activestate.com/ActivePerl/Windows/5.10/MD5SUM ( 5.10 )
http://downloads.activestate.com/ActivePerl/Windows/5.8/MD5SUM ( 5.8 )
http://downloads.activestate.com/ActivePerl/Windows/5.6/MD5SUM ( 5.6 )
You can get a tool to generate md5sum hashes from here:
How to install and run Komodo 4 on Ubuntu Linux x86_64
The complete solution for installing and running Komodo4 with the 64-bit Ubuntu build is this:
sudo apt-get install libc6-i386 ia32-libs ia32-libs-gtk
Works fine after that.
NOTE: Installing just libc6-i386 lets the install script perform the installation. But running the program generates this error message:
error while loading shared libraries: libgtk-x11-2.0.so.0
Installing the other two packages (ia32-libs and ia32-libs-gtk) fixes that part.
[from bug 67932]
I need to install ActivePerl in a custom directory on Solaris without any user interaction. How can I do that?
There are two ways to install ActivePerl in a custom directory on Solaris such that the installation can be run unattended.
The first is to use the "--license-accepted --prefix /path/to/install/to" arguments to the install.sh provided in the Tar/Gzip ActivePerl package:
gnutar zxf ActivePerl-solaris-package.tar.gz cd ActivePerl-directory sh install.sh --license-accepted --prefix /opt/ActiveState/ActivePerl
The above can be used in a shell script, for example.
Alternatively, you can make your own Solaris package. This has the benefit of registering ActivePerl with the Solaris packaging system, making upgrades easier in some cases. A good tutorial on making Solaris packages can be found here:
How do I install ActiveTcl in such a way that a scripted, unattended installation will work?
Since 8.4.8, automated installation was included but not published or
documented. The following documentation comes straight out of the comments
in the installer code:
Where can I get my permanent license installation key?
To download your purchased software:
Sign in to your account. If you've forgotten your password, follow the instructions on the page.
Once you have signed in:
Go to My Account > Downloads.
Select your software.
Select your platform and click the link to download.
Consult the Installation Guide on the My Account > Downloads page for instructions.
I've run InstMSIW.exe, but ActivePerl doesn't seem to be installed.
What's wrong?
InstMsiW.exe and InstMsiA.exe are patches for older versions of Windows to allow them to use our MSI installers. People often mistake this download for the ActivePerl installer itself, which can be found on the left-hand side of the download page:
http://activestate.com/Products/Download/Download.plex?id=ActivePerl
Select the link under 'Windows' for the MSI installer.