Solaris 10 Companion Cd Download

Posted on  by 



  1. Solaris 10 Companion Cd Downloads
  2. Solaris 10 Versions
  3. Solaris 10 Companion Cd Download Software

The Companion CD packages in ISO form provided updates to those packages that were offered on the “CD” in years past. As these packages are very out of date. We no longer sell the Companion CD’s. For the latest version of our packages you will need a subscription. Solaris users can get precompiled versions of readline-7.0 from OpenCSW or the Unixpackages (subscription) site. Oracle ships readline-4.2 as a supported part of the Solaris 10 companion CD and readline-6.3 as a supported part of Solaris 11. The version of Solaris/Illumos distributed as OpenIndiana includes readline-6.3 as of October 2020. I installed all of the packages from the Companion CD, but I'm still missing lots! For example, I'd like subversion, gcc, MySql 5.x, MySql Query Browser and Firefox 3 (yeah Solaris ships with 2). I downloaded FF3 but when I run it get complaints about needing Gtk+ 2.10 (ships with 2.4). Unfortunately, OpenSolaris is not an option.

The content of this page has not been verified.
Instructions written in this page have not been verified to be correct.
If there are any inaccuracies, please drop a note at the support desk.
Installation guides
FreeBSD
GNU/Linux
- ALT Linux
- Arch Linux
- Damnsmalllinux
- Debian or Ubuntu
- Fedora
- Gentoo
- Mandriva
- Red Hat Enterprise Linux or CentOS
- Slackware
macOS
NetWare
Solaris
- Solaris 11 / opensolaris
- Solaris 10
Windows
- Windows Server 2019
- Windows Server 2016
- Windows Subsystem for Linux
on a stick
- Uniform Server
- XAMPP
Sourceforge.net

This page was moved from Meta-Wiki.
It probably requires cleanup – please feel free to help out.In addition, some links on the page may be red; respective pages might be found at Meta.Remove this template once cleanup is complete.

For Solaris, one can do a native installation. Solaris 10 has 'premier support' till January 2018 (OLSP p. 30).

The following are notes on how to enable MediaWiki, PHP, MySQL, and Apache in Solaris 10.

MediaWiki requires a PHP-enabled webserver and MySQL. Stock Solaris 10 comes with Apache and MySQL. PHP is installed from the Solaris Software Companion CD. MediaWiki consists of downloaded PHP scripts that use MySQL. The following details each step.

(Another method: CoolStack from Sun, specifically CSKamp for Apache, MySQL and PHP, and CSKmemcached for memcached.)

MySQL[edit]

Solaris 10 Companion Cd Download

MySQL is part of Stock Solaris 10. If not installed, install packages SUNWmysqlr, SUNWmysqlt, and SUNWmysqlu. To enable, see file /etc/sfw/mysql/README.solaris.mysql. Here's what I did:

Solaris 10 Companion Cd Download

Start:

Set password:

Test:

Automatic start and stop of mysql daemon at boot and shutdown:

PHP[edit]

Heads up!

When configuring MediaWiki, it complains that you don't have PHP5 installed. (so it would appear that PHP5 will be required, as the 1.7.1 version of MediaWiki doesn't work with PHP4.)

PHP4[edit]

PHP4 is available on the 'Solaris Software Companion' CD. It comes with an php-module wich is compatible with apache1. If You want to use PHP5 and Apache2, step over to Section PHP5. Mount the CD and run the installer script that's appropriate for your architecture (x86 or SPARC). PHP is located in the Development/Languages group of packages. After PHP has been installed run the post-install script /opt/sfw/apache/x_postinstall. This will create the file /etc/apache/httpd.conf-php-example which you will need later.

PHP5[edit]

This part is only necessary if you want to use Apache2 and PHP 5 with your installation. In that case you don't need the PHP4 installation. Instead you should download the following packages from www.sunfreeware.com:

Note that the version numbers may change on www.sunfreeware.com, due to updates. The best way to start is to look for an php-5.x.x package and then download the subsequent dependencies. You don't need to download Apache2 and mySQL as Solaris 10 already comes with these packages.

I downloaded them to the directory /tmp/php-packages and installed them:

Now you have to copy the php-module and php.ini to their approriate directories:

Solaris 10 Companion Cd Downloads

