]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/extras/Makefile.install
Fix typo in comment in Open-ILS/src/extras/Makefile.install.
[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-Net-IP \
193         perl-Net-SSH2 \
194         perl-OLE-Storage_Lite \
195         perl-Spreadsheet-WriteExcel \
196         perl-Text-Aspell \
197         perl-Text-CSV \
198         perl-Text-CSV_XS \
199         perl-XML-Writer \
200         postgresql-devel \
201         readline-devel \
202         tcp_wrappers-devel \
203         wget \
204         yaz
205
206 # Note: B:O:AuthorizeNet 3.21 fails with https://rt.cpan.org/Public/Bug/Display.html?id=55172
207 # Should be fixed in 3.22
208 # MARC::Record 2.0.1 is required but only 2.0.0 is packaged
209 FEDORA_CPAN = \
210         Business::OnlinePayment \
211         Business::OnlinePayment::AuthorizeNet \
212         MARC::Record \
213         UUID::Tiny
214
215 PGSQL_90_RPMS = \
216         postgresql90 \
217         postgresql90-contrib \
218         postgresql90-devel \
219         postgresql90-libs \
220         postgresql90-plperl \
221         postgresql90-server
222
223 PGSQL_FEDORA_RPMS = \
224         postgresql \
225         postgresql-contrib \
226         postgresql-libs \
227         postgresql-plperl \
228         postgresql-server
229
230 PGSQL_CLIENT_DEBS_90 = \
231         libpq5 \
232         libpq-dev \
233         postgresql-client-9.0
234
235 PGSQL_CLIENT_DEBS_91 = \
236         libpq5 \
237         libpq-dev \
238         postgresql-client-9.1
239
240 PGSQL_SERVER_DEBS_90 = \
241         postgresql-9.0 \
242         postgresql-contrib-9.0 \
243         postgresql-plperl-9.0 \
244         postgresql-server-dev-9.0
245
246 PGSQL_SERVER_DEBS_91 = \
247         postgresql-9.1 \
248         postgresql-contrib-9.1 \
249         postgresql-plperl-9.1 \
250         postgresql-server-dev-9.1
251
252 DEB_APACHE_MODS = \
253     expires\
254     include\
255     proxy\
256     proxy_http\
257     rewrite
258
259 DEB_APACHE_DISMODS = \
260     deflate
261
262 # Chronically unpackaged CPAN modules
263 CPAN_MODULES = \
264         Business::EDI \
265         Library::CallNumber::LC \
266         Net::Z3950::Simple2ZOOM \
267         Template::Plugin::POSIX \
268         SRU
269
270 # More chronically unpackaged CPAN modules (available in Squeeze though)
271 CPAN_MODULES_MORE = \
272     Business::CreditCard::Object \
273     MARC::Record \
274     Net::SSH2 \
275     UUID::Tiny
276
277 # Are we sure most distros don't come with an acceptable version of Safe.pm?
278 CPAN_MODULES_SAFE = \
279         Safe
280
281 # Recent Debian/Ubuntus have libmarc-charset-perl, libmarc-xml-perl, libnet-z3950-zoom-perl
282 CPAN_MODULES_MARC = \
283         Business::ISBN \
284         Business::ISBN::Data \
285         MARC::Charset \
286         MARC::File::XML \
287         Net::Z3950::ZOOM
288
289 CPAN_MODULES_MARC_RECORD = \
290         MARC::Record
291
292 CPAN_MODULES_FORCE = \
293         Class::DBI::Frozen::301
294
295 # Lucid Lynx needs the following additional CPAN modules.
296 CPAN_MODULES_LUCID = \
297     RPC::XML::Function
298
299 # Precise Pangolin needs the following CPAN modules. All others are
300 # avaialalbe as debs.
301 CPAN_MODULES_PRECISE = \
302     Business::CreditCard::Object \
303     Template::Plugin::POSIX \
304     RPC::XML::Function
305
306 # ----------------------------------------------------------------------------
307
308 all: 
309         @echo "please specify an OS" && exit 0
310
311 # these should be the same for any distro
312 install: install_cpan install_js_sm install_cpan_force
313
314 centos: install_centos_pgsql centos_like
315 rhel: install_redhat_pgsql centos_like
316 centos_like: install_centos_rpms install_yaz install_cpan_marc install install_centos_perl create_ld_local install_cpan_safe install_libdbi
317
318 fedora16: install_fedora_rpms install_cpan_fedora install_cpan_marc install
319
320 debian-squeeze: squeeze generic_debian
321 squeeze: install_pgsql_client_debs_90  install_extra_debs_squeeze
322 generic_debian: install_debs install_yaz test_for_libdbi_pkg install debian_sys_config install_libdbi
323
324 # Needs for Ubuntu Lucid Lynx (10.04 LTS):
325 ubuntu-lucid: lucid generic_ubuntu
326 lucid: install_pgsql_client_debs_90 install_extra_debs \
327        install_cpan_marc_record install_yaz install_cpan_more \
328        install_cpan_safe install_cpan_lucid install test_for_libdbi_pkg \
329        install_libdbi
330
331 # Needs for Ubuntu Precise Pangolin (12.04 LTS):
332 ubuntu-precise: precise generic_ubuntu
333 precise: install_pgsql_client_debs_91 install_extra_debs_precise \
334          install_cpan_precise install_js_sm install_cpan_force
335
336 # We don't do the "install" target on generic_ubuntu because newer
337 # Ubuntu releases, like newer Debian releases, include packages for
338 # many of those prerequisites.
339 generic_ubuntu: install_debs debian_sys_config
340
341 # - COMMON TARGETS ---------------------------------------------------------
342
343 # Install the CPAN modules
344 install_cpan: install_net_z3950_simpleserver
345         for m in $(CPAN_MODULES); do perl -MCPAN -e "install \"$$m\";"; done
346
347 install_cpan_more: 
348         for m in $(CPAN_MODULES_MORE); do perl -MCPAN -e "install \"$$m\";"; done
349
350 # Install the CPAN modules for MARC functionality
351 install_cpan_marc: install_cpan_marc_record
352         for m in $(CPAN_MODULES_MARC); do perl -MCPAN -e "install \"$$m\";"; done
353
354 install_cpan_marc_record:
355         for m in $(CPAN_MODULES_MARC_RECORD); do perl -MCPAN -e "install \"$$m\";"; done
356
357 install_cpan_force:
358         for m in $(CPAN_MODULES_FORCE); do \
359                 echo "force install $$m" | perl -MCPAN -e shell ;\
360         done
361
362 # Install the Safe Perl module
363 # Is this really unpackaged everywhere except for Fedora?
364 install_cpan_safe: 
365         for m in $(CPAN_MODULES_SAFE); do perl -MCPAN -e "install \"$$m\";"; done
366
367 # Install the CPAN modules for Fedora
368 install_cpan_fedora: 
369         for m in $(FEDORA_CPAN); do \
370                 echo "force install $$m" | perl -MCPAN -e shell;\
371         done
372
373 # Install the CPAN modules needed for Lucid
374 install_cpan_lucid:
375         for m in $(CPAN_MODULES_LUCID); do perl -MCPAN -e "install \"$$m\";"; done
376
377 # Install the CPAN modules needed for Precise
378 install_cpan_precise:
379         for m in $(CPAN_MODULES_PRECISE); do perl -MCPAN -e "install \"$$m\";"; done
380
381 # Install a known working version of YAZ
382 install_yaz:    
383         if [ ! -d $(YAZ) ]; then wget $(YAZ_HOST)/$(YAZ).tar.gz; fi;
384         tar xzf $(YAZ).tar.gz
385         cd $(YAZ) && ./configure && make && make install && ldconfig
386
387 # Install the custom spidermonkey libs and JavaScript-SpiderMonkey Perl modules
388 install_js_sm: install_libjs install_spidermonkey
389
390 install_libjs: 
391         if [ ! -f $(LIBJS).tar.gz ]; then wget $(LIBJS_URL); fi;
392         tar -zxf $(LIBJS).tar.gz
393         cd js/src/ && JS_DIST=/usr make -f Makefile.ref
394         mkdir -p $(JS_INSTALL_PREFIX)/include/js/
395         cp js/src/*.h $(JS_INSTALL_PREFIX)/include/js/
396         cp js/src/*.tbl $(JS_INSTALL_PREFIX)/include/js/
397         if [ ! -z $(FEDORA_64) ]; then \
398                 cp js/src/Linux_All_DBG.OBJ/*.so $(JS_INSTALL_PREFIX)/lib64/ && \
399                 cp js/src/Linux_All_DBG.OBJ/*.a $(JS_INSTALL_PREFIX)/lib64/; \
400         else \
401                 cp js/src/Linux_All_DBG.OBJ/*.so $(JS_INSTALL_PREFIX)/lib/ && \
402                 cp js/src/Linux_All_DBG.OBJ/*.a $(JS_INSTALL_PREFIX)/lib/; \
403         fi;
404         ldconfig
405
406 install_spidermonkey:
407         if [ ! -f $(LIBJS_PERL).tar.gz ]; then wget $(LIBJS_PERL_URL); fi;
408         tar -zxf $(LIBJS_PERL).tar.gz
409         if [ ! -z $(FEDORA_64) ]; then \
410                 sed -i -e 's/"\/usr\/lib"/"\/usr\/lib64"/' $(LIBJS_PERL)/Makefile.PL ; \
411         fi;
412         if [ ! -z $(FEDORA) ]; then \
413                 sed -i -e 's/js32.dll/libjs.so/' $(LIBJS_PERL)/Makefile.PL ; \
414         fi;
415         cd $(LIBJS_PERL) && perl Makefile.PL -E4X && make && make test && make install
416
417 install_net_z3950_simpleserver:
418         if [ ! -f $(LIBNET_Z3950_SIMPLESERVER).tar.gz ]; then wget $(LIBNET_Z3950_SIMPLESERVER_URL).tar.gz; fi;
419         tar -zxf $(LIBNET_Z3950_SIMPLESERVER).tar.gz
420         cd $(LIBNET_Z3950_SIMPLESERVER) && perl Makefile.PL && make && make test && make install
421
422 # On Ubuntu and possibly Debian, the libdbi0 package prevents the 
423 # compiled-from-source version from being used and breaks the install.
424 # This package might get installed depending on the install-time choices
425 # for the distro. Test for its existence; if it's there, throw an error
426 # message and exit.
427 test_for_libdbi_pkg:
428                 @if [ "$$(apt-cache policy libdbi0 | grep Installed | grep none | wc -l)" -eq 0 ]; then \
429                                 echo "*** Detected locally installed libdbi0 package; you must remove this"; \
430                                 echo "*** with a command like 'aptitude remove libdbi0' before proceeding"; \
431                                 echo "*** to successfully install Evergreen."; \
432                                 echo; \
433                                 echo "*** Note: this may break other applications on your system."; \
434                                 exit 0; \
435                 fi;
436
437 # Install libdbi and the postgres drivers
438 install_libdbi:
439         if [ ! -d $(LIBDBI) ]; then wget $(LIBDBI_HOST)/$(LIBDBI).tar.gz; fi;
440         if [ ! -d $(LIBDBI_DRIVERS) ]; then wget $(LIBDBI_HOST)/$(LIBDBI_DRIVERS).tar.gz; fi;
441         tar -zxf $(LIBDBI).tar.gz
442         tar -zxf $(LIBDBI_DRIVERS).tar.gz
443         cd $(LIBDBI) && ./configure --disable-docs && make all install
444         cd $(LIBDBI_DRIVERS) && ./configure  \
445                 --disable-docs --with-pgsql --enable-libdbi && make all install  
446
447 clean:
448         make -C $(LIBDBI) clean
449         make -C $(LIBDBI_DRIVERS) clean
450         make -C $(LIBJS_PERL) clean
451         make -f Makefile.ref -C js/src/ clean
452
453
454 # ------------------------------------------------------------------
455 # - DEBIAN ---------------------------------------------------------
456
457 debian_sys_config: 
458         # link the apache modules in
459         for m in $(DEB_APACHE_MODS); do a2enmod $$m; done;
460         # keep the bad apache modules away
461         for m in $(DEB_APACHE_DISMODS); do a2dismod $$m; done;
462         # refresh the dynamic library cache
463         ldconfig
464
465 # Install the debian-specific dependencies
466 install_debs:
467         $(APT_TOOL) install $(DEBS)
468
469 install_pgsql_client_debs_90:
470         @if [ `$(APT_TOOL) versions libpq-dev | grep ^i|sed 's/^i[ \t]*//'|cut -d. -f1` -eq 8 ]; \
471                 then \
472                 echo -e "libpq5 / libpq-dev are installed as part of OpenSRF (a dependency" \
473                 "of apache2-prefork-dev), but these are the 8.4 versions and they" \
474                 "conflict with the 9.0 versions - so remove them, install the pinned" \
475                 "backports of 9.0, then reinstall the apache2-prefork-dev package.\n\n" \
476                 "**WARNING**: Saying 'Yes' to this step will _remove_ any PostgreSQL" \
477                 "databases that might currently exist on this machine." && \
478                 $(APT_SAFE_TOOL) remove libpq5 libpq-dev ; \
479         fi
480         $(APT_BACKPORT_TOOL) install $(PGSQL_CLIENT_DEBS_90)
481         $(APT_TOOL) install apache2-prefork-dev
482
483 install_pgsql_server_debs_90:
484         $(APT_BACKPORT_TOOL) install $(PGSQL_SERVER_DEBS_90)
485
486 install_pgsql_client_debs_91:
487         $(APT_TOOL) install $(PGSQL_CLIENT_DEBS_91)
488
489 install_pgsql_server_debs_91:
490         $(APT_BACKPORT_TOOL) install $(PGSQL_SERVER_DEBS_91)
491
492 # Install the debian-specific dependencies for more modern distros
493 install_extra_debs_squeeze: install_extra_debs
494         $(APT_TOOL) install $(EXTRA_DEBS_SQUEEZE)
495
496 # Install dependencies for Ubuntu 12.04:
497 install_extra_debs_precise: install_extra_debs
498         $(APT_TOOL) install $(EXTRA_DEBS_PRECISE)
499
500 install_extra_debs:
501         $(APT_TOOL) install $(EXTRA_DEBS)
502
503 # Install specific modules required by Ubuntu Hardy - see bug 525069
504 install_extra_encode:
505         $(APT_TOOL) install $(EXTRA_ENCODE)
506
507 # ------------------------------------------------------------------
508
509 # FEDORA
510 install_fedora_rpms:
511         yum -y update
512         yum -y install $(FEDORA_RPMS)
513
514 install_fedora_pgsql_server:
515         yum -y install $(PGSQL_FEDORA_RPMS)
516
517 # CENTOS
518 install_centos_rpms:
519         yum -y install $(CENTOS)
520         yum -y update
521         if [ $(LBITS) -eq 64 ]; then \
522                 ln -sf /usr/lib64/libpq.* /usr/lib/ && \
523                 ln -sf /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/libperl.so /usr/lib/ && \
524                 ldconfig ; \
525         fi;
526         if [ $(LBITS) -eq 32 ]; then \
527                 ln -sf /usr/lib/perl5/5.8.8/i386-linux-thread-multi/CORE/libperl.so /usr/lib && \
528                 ldconfig ; \
529         fi;
530
531 install_centos_pgsql:
532         if [ $(LBITS) -eq 64 ]; then yum remove -y postgresql-libs-8.1*i386 apr-util-devel-*i386 ; fi;
533         wget $(PGSQL_HOST)/$(PGSQL_CENTOS)
534         rpm -Uvh --force ./$(PGSQL_CENTOS)
535         yum update -y
536         yum -y install $(PGSQL_90_RPMS)
537
538 install_redhat_pgsql:
539         if [ $(LBITS) -eq 64 ]; then yum remove -y postgresql-libs-8.1*i386 apr-util-devel-*i386 ; fi;
540         wget $(PGSQL_HOST)/$(PGSQL_REDHAT)
541         rpm -Uvh --force ./$(PGSQL_REDHAT)
542         yum update -y
543         yum -y install $(PGSQL_90_RPMS)
544
545 install_centos_perl:
546         for m in $(CENTOS_PERL); do perl -MCPAN -e "install \"$$m\";"; done
547         echo "force install Business::OnlinePayment::AuthorizeNet" | perl -MCPAN -e shell
548         echo "force install Scalar::Util" | perl -MCPAN -e shell        
549
550 # We need to add /usr/local/lib to the ldconfig list of directories on CentOS,
551 # if it is not already there
552 create_ld_local:
553         if [ "$$(ldconfig -v 2> /dev/null | grep '^/usr/local/lib' | wc -l)" -eq 0 ]; then \
554                 echo '/usr/local/lib' >> /etc/ld.so.conf.d/local.conf; \
555                 ldconfig; \
556         fi;
557
558 # vim:noet:sw=4:ts=4: