]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/extras/Makefile.install
Use Postgres 9.1 on Debian Squeeze, as it is now available via backports
[Evergreen.git] / Open-ILS / src / extras / Makefile.install
1 # ---------------------------------------------------------------------
2 # Author: Bill Erickson <erickson@esilibrary.com>
3 # Author: Dan Scott <dscott@laurentian.ca>
4 #
5 # Makefile to install prerequisites for OpenSRF and Evergreen
6 #
7 # Currently supports Debian (squeeze), Ubuntu (lucid), and Fedora (16).
8 # Working towards support of CentOS 5 / RHEL 5.
9 # Installs Perl prereqs, libjs with Perl wrapper, libdbi, libdbi-drivers, and libyaz
10 #
11 # usage:
12 #       make -f Makefile.install debian-squeeze
13 #       - or -
14 #       make -f Makefile.install ubuntu-lucid
15 #       - or -
16 #       make -f Makefile.install fedora16
17 #       - or -
18 #       make -f Makefile.install centos
19 #       - or -
20 #       make -f Makefile.install rhel
21 #
22 # Notes:
23 #
24 #       This makefile has been tested much more with Debian, Ubuntu, and
25 #       Fedora than CentOS, or RHEL.
26 #
27 # ---------------------------------------------------------------------
28  
29 # Make any assumptions about the shell being used explicit
30 SHELL=/bin/bash 
31
32 LIBJS=js-1.7.0
33 LIBJS_PERL=JavaScript-SpiderMonkey-0.20
34 LIBJS_URL=http://ftp.mozilla.org/pub/mozilla.org/js/$(LIBJS).tar.gz
35 LIBJS_PERL_URL=http://mirror.datapipe.net/pub/CPAN/authors/id/T/TB/TBUSCH/$(LIBJS_PERL).tar.gz
36 # used for installing libjs lib and header files
37 JS_INSTALL_PREFIX=/usr/
38
39 LIBNET_Z3950_SIMPLESERVER=Net-Z3950-SimpleServer-1.15
40 LIBNET_Z3950_SIMPLESERVER_URL=http://ftp.indexdata.dk/pub/simpleserver/$(LIBNET_Z3950_SIMPLESERVER)
41
42 # The libdbi sources can be fetched from sourceforge.net.  They are stored on
43 # the open-ils.org site now for ease of direct linking
44 LIBDBI=libdbi-0.8.3
45 LIBDBI_DRIVERS=libdbi-drivers-0.8.3
46 LIBDBI_HOST=http://open-ils.org/~denials/evergreen
47
48 # We need a recent version of Yaz
49 # Debian Lenny and Ubuntu 8.10 come with 3.0.34
50 YAZ=yaz-4.2.17
51 YAZ_HOST=http://ftp.indexdata.dk/pub/yaz
52
53 # Business::OnlinePayment is not packaged on CentOS/RHEL
54 PAY_ONLINE=Business-OnlinePayment-3.00_08.tar.gz
55 PAY_ONLINE_HOST=http://ftp.perl.org/pub/CPAN/authors/id/I/IV/IVAN/
56
57 APT_TOOL=aptitude -yq
58 APT_SAFE_TOOL=aptitude -P
59 APT_BACKPORT_TOOL=aptitude -t squeeze-backports -yq
60
61 # 64 or 32 bit os?
62 LBITS=$(shell getconf LONG_BIT)
63
64 # Fedora?
65 FEDORA=$(shell uname -r | grep "\.fc[0-9][0-9]\.")
66
67 # Fedora 64-bit?
68 FEDORA_64=$(shell uname -r | grep "\.fc[0-9][0-9]\.x86_64")
69
70 #RHEL/Centos PGSQL 
71 PGSQL_HOST=http://yum.pgsqlrpms.org/reporpms/9.0
72 PGSQL_CENTOS=pgdg-centos-9.0-2.noarch.rpm
73 PGSQL_REDHAT=pgdg-redhat-9.0-2.noarch.rpm       
74
75 # Debian dependencies
76 DEBS =  \
77         apache2-prefork-dev\
78         aspell\
79         aspell-en\
80         libbusiness-creditcard-perl\
81         libbusiness-onlinepayment-authorizenet-perl\
82         libbusiness-onlinepayment-perl\
83         libdatetime-format-builder-perl\
84         libdatetime-format-iso8601-perl\
85         libdatetime-format-mail-perl\
86         libdatetime-perl\
87         libdatetime-timezone-perl\
88         libdatetime-set-perl\
89         libdbd-pg-perl\
90         libemail-send-perl\
91         libemail-simple-perl\
92         libgd-graph3d-perl\
93         liblog-log4perl-perl\
94         libmarc-record-perl\
95         libncurses5-dev\
96         libnet-server-perl\
97         libnet-ssh2-perl\
98         libnspr4-dev\
99         libole-storage-lite-perl\
100         libparent-perl \
101         libpq-dev\
102         libreadline5-dev\
103         libspreadsheet-writeexcel-perl\
104         libssh2-1-dev\
105         libtext-aspell-perl\
106         libtext-csv-perl\
107         libuniversal-require-perl\
108         libnet-ip-perl\
109         liblocale-maketext-lexicon-perl\
110         libunix-syslog-perl
111
112 # Debian Lenny and Ubuntu Intrepid bundle recent versions of yaz
113 EXTRA_DEBS = \
114         libbusiness-isbn-perl\
115         libbusiness-isbn-data-perl\
116         libmarc-charset-perl \
117         libmarc-xml-perl \
118         libnet-z3950-zoom-perl \
119         libyaz-dev \
120         yaz
121
122 EXTRA_DEBS_SQUEEZE = \
123     libuuid-tiny-perl
124
125 EXTRA_DEBS_PRECISE = \
126     libdbi-dev \
127     libdbd-pgsql \
128     libmarc-record-perl \
129     libbusiness-edi-perl \
130     liblibrary-callnumber-lc-perl \
131     libsru-perl \
132     libnet-z3950-simple2zoom-perl \
133     libuuid-tiny-perl
134
135 # Ubuntu Hardy requires libencode-perl # to get a version of Encode
136 # > 2.12 - see bug 525069.
137 EXTRA_ENCODE = \
138         libencode-perl
139
140 CENTOS = \
141         aspell \
142         aspell-devel \
143         aspell-en \
144         gd-devel \
145         libssh2-devel \
146         openssl-devel \
147         perl-parent \
148         perl-Business-CreditCard \
149         perl-Business-ISBN \
150         perl-Business-ISBN-Data \
151         perl-Business-OnlinePayment \
152         perl-Class-Data-Inheritable \
153         perl-DateTime-Format-Builder \
154         perl-DateTime-Format-Strptime \
155         perl-Ima-DBI \
156         perl-DBD-Pg \
157         perl-GD-Graph3d \
158         perl-IO-stringy \
159         perl-Spreadsheet-WriteExcel \
160         perl-Text-Aspell \
161         perl-Text-CSV
162
163 CENTOS_PERL = \
164         Encode \
165         DBIx::ContextualFetch \
166         Getopt::Long \
167         Net::SSH2 \
168         Net::XMPP \
169         Net::Z3950::ZOOM
170
171 FEDORA_RPMS = \
172         aspell \
173         aspell-en \
174         libdbi \
175         libdbi-dbd-pgsql \
176         libdbi-devel \
177         libssh2-devel \
178         libyaz \
179         libyaz-devel \
180         mod_ssl \
181         ncurses-devel \
182         ncurses-libs \
183         perl-parent \
184         perl-Business-CreditCard \
185         perl-Business-ISBN \
186         perl-Business-ISBN-Data \
187         perl-DBD-Pg \
188         perl-Email-Send \
189         perl-Email-Simple \
190         perl-GDGraph3d \
191         perl-JSON-XS \
192         perl-Locale-Codes \
193         perl-Net-IP \
194         perl-Net-SSH2 \
195         perl-OLE-Storage_Lite \
196         perl-Spreadsheet-WriteExcel \
197         perl-Text-Aspell \
198         perl-Text-CSV \
199         perl-Text-CSV_XS \
200         perl-XML-Writer \
201         postgresql-devel \
202         readline-devel \
203         tcp_wrappers-devel \
204         wget \
205         yaz
206
207 # Note: B:O:AuthorizeNet 3.21 fails with https://rt.cpan.org/Public/Bug/Display.html?id=55172
208 # Should be fixed in 3.22
209 # MARC::Record 2.0.1 is required but only 2.0.0 is packaged
210 FEDORA_CPAN = \
211         Business::OnlinePayment \
212         Business::OnlinePayment::AuthorizeNet \
213         MARC::Record \
214         UUID::Tiny
215
216 PGSQL_90_RPMS = \
217         postgresql90 \
218         postgresql90-contrib \
219         postgresql90-devel \
220         postgresql90-libs \
221         postgresql90-plperl \
222         postgresql90-server
223
224 PGSQL_FEDORA_RPMS = \
225         postgresql \
226         postgresql-contrib \
227         postgresql-libs \
228         postgresql-plperl \
229         postgresql-server
230
231 PGSQL_CLIENT_DEBS_90 = \
232         libpq5 \
233         libpq-dev \
234         postgresql-client-9.0
235
236 PGSQL_CLIENT_DEBS_91 = \
237         libpq5 \
238         libpq-dev \
239         postgresql-client-9.1
240
241 PGSQL_SERVER_DEBS_90 = \
242         postgresql-9.0 \
243         postgresql-contrib-9.0 \
244         postgresql-plperl-9.0 \
245         postgresql-server-dev-9.0
246
247 PGSQL_SERVER_DEBS_91 = \
248         postgresql-9.1 \
249         postgresql-contrib-9.1 \
250         postgresql-plperl-9.1 \
251         postgresql-server-dev-9.1
252
253 DEB_APACHE_MODS = \
254     expires\
255     include\
256     proxy\
257     proxy_http\
258     rewrite
259
260 DEB_APACHE_DISMODS = \
261     deflate
262
263 # Chronically unpackaged CPAN modules
264 CPAN_MODULES = \
265         Business::EDI \
266         Library::CallNumber::LC \
267         Net::Z3950::Simple2ZOOM \
268         Template::Plugin::POSIX \
269         SRU
270
271 # More chronically unpackaged CPAN modules (available in Squeeze though)
272 CPAN_MODULES_MORE = \
273     Business::CreditCard::Object \
274     MARC::Record \
275     Net::SSH2 \
276     UUID::Tiny
277
278 # Are we sure most distros don't come with an acceptable version of Safe.pm?
279 CPAN_MODULES_SAFE = \
280         Safe
281
282 # Recent Debian/Ubuntus have libmarc-charset-perl, libmarc-xml-perl, libnet-z3950-zoom-perl
283 CPAN_MODULES_MARC = \
284         Business::ISBN \
285         Business::ISBN::Data \
286         MARC::Charset \
287         MARC::File::XML \
288         Net::Z3950::ZOOM
289
290 CPAN_MODULES_MARC_RECORD = \
291         MARC::Record
292
293 CPAN_MODULES_FORCE = \
294         Class::DBI::Frozen::301
295
296 # Lucid Lynx needs the following additional CPAN modules.
297 CPAN_MODULES_LUCID = \
298     RPC::XML::Function
299
300 # Precise Pangolin needs the following CPAN modules. All others are
301 # avaialalbe as debs.
302 CPAN_MODULES_PRECISE = \
303     Business::CreditCard::Object \
304     Template::Plugin::POSIX \
305     RPC::XML::Function
306
307 # ----------------------------------------------------------------------------
308
309 all: 
310         @echo "please specify an OS" && exit 0
311
312 # these should be the same for any distro
313 install: install_cpan install_js_sm install_cpan_force
314
315 centos: install_centos_pgsql centos_like
316 rhel: install_redhat_pgsql centos_like
317 centos_like: install_centos_rpms install_yaz install_cpan_marc install install_centos_perl create_ld_local install_cpan_safe install_libdbi
318
319 fedora16: install_fedora_rpms install_cpan_fedora install_cpan_marc install
320
321 debian-squeeze: squeeze generic_debian
322 squeeze: install_pgsql_client_debs_91  install_extra_debs_squeeze
323 generic_debian: install_debs install_yaz test_for_libdbi_pkg install debian_sys_config install_libdbi
324
325 # Needs for Ubuntu Lucid Lynx (10.04 LTS):
326 ubuntu-lucid: lucid generic_ubuntu
327 lucid: install_pgsql_client_debs_90 install_extra_debs \
328        install_cpan_marc_record install_yaz install_cpan_more \
329        install_cpan_safe install_cpan_lucid install test_for_libdbi_pkg \
330        install_libdbi
331
332 # Needs for Ubuntu Precise Pangolin (12.04 LTS):
333 ubuntu-precise: precise generic_ubuntu
334 precise: install_pgsql_client_debs_91 install_extra_debs_precise \
335          install_cpan_precise install_js_sm install_cpan_force
336
337 # We don't do the "install" target on generic_ubuntu because newer
338 # Ubuntu releases, like newer Debian releases, include packages for
339 # many of those prerequisites.
340 generic_ubuntu: install_debs debian_sys_config
341
342 # - COMMON TARGETS ---------------------------------------------------------
343
344 # Install the CPAN modules
345 install_cpan: install_net_z3950_simpleserver
346         for m in $(CPAN_MODULES); do perl -MCPAN -e "install \"$$m\";"; done
347
348 install_cpan_more: 
349         for m in $(CPAN_MODULES_MORE); do perl -MCPAN -e "install \"$$m\";"; done
350
351 # Install the CPAN modules for MARC functionality
352 install_cpan_marc: install_cpan_marc_record
353         for m in $(CPAN_MODULES_MARC); do perl -MCPAN -e "install \"$$m\";"; done
354
355 install_cpan_marc_record:
356         for m in $(CPAN_MODULES_MARC_RECORD); do perl -MCPAN -e "install \"$$m\";"; done
357
358 install_cpan_force:
359         for m in $(CPAN_MODULES_FORCE); do \
360                 echo "force install $$m" | perl -MCPAN -e shell ;\
361         done
362
363 # Install the Safe Perl module
364 # Is this really unpackaged everywhere except for Fedora?
365 install_cpan_safe: 
366         for m in $(CPAN_MODULES_SAFE); do perl -MCPAN -e "install \"$$m\";"; done
367
368 # Install the CPAN modules for Fedora
369 install_cpan_fedora: 
370         for m in $(FEDORA_CPAN); do \
371                 echo "force install $$m" | perl -MCPAN -e shell;\
372         done
373
374 # Install the CPAN modules needed for Lucid
375 install_cpan_lucid:
376         for m in $(CPAN_MODULES_LUCID); do perl -MCPAN -e "install \"$$m\";"; done
377
378 # Install the CPAN modules needed for Precise
379 install_cpan_precise:
380         for m in $(CPAN_MODULES_PRECISE); do perl -MCPAN -e "install \"$$m\";"; done
381
382 # Install a known working version of YAZ
383 install_yaz:    
384         if [ ! -d $(YAZ) ]; then wget $(YAZ_HOST)/$(YAZ).tar.gz; fi;
385         tar xzf $(YAZ).tar.gz
386         cd $(YAZ) && ./configure && make && make install && ldconfig
387
388 # Install the custom spidermonkey libs and JavaScript-SpiderMonkey Perl modules
389 install_js_sm: install_libjs install_spidermonkey
390
391 install_libjs: 
392         if [ ! -f $(LIBJS).tar.gz ]; then wget $(LIBJS_URL); fi;
393         tar -zxf $(LIBJS).tar.gz
394         cd js/src/ && JS_DIST=/usr make -f Makefile.ref
395         mkdir -p $(JS_INSTALL_PREFIX)/include/js/
396         cp js/src/*.h $(JS_INSTALL_PREFIX)/include/js/
397         cp js/src/*.tbl $(JS_INSTALL_PREFIX)/include/js/
398         if [ ! -z $(FEDORA_64) ]; then \
399                 cp js/src/Linux_All_DBG.OBJ/*.so $(JS_INSTALL_PREFIX)/lib64/ && \
400                 cp js/src/Linux_All_DBG.OBJ/*.a $(JS_INSTALL_PREFIX)/lib64/; \
401         else \
402                 cp js/src/Linux_All_DBG.OBJ/*.so $(JS_INSTALL_PREFIX)/lib/ && \
403                 cp js/src/Linux_All_DBG.OBJ/*.a $(JS_INSTALL_PREFIX)/lib/; \
404         fi;
405         ldconfig
406
407 install_spidermonkey:
408         if [ ! -f $(LIBJS_PERL).tar.gz ]; then wget $(LIBJS_PERL_URL); fi;
409         tar -zxf $(LIBJS_PERL).tar.gz
410         if [ ! -z $(FEDORA_64) ]; then \
411                 sed -i -e 's/"\/usr\/lib"/"\/usr\/lib64"/' $(LIBJS_PERL)/Makefile.PL ; \
412         fi;
413         if [ ! -z $(FEDORA) ]; then \
414                 sed -i -e 's/js32.dll/libjs.so/' $(LIBJS_PERL)/Makefile.PL ; \
415         fi;
416         cd $(LIBJS_PERL) && perl Makefile.PL -E4X && make && make test && make install
417
418 install_net_z3950_simpleserver:
419         if [ ! -f $(LIBNET_Z3950_SIMPLESERVER).tar.gz ]; then wget $(LIBNET_Z3950_SIMPLESERVER_URL).tar.gz; fi;
420         tar -zxf $(LIBNET_Z3950_SIMPLESERVER).tar.gz
421         cd $(LIBNET_Z3950_SIMPLESERVER) && perl Makefile.PL && make && make test && make install
422
423 # On Ubuntu and possibly Debian, the libdbi0 package prevents the 
424 # compiled-from-source version from being used and breaks the install.
425 # This package might get installed depending on the install-time choices
426 # for the distro. Test for its existence; if it's there, throw an error
427 # message and exit.
428 test_for_libdbi_pkg:
429                 @if [ "$$(apt-cache policy libdbi0 | grep Installed | grep none | wc -l)" -eq 0 ]; then \
430                                 echo "*** Detected locally installed libdbi0 package; you must remove this"; \
431                                 echo "*** with a command like 'aptitude remove libdbi0' before proceeding"; \
432                                 echo "*** to successfully install Evergreen."; \
433                                 echo; \
434                                 echo "*** Note: this may break other applications on your system."; \
435                                 exit 0; \
436                 fi;
437
438 # Install libdbi and the postgres drivers
439 install_libdbi:
440         if [ ! -d $(LIBDBI) ]; then wget $(LIBDBI_HOST)/$(LIBDBI).tar.gz; fi;
441         if [ ! -d $(LIBDBI_DRIVERS) ]; then wget $(LIBDBI_HOST)/$(LIBDBI_DRIVERS).tar.gz; fi;
442         tar -zxf $(LIBDBI).tar.gz
443         tar -zxf $(LIBDBI_DRIVERS).tar.gz
444         cd $(LIBDBI) && ./configure --disable-docs && make all install
445         cd $(LIBDBI_DRIVERS) && ./configure  \
446                 --disable-docs --with-pgsql --enable-libdbi && make all install  
447
448 clean:
449         make -C $(LIBDBI) clean
450         make -C $(LIBDBI_DRIVERS) clean
451         make -C $(LIBJS_PERL) clean
452         make -f Makefile.ref -C js/src/ clean
453
454
455 # ------------------------------------------------------------------
456 # - DEBIAN ---------------------------------------------------------
457
458 debian_sys_config: 
459         # link the apache modules in
460         for m in $(DEB_APACHE_MODS); do a2enmod $$m; done;
461         # keep the bad apache modules away
462         for m in $(DEB_APACHE_DISMODS); do a2dismod $$m; done;
463         # refresh the dynamic library cache
464         ldconfig
465
466 # Install the debian-specific dependencies
467 install_debs:
468         $(APT_TOOL) install $(DEBS)
469
470 install_pgsql_client_debs_90:
471         @if [ `$(APT_TOOL) versions libpq-dev | grep ^i|sed 's/^i[ \t]*//'|cut -d. -f1` -eq 8 ]; \
472                 then \
473                 echo -e "libpq5 / libpq-dev are installed as part of OpenSRF (a dependency" \
474                 "of apache2-prefork-dev), but these are the 8.4 versions and they" \
475                 "conflict with the 9.0 versions - so remove them, install the pinned" \
476                 "backports of 9.0, then reinstall the apache2-prefork-dev package.\n\n" \
477                 "**WARNING**: Saying 'Yes' to this step will _remove_ any PostgreSQL" \
478                 "databases that might currently exist on this machine." && \
479                 $(APT_SAFE_TOOL) remove libpq5 libpq-dev ; \
480         fi
481         $(APT_BACKPORT_TOOL) install $(PGSQL_CLIENT_DEBS_90)
482         $(APT_TOOL) install apache2-prefork-dev
483
484 install_pgsql_server_debs_90:
485         $(APT_BACKPORT_TOOL) install $(PGSQL_SERVER_DEBS_90)
486
487 install_pgsql_client_debs_91:
488         $(APT_TOOL) install $(PGSQL_CLIENT_DEBS_91)
489
490 install_pgsql_server_debs_91:
491         $(APT_BACKPORT_TOOL) install $(PGSQL_SERVER_DEBS_91)
492
493 # Install the debian-specific dependencies for more modern distros
494 install_extra_debs_squeeze: install_extra_debs
495         $(APT_TOOL) install $(EXTRA_DEBS_SQUEEZE)
496
497 # Install dependencies for Ubuntu 12.04:
498 install_extra_debs_precise: install_extra_debs
499         $(APT_TOOL) install $(EXTRA_DEBS_PRECISE)
500
501 install_extra_debs:
502         $(APT_TOOL) install $(EXTRA_DEBS)
503
504 # Install specific modules required by Ubuntu Hardy - see bug 525069
505 install_extra_encode:
506         $(APT_TOOL) install $(EXTRA_ENCODE)
507
508 # ------------------------------------------------------------------
509
510 # FEDORA
511 install_fedora_rpms:
512         yum -y update
513         yum -y install $(FEDORA_RPMS)
514
515 install_fedora_pgsql_server:
516         yum -y install $(PGSQL_FEDORA_RPMS)
517
518 # CENTOS
519 install_centos_rpms:
520         yum -y install $(CENTOS)
521         yum -y update
522         if [ $(LBITS) -eq 64 ]; then \
523                 ln -sf /usr/lib64/libpq.* /usr/lib/ && \
524                 ln -sf /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/libperl.so /usr/lib/ && \
525                 ldconfig ; \
526         fi;
527         if [ $(LBITS) -eq 32 ]; then \
528                 ln -sf /usr/lib/perl5/5.8.8/i386-linux-thread-multi/CORE/libperl.so /usr/lib && \
529                 ldconfig ; \
530         fi;
531
532 install_centos_pgsql:
533         if [ $(LBITS) -eq 64 ]; then yum remove -y postgresql-libs-8.1*i386 apr-util-devel-*i386 ; fi;
534         wget $(PGSQL_HOST)/$(PGSQL_CENTOS)
535         rpm -Uvh --force ./$(PGSQL_CENTOS)
536         yum update -y
537         yum -y install $(PGSQL_90_RPMS)
538
539 install_redhat_pgsql:
540         if [ $(LBITS) -eq 64 ]; then yum remove -y postgresql-libs-8.1*i386 apr-util-devel-*i386 ; fi;
541         wget $(PGSQL_HOST)/$(PGSQL_REDHAT)
542         rpm -Uvh --force ./$(PGSQL_REDHAT)
543         yum update -y
544         yum -y install $(PGSQL_90_RPMS)
545
546 install_centos_perl:
547         for m in $(CENTOS_PERL); do perl -MCPAN -e "install \"$$m\";"; done
548         echo "force install Business::OnlinePayment::AuthorizeNet" | perl -MCPAN -e shell
549         echo "force install Scalar::Util" | perl -MCPAN -e shell        
550
551 # We need to add /usr/local/lib to the ldconfig list of directories on CentOS,
552 # if it is not already there
553 create_ld_local:
554         if [ "$$(ldconfig -v 2> /dev/null | grep '^/usr/local/lib' | wc -l)" -eq 0 ]; then \
555                 echo '/usr/local/lib' >> /etc/ld.so.conf.d/local.conf; \
556                 ldconfig; \
557         fi;
558
559 # vim:noet:sw=4:ts=4: