]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/extras/Makefile.install
python-dev is required to build OpenSRF python packages
[Evergreen.git] / Open-ILS / src / extras / Makefile.install
1 # ---------------------------------------------------------------------
2 # Author: Bill Erickson <erickson@esilibrary.com>
3 #
4 # Makefile to install prerequisites for OpenSRF and Evergreen
5 #
6 # Currently supports Debian (etch), Ubuntu (gutsy) and Gentoo.  Installs Perl prereqs, 
7 # libjs with Perl wrapper, libdbi, libdbi-drivers, and libyaz
8 #
9 # usage:
10 #       make -f Makefile.install debian
11 #       - or -
12 #       make -f Makefile.install ubuntu
13 #       - or -
14 #       make -f Makefile.install gentoo
15 #
16 # Notes:
17 #
18 #       This makefile has been tested much more with Debian than Gentoo.
19 #
20 #       Gentoo (especially amd64) requires a good bit of masked package
21 #       mangling for some packages.  These are not documented here because
22 #       they will continue to evolve
23 #
24 # ---------------------------------------------------------------------
25  
26 # XXX
27 # Gentoo needs explicit versions on many of these packages
28 # to simulate a "blessed" set of packages
29 # Also, I (think) Gentoo has a javascript::spidermonkey package that does
30 # not require fetching the sources externally ... needs testing/updating in here
31
32  
33 LIBJS=js-1.7.0
34 LIBJS_PERL=JavaScript-SpiderMonkey-0.19
35 LIBJS_URL=ftp://ftp.mozilla.org/pub/mozilla.org/js/$(LIBJS).tar.gz
36 LIBJS_PERL_URL=ftp://mirror.datapipe.net/pub/CPAN/authors/id/T/TB/TBUSCH/$(LIBJS_PERL).tar.gz
37 # used for installing libjs lib and header files
38 JS_INSTALL_PREFIX=/usr/
39
40
41 # The libdbi sources can be fetched from sourceforge.net.  They are stored on
42 # the open-ils.org site now for ease of direct linking
43 LIBDBI=libdbi-0.8.3
44 LIBDBI_DRIVERS=libdbi-drivers-0.8.3
45 LIBDBI_HOST=http://open-ils.org/~denials/evergreen
46
47 YAZ=yaz-2.1.56
48 YAZ_HOST=http://ftp.indexdata.dk/pub/yaz
49
50 # Debian dependencies
51 DEBS =  \
52         build-essential\
53         syslog-ng\
54         psmisc\
55         ntpdate\
56         less\
57     memcached\
58     libxml2-dev\
59     libmodule-build-perl\
60     libexpat1-dev\
61     libmemcache-dev\
62     libperl-dev\
63     libcache-memcached-perl\
64         libtext-csv-perl\
65     libxml-libxml-perl\
66     libxslt1-dev\
67     libxml-libxslt-perl\
68     libwww-perl\
69     liberror-perl\
70     libclass-dbi-pg-perl\
71     libclass-dbi-abstractsearch-perl\
72     libtemplate-perl\
73     libtext-aspell-perl\
74     libdatetime-timezone-perl\
75     libdatetime-perl\
76     libunix-syslog-perl\
77     libgd-graph3d-perl\
78     libuniversal-require-perl\
79     libclass-dbi-sqlite-perl\
80     liblog-log4perl-perl\
81     libnet-jabber-perl\
82     libtest-pod-perl\
83     libfile-find-rule-perl\
84     libdatetime-format-builder-perl\
85     libmarc-record-perl\
86     librpc-xml-perl\
87     aspell\
88     aspell-en\
89     libxml-simple-perl\
90     libpq-dev\
91     libemail-send-perl\
92     ejabberd\
93     libtool\
94     apache2-mpm-prefork\
95     apache2-prefork-dev\
96     libapache2-mod-perl2\
97     libreadline5-dev\
98         libtext-csv-perl\
99         libspreadsheet-writeexcel-perl\
100         libtie-ixhash-perl\
101         python-dev\
102         python-setuptools\
103         libfreezethaw-perl
104
105 PGSQL_DEBIAN = \
106         postgresql-8.1\
107         postgresql-client-8.1\
108         postgresql-contrib-8.1\
109         postgresql-plperl-8.1\
110         postgresql-server-dev-8.1
111
112 PGSQL_UBUNTU = \
113         postgresql-8.2\
114         postgresql-client-8.2\
115         postgresql-contrib-8.2\
116         postgresql-plperl-8.2\
117         postgresql-server-dev-8.2
118
119 GENTOOS = \
120     vim\
121     ntp\
122     memcached\
123     libmemcache\
124     net-misc/telnet-bsd\
125     app-portage/gentoolkit\
126     gsasl\
127     ejabberd\
128     mod_perl\
129     yaz\
130     aspell-en\
131     net-fs/nfs-utils\
132     dev-libs/apr\
133     dev-db/libpq\
134     dev-db/postgresql\
135     dev-perl/Email-Send\
136     dev-perl/Cache-Memcached\
137     dev-perl/DateTime\
138     dev-perl/DateTime-TimeZone\
139     dev-perl/DBI\
140     dev-perl/DBD-Pg\
141     dev-perl/GD-Graph3d\
142     dev-perl/Log-Log4perl\
143     dev-perl/Text-Aspell\
144     dev-perl/Unix-Syslog\
145     dev-perl/XML-LibXML\
146     dev-perl/XML-LibXSLT\
147     dev-perl/XML-Simple\
148     dev-perl/Net-Jabber\
149     dev-perl/libwww-perl\
150     dev-perl/Template-Toolkit\
151     dev-perl/Error\
152     dev-perl/Text-CSV_XS\
153     dev-perl/Spreadsheet-WriteExcel\
154     dev-perl/Tie-IxHash\
155         dev-perl/FreezeThaw
156
157 GENTOO_RC = \
158     ejabberd\
159     memcached\
160     portmap
161
162 GENTOO_PERL = \
163     UNIVERSAL::require\
164     Class::DBI::AbstractSearch\
165     MARC::Record \
166     Net::Z3950::ZOOM \
167     Text::CSV
168
169 DEB_APACHE_MODS = \
170     expires\
171     include\
172     proxy\
173     proxy_http\
174     rewrite\
175     ssl
176  
177
178 # generic CPAN modules
179 CPAN_MODULES = \
180     DateTime::Format::ISO8601 \
181     TMTM/Class-DBI-0.96.tar.gz \
182     RHANDOM/Net-Server-0.90.tar.gz \
183     MARC::Charset MARC::File::XML\
184     JSON::XS\
185     SRU \
186     Net::Z3950::ZOOM
187
188
189 # ----------------------------------------------------------------------------
190
191 all: 
192         @echo "please specify an OS" && exit 0
193
194
195 # these should be the same for any distro
196 install: install_yaz install_cpan install_js_sm install_libdbi 
197
198 debian: install_pgsql_debian install_debs install debian_sys_config
199
200 gentoo: install_gentoos install_gentoo_rc install_gentoo_perl install
201
202 ubuntu: install_pgsql_ubuntu install_debs install debian_sys_config
203
204
205 # - COMMON TARGETS ---------------------------------------------------------
206
207 # Install the CPAN modules
208 install_cpan: 
209         for m in $(CPAN_MODULES); do perl -MCPAN -e "install \"$$m\";"; done
210
211
212 install_yaz:    
213         if [ ! -d $(YAZ) ]; then wget $(YAZ_HOST)/$(YAZ).tar.gz; fi;
214         tar xzf $(YAZ).tar.gz
215         cd $(YAZ) && ./configure && make && make install
216
217 # Install the custom spidermonkey libs and JavaScript-SpiderMonkey Perl modules
218 install_js_sm: 
219         if [ ! -f $(LIBJS).tar.gz ]; then wget $(LIBJS_URL); fi;
220         if [ ! -f $(LIBJS_PERL).tar.gz ]; then wget $(LIBJS_PERL_URL); fi;
221         tar -zxf $(LIBJS).tar.gz
222         tar -zxf $(LIBJS_PERL).tar.gz
223         cd js/src/ && make -f Makefile.ref
224         mkdir -p $(JS_INSTALL_PREFIX)/include/js/
225         cp js/src/*.h $(JS_INSTALL_PREFIX)/include/js/
226         cp js/src/*.tbl $(JS_INSTALL_PREFIX)/include/js/
227         cp js/src/Linux_All_DBG.OBJ/*.so $(JS_INSTALL_PREFIX)/lib/
228         cp js/src/Linux_All_DBG.OBJ/*.a $(JS_INSTALL_PREFIX)/lib/
229         cd $(LIBJS_PERL) && perl Makefile.PL -E4X && make && make test && make install
230
231
232 # Install libdbi and the postgres drivers
233 install_libdbi:
234         if [ ! -d $(LIBDBI) ]; then wget $(LIBDBI_HOST)/$(LIBDBI).tar.gz; fi;
235         if [ ! -d $(LIBDBI_DRIVERS) ]; then wget $(LIBDBI_HOST)/$(LIBDBI_DRIVERS).tar.gz; fi;
236         tar -zxf $(LIBDBI).tar.gz
237         tar -zxf $(LIBDBI_DRIVERS).tar.gz
238         cd $(LIBDBI) && ./configure --disable-docs && make all install
239         cd $(LIBDBI_DRIVERS) && ./configure  \
240                 --disable-docs --with-pgsql --enable-libdbi && make all install  
241
242
243 clean:
244         make -C $(LIBDBI) clean
245         make -C $(LIBDBI_DRIVERS) clean
246         make -C $(LIBJS_PERL) clean
247         make -f Makefile.ref -C js/src/ clean
248
249
250 # ------------------------------------------------------------------
251 # - DEBIAN ---------------------------------------------------------
252
253 debian_sys_config: 
254         # link the apache modules in
255         for m in $(DEB_APACHE_MODS); do a2enmod $$m; done;
256         
257         # adds a placeholder module so apxs will be happy
258         if [ ! "$$(grep mod_placeholder /etc/apache2/httpd.conf)" ]; then \
259                 echo -e "#\n#LoadModule mod_placeholder /usr/lib/apache2/modules/mod_placeholder.so" \
260                         >> /etc/apache2/httpd.conf; \
261         fi;
262
263 # Install the debian-specific dependencies
264 install_debs:
265         apt-get install $(DEBS)
266
267 install_pgsql_debian:
268         apt-get install $(PGSQL_DEBIAN)
269
270 install_pgsql_ubuntu:
271         apt-get install $(PGSQL_UBUNTU)
272
273 # ------------------------------------------------------------------
274 # - GENTOO ---------------------------------------------------------
275
276 install_gentoos:
277         emerge -n $(GENTOOS)
278
279 install_gentoo_rc:
280         for m in $(GENTOO_RC); do rc-update add $$m default; done;
281
282 install_gentoo_perl:
283         for m in $(GENTOO_PERL); do perl -MCPAN -e "install \"$$m\";"; done
284
285 # ------------------------------------------------------------------
286     
287