If you want a phpinfo page (see 'Security Considerations' below), create it with:

Apache[edit]

Apache 1.3[edit]

If you want to use Apache2 with PHP 5, ignore this Section and see Apache2 chapter below.

Solaris comes with Apache. If you don't have Apache installed, install packages SUNWapachd, SUNWapchr, and SUNWapchu.

To enable Apache, copy /etc/apache/httpd.conf-php-example to /etc/apache/httpd.conf. Edit httpd.conf. At minimum you need to change the 'ServerName' line. I also change the 'User' and 'Group' lines to 'User apache' and 'Group apache' after adding an apache group and apache user:

The web documents live in /var/apache/htdocs.

Start Apache the first time with '/etc/init.d/apache start'. See if the httpd process is running, check the error log at /var/apache/logs/error_log, and access with your web browser. On subsequent reboots, Apache will restart automatically if httpd.conf is present.

Verify PHP is enabled by going to http://localhost/phpinfo.php where localhost is the hostname of your system.

Apache2[edit]

If you want to use Apache2, which also comes with Solaris 10, you will have to use the PHP5 module and install it as described above, since the PHP4 module from the 'Solaris Software Companion' CD is incompatible with the Apache2 Version.

First copy /etc/apache2/httpd.conf-example to /etc/apache2/httpd.conf. Then edit /etc/apache2/httpd.conf and add the following lines in their appropriate places.

Then start and enable the apache2 service:

If you are told that the argument doesn't match any instances, you need to pkill svc.configd. Details of the problem are at http://forum.sun.com/jive/thread.jspa?threadID=74430&tstart=210

Check if apache is running.

If not do the following as root in zone where wiki is installed

1. check if the service state is enabled and online

2. enable the service

3. check current status

4. restart the service

5. check the process status

Verify PHP is enabled by going to http://localhost/phpinfo.php where localhost is the hostname of your system.

MediaWiki[edit]

Solaris 10 Versions

There is no Solaris package for MediaWiki. Just download the PHP scripts from Download and follow the installation instructions at http://meta.wikimedia.org/wiki/Help:Installation Untar the files to /var/apache/htdocs/wiki (or /var/apache2/htdocs/wiki when using Apache2) such that you have file /var/apache/htdocs/wiki/index.php (you will need to move the files up a directory level). Then fix permissions as follows:

Apache/PHP4 Version:

Apache2/PHP5 Version:

Start the web browser and install and configure from there: http://localhost/wiki/config/ I kept the defaults for the database and sysop and set the password. The sysop and database password may be the same, but don't use root's password (as it's saved in cleartext in LocalSettings.php). After filling out the form click INSTALL. If you are successfully connected to the database, then copy and save the local settings:

Apache/PHP4:

Apache2/PHP5:

I made these customizations to LocalSettings.php:

Now test by going to the main wiki page: http://localhost/wiki/ (where localhost is your system's hostname)

After customizing, it's a good idea to backup your LocalSettings.php file and dump the database to a safe location:

Apache/PHP4:

Apache2/PHP5:

Security considerations[edit]

Security Considerations

Solaris 10 Companion Cd Download Software

As Apache and MediaWiki is web-facing software, you should consider security, especially if it's on the public Internet. Keeping the software up-to-date is an important part of security. The following tips should help secure your site:

  • Remove or rename phpinfo.php, as it leaks valuable information about your web server.
  • Update your Apache and MySQL software with security patches, if any, from SunSolve. Solaris 10 uses Apache 1.3.3, MySQL 4.0.15, and PHP 4.3.2. For example, MySQL for Solaris 10 has a patch with several security fixes (patch 120292 SPARC or 120293 x86).
  • You may want to download and compile the latest PHP software from php.net. The command line used to configure PHP is given by the phpinfo.php script. For Solaris 10 it is:
  • Monitor MediaWiki for security updates.

See also[edit]

For more customizations and information see

External links[edit]

DownloadDownload solaris 11 isoSolaris 10 companion cd download free music
  • This original article, by Dan Anderson
  • BigAdmin lots of tips on Sun Solaris
Retrieved from 'https://www.mediawiki.org/w/index.php?title=Manual:Running_MediaWiki_on_Solaris_10&oldid=4039866'




Coments are closed