Index of /www001/src/DarwinSourceArchive/expanded/apache_mod_php/apache_mod_php-4.3/php/ext/ircg
Name Last modified Size Description
Parent Directory 11-Apr-2001 03:59 -
CREDITS 24-Jan-2001 20:59 1k
Makefile.in 24-Jan-2001 20:59 1k
config.m4 24-Jan-2001 20:59 1k
ircg.c 24-Jan-2001 20:59 14k
ircg.php 24-Jan-2001 20:59 1k
php_ircg.h 24-Jan-2001 20:59 3k
($Id: README.txt,v 1.1.1.1 2001/01/25 04:59:26 wsanchez Exp $)
BUILD INSTRUCTIONS
1. Install SGI's State Threads Library
http://oss.sgi.com/projects/state-threads/download/
(Just copy st.h to /usr/include and libst.* to /usr/lib)
2. Install the event-based IRC Gateway Library
http://schumann.cx/ircg/
3. Download and extract thttpd 2.20b or later
http://www.acme.com/software/thttpd/
4. Install PHP into thttpd
$ ./configure [..] \
--with-thttpd=../thttpd-2.xx \
--with-ircg=/prefix/of/ircg
$ make install
5. Patch thttpd to add State Thread support
$ cd thttpd-2.xx
$ patch -p1 < ../IRCG-x.x/patch_thttpd
6. Configure and install thttpd
RECOMMENDATIONS
You will also need some kind of IRC server. You can use a public server,
but that makes testing usually slow.
I prefer to use a local IRC server, like Undernet's ircu.
http://coder-com.undernet.org/
A highly customizable PHP framework can be found here:
http://schumann.cx/ircg/ircg-php-scripts.tar.gz
Start with index.php.