[ Back to main index ] | [ Show all FAQs on a single page ]

Pike and Roxen / ChiliMoon

Roxen and ChiliMoon are written in Pike

Where can I get a recent Pike?

Posted at 2004-11-16 by Sascha Nemecek, Last updated at 2004-12-05 by Sascha Nemecek

The official download place is pike.ida.liu.se/download/

A well maintained mirror is:

Be aware that daily builds are usally not as stable as official releases and not recommend for production environment.

Fresh Pike source snapshots are provided by Xenofarm at IDA:

You can get the latest cvs version from roxens' cvs:

cvs -z3 -d :pserver:anon@cvs.roxen.com:/cvs logincvs -z3 -d :pserver:anon@cvs.roxen.com:/cvs co Pike/7.7 

Applies to: Roxen , ChiliMoon

How can I use my own Pike version instead of the one installed with Roxen?

Posted at 2004-11-16 by Sascha Nemecek, Last updated at 2004-12-05 by Sascha Nemecek

It is not necessary to place the whole Pike installation in your Roxen's server location. Simply symlink roxen/server/bin/roxen to your Pike binary, e.g.:

ln -s /usr/local/pike/7.6.15/bin/pike /usr/local/roxen/server-4.0.158/bin/roxen 

Be aware that Roxen's different versions are usually restricted to certain Pike versions.

You can also select a pike to use by setting the environment variable *PIKE*:

$ PIKE=/usr/local/bin/pike 
$ export PIKE 
$ ./start 

If you have multiple server versions inside a single roxen directory, you can also place a pike symlink in <roxenhome>/local/bin instead of <roxenhome>/<serverversion>/bin

Applies to: Roxen ,

Which versions of Roxen/ChiliMoon and Pike fit together?

Posted at 2004-11-21 by Michael Stenitzer

Chilimoon 2004

  • get the latest Pike 7.7 available from CVS

Roxen 2.0

  • Pike 0.7

Roxen 2.1

  • Pike 7.0

Roxen 2.2

  • Pike 7.2

Roxen 3.3

  • Pike 7.2

Roxen 3.4 [see Note 1]

  • Pike 7.2 (should also run with Pike 7.4 but not officially supported)

Roxen 4.0

  • Pike 7.4
  • Pike 7.6 (release later than 7.6.6) [see Note 2]
  • Pike 7.6 from CVS later than 2004-08-16 [see Note 2]

[Note 1] there has been no official release of WebServer 3.4, it was only available as Roxen CMS Personal Edition or as WebServer from CVS

[Note 2] supported only in Pike 7.4 compatibility mode

Applies to: Roxen , ChiliMoon

Compiling Pike from source failed?

Posted at 2004-11-21 by Michael Stenitzer, Last updated at 2004-12-05 by Sascha Nemecek

When building pike straight from CVS : A common reason is, that you must have a (old) pike binary in the path when you build pike since some of the source files are generated by pike programs.

Compiling from a source dist (such as provided by Xenofarm) is supported without having a prior installed pike.

Applies to: Roxen , ChiliMoon

Where can I find more Pike information on the Internet?

Posted at 2005-08-07 by Bill Welliver

The GotPike.org website has an assortment of Pike related content, including a Pike mailing list search engine, and the Pike Module Repository.

www.gotpike.org

Applies to: Roxen , ChiliMoon

[ Back to main index ] | [ Show all FAQs on a single page ]