File: README.Solaris

package info (click to toggle)
libapache-mod-musicindex 1.4.1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,556 kB
  • sloc: sh: 11,689; ansic: 4,317; makefile: 102; sed: 16
file content (17 lines) | stat: -rw-r--r-- 729 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$Id: README.Solaris 168 2003-10-18 16:22:23Z varenet $

Getting the module to build and work on Solaris wasn't actually that trivial
considering the mess of Solaris' toolchain.

To achieve a working build you need to have gcc and ginstall installed (they
come with the GNU Tools install kit), as well as the required libraries (see
the README file).

For instance I installed the libraries under /opt/sfw and added /opt/sfw/lib
to the LD_LIBRARY_PATH env variable.

Finally, please note (as you'll be also warned during the build) that there is
currently no flat file cache support for Solaris.
If you want to fix that, patches are welcomed ;-)

I have successfully tested the module with Solaris 9 on an Ultra5 station (sun4u).