]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/extras/Makefile.install
Add Debian Squeeze prereq support, drop out-of-date items
[working/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 (lenny/squeeze), Ubuntu (hardy/lucid), and Fedora (13).
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-lenny
13 #       - or -
14 #       make -f Makefile.install debian-squeeze
15 #       - or -
16 #       make -f Makefile.install ubuntu-hardy
17 #       - or -
18 #       make -f Makefile.install ubuntu-lucid
19 #       - or -
20 #       make -f Makefile.install fedora-13
21 #       - or -
22 #       make -f Makefile.install centos
23 #       - or -
24 #       make -f Makefile.install rhel
25 #
26 # Notes:
27 #
28 #       This makefile has been tested much more with Debian and Ubuntu than
29 #       Fedora, CentOS, or RHEL.
30 #
31 # ---------------------------------------------------------------------
32  
33 # Make any assumptions about the shell being used explicit
34 SHELL=/bin/bash 
35
36 LIBJS=js-1.7.0
37 LIBJS_PERL=JavaScript-SpiderMonkey-0.20
38 LIBJS_URL=ftp://ftp.mozilla.org/pub/mozilla.org/js/$(LIBJS).tar.gz
39 LIBJS_PERL_URL=ftp://mirror.datapipe.net/pub/CPAN/authors/id/T/TB/TBUSCH/$(LIBJS_PERL).tar.gz
40 # used for installing libjs lib and header files
41 JS_INSTALL_PREFIX=/usr/
42
43 # The libdbi sources can be fetched from sourceforge.net.  They are stored on
44 # the open-ils.org site now for ease of direct linking
45 LIBDBI=libdbi-0.8.3
46 LIBDBI_DRIVERS=libdbi-drivers-0.8.3
47 LIBDBI_HOST=http://open-ils.org/~denials/evergreen
48
49 # We need a recent version of Yaz
50 # Debian Lenny and Ubuntu 8.10 come with 3.0.34
51 YAZ=yaz-3.0.47
52 YAZ_HOST=http://ftp.indexdata.dk/pub/yaz
53
54 # Business::OnlinePayment is not packaged on CentOS/RHEL
55 PAY_ONLINE=Business-OnlinePayment-3.00_08.tar.gz
56 PAY_ONLINE_HOST=http://ftp.perl.org/pub/CPAN/authors/id/I/IV/IVAN/
57
58 APT_TOOL=aptitude -yq
59
60 # 64 or 32 bit os?
61 LBITS=$(shell getconf LONG_BIT)
62
63 # Fedora 64-bit?
64 FEDORA_64=$(shell uname -r | grep "fc[0-9][0-9].x86_64")
65
66 #RHEL/Centos PGSQL 
67 PGSQL_HOST=http://yum.pgsqlrpms.org/reporpms/8.4
68 PGSQL_CENTOS=pgdg-centos-8.4-2.noarch.rpm
69 PGSQL_REDHAT=pgdg-redhat-8.4-2.noarch.rpm       
70
71 # Debian dependencies
72 DEBS =  \
73         apache2-prefork-dev\
74         aspell\
75         aspell-en\
76         libbusiness-creditcard-perl\
77         libbusiness-onlinepayment-authorizenet-perl\
78         libbusiness-onlinepayment-perl\
79         libdatetime-format-builder-perl\
80         libdatetime-format-iso8601-perl\
81         libdatetime-format-mail-perl\
82         libdatetime-perl\
83         libdatetime-timezone-perl\
84         libdatetime-set-perl\
85         libdbd-pg-perl\
86         libemail-send-perl\
87         libgd-graph3d-perl\
88         liblog-log4perl-perl\
89         libmarc-record-perl\
90         libncurses5-dev\
91         libnet-server-perl\
92         libnspr4-dev\
93         libole-storage-lite-perl\
94         libpq-dev\
95         libreadline5-dev\
96         libspreadsheet-writeexcel-perl\
97         libssh2-1-dev\
98         libtext-aspell-perl\
99         libtext-csv-perl\
100         libuniversal-require-perl\
101         libunix-syslog-perl
102
103 # Debian Lenny and Ubuntu Intrepid bundle recent versions of yaz
104 EXTRA_DEBS = \
105         libbusiness-isbn-perl\
106         libbusiness-isbn-data-perl\
107         libmarc-charset-perl \
108         libmarc-xml-perl \
109         libnet-z3950-zoom-perl \
110         libyaz-dev \
111         yaz
112
113 EXTRA_DEBS_SQUEEZE = \
114     libbusiness-credit-card-perl \
115     libuuid-tiny-perl
116
117 # Ubuntu Hardy requires libencode-perl # to get a version of Encode
118 # > 2.12 - see bug 525069.
119 EXTRA_ENCODE = \
120         libencode-perl
121
122 CENTOS = \
123         aspell \
124         aspell-devel \
125         aspell-en \
126         gd-devel \
127         libssh2-devel \
128         openssl-devel \
129         perl-Business-CreditCard \
130         perl-Business-ISBN \
131         perl-Business-ISBN-Data \
132         perl-Business-OnlinePayment \
133         perl-Class-Data-Inheritable \
134         perl-DateTime-Format-Builder \
135         perl-DateTime-Format-Strptime \
136         perl-Ima-DBI \
137         perl-DBD-Pg \
138         perl-GD-Graph3d \
139         perl-IO-stringy \
140         perl-Spreadsheet-WriteExcel \
141         perl-Text-Aspell \
142         perl-Text-CSV
143
144 CENTOS_PERL = \
145         Class::DBI::Frozen::301 \
146         Encode \
147         DBIx::ContextualFetch \
148         Getopt::Long \
149         Net::SSH2 \
150         Net::uFTP \
151         Net::XMPP \
152         Net::Z3950::ZOOM
153
154 FEDORA_13_RPMS = \
155         aspell \
156         aspell-en \
157         js-devel \
158         libdbi \
159         libdbi-dbd-pgsql \
160         libdbi-devel \
161         libssh2-devel \
162         libyaz \
163         libyaz-devel \
164         mod_ssl \
165         ncurses-devel \
166         ncurses-libs \
167         perl-Business-CreditCard \
168         perl-Business-ISBN \
169         perl-Business-ISBN-Data \
170         perl-Email-Send \
171         perl-GDGraph3d \
172         perl-MARC-Record \
173         perl-Net-SSH2 \
174         perl-OLE-Storage_Lite \
175         perl-Spreadsheet-WriteExcel \
176         perl-Text-Aspell \
177         perl-Text-CSV \
178         perl-Text-CSV_XS \
179         perl-XML-Writer \
180         postgresql-devel \
181         readline-devel \
182         tcp_wrappers-devel \
183         yaz
184
185 # Note: B:O:AuthorizeNet 3.21 fails with https://rt.cpan.org/Public/Bug/Display.html?id=55172
186 # Should be fixed in 3.22
187 FEDORA_13_CPAN = \
188         Business::OnlinePayment \
189         Business::OnlinePayment::AuthorizeNet \
190         Class::DBI::Frozen::301
191
192 PGSQL_84_RPMS = \
193         postgresql-8.4* \
194         postgresql-contrib-8.4* \
195         postgresql-devel-8.4* \
196         postgresql-plpe*-8.4* \
197         postgresql-server-8.4*
198
199 PGSQL_CLIENT_DEBS_82 = \
200         postgresql-client
201
202 PGSQL_CLIENT_DEBS_83 = \
203         postgresql-client
204
205 PGSQL_CLIENT_DEBS_84 = \
206         postgresql-client
207
208 PGSQL_SERVER_DEBS_84 = \
209         postgresql \
210         postgresql-contrib-8.4 \
211         postgresql-plperl-8.4 \
212         postgresql-server-dev-8.4
213
214 DEB_APACHE_MODS = \
215     expires\
216     include\
217     proxy\
218     proxy_http\
219     rewrite
220
221 DEB_APACHE_DISMODS = \
222     deflate
223
224 # Chronically unpackaged CPAN modules
225 CPAN_MODULES = \
226     Business::EDI \
227     Net::uFTP \
228     Net::Z3950::Simple2ZOOM \
229     SRU
230
231 # More chronically unpackaged CPAN modules (available in Squeeze though)
232 CPAN_MODULES_MORE = \
233     Business::CreditCard::Object \
234     UUID::Tiny
235
236 # Are we sure most distros don't come with an acceptable version of Safe.pm?
237 CPAN_MODULES_SAFE = \
238         Safe
239
240 # Recent Debian/Ubuntus have libmarc-charset-perl, libmarc-xml-perl, libnet-z3950-zoom-perl
241 CPAN_MODULES_MARC = \
242         Business::ISBN \
243         Business::ISBN::Data \
244     MARC::Charset \
245     MARC::File::XML \
246     Net::Z3950::ZOOM
247
248 # ----------------------------------------------------------------------------
249
250 all: 
251         @echo "please specify an OS" && exit 0
252
253 # these should be the same for any distro
254 install: install_cpan install_js_sm install_libdbi install_library_callnumber_lc
255
256 centos: install_centos_pgsql install_centos_rpms install_yaz install_cpan_marc install install_centos_perl create_ld_local install_cpan_safe
257 rhel: install_redhat_pgsql install_centos_rpms install_yaz install_cpan_marc install install_centos_perl create_ld_local install_cpan_safe
258
259 fedora-13: install_fedora_13_rpms install_cpan install_cpan_marc install_cpan_fedora install_spidermonkey install_library_callnumber_lc
260
261 debian-lenny: lenny generic_debian install_cpan_more install_cpan_safe
262 debian-squeeze: squeeze generic_debian
263 lenny: install_pgsql_client_debs_83 install_extra_debs
264 squeeze: install_pgsql_client_debs_84  install_extra_debs_squeeze
265 generic_debian:  install_debs install debian_sys_config
266
267 ubuntu-hardy: hardy generic_ubuntu
268 ubuntu-lucid: lucid generic_ubuntu
269 hardy: install_pgsql_client_debs_82 install_yaz install_cpan_marc install_extra_encode
270 lucid: install_pgsql_client_debs_84 install_extra_debs
271 generic_ubuntu: install_debs install debian_sys_config install_cpan_more install_cpan_safe
272
273 # - COMMON TARGETS ---------------------------------------------------------
274
275 # Install the CPAN modules
276 install_cpan: 
277         for m in $(CPAN_MODULES); do perl -MCPAN -e "install \"$$m\";"; done
278
279 install_cpan_more: 
280         for m in $(CPAN_MODULES_MORE); do perl -MCPAN -e "install \"$$m\";"; done
281
282 # Install the CPAN modules for MARC functionality
283 install_cpan_marc: 
284         for m in $(CPAN_MODULES_MARC); do perl -MCPAN -e "install \"$$m\";"; done
285
286 # Install the Safe Perl module
287 # Is this really unpackaged everywhere except for Fedora?
288 install_cpan_safe: 
289         for m in $(CPAN_MODULES_SAFE); do perl -MCPAN -e "install \"$$m\";"; done
290
291 # Install the CPAN modules for Fedora 13
292 install_cpan_fedora: 
293         for m in $(FEDORA_13_CPAN); do perl -MCPAN -e "install \"$$m\";"; done
294
295 # Install a known working version of YAZ
296 install_yaz:    
297         if [ ! -d $(YAZ) ]; then wget $(YAZ_HOST)/$(YAZ).tar.gz; fi;
298         tar xzf $(YAZ).tar.gz
299         cd $(YAZ) && ./configure && make && make install && ldconfig
300
301 # Install the custom spidermonkey libs and JavaScript-SpiderMonkey Perl modules
302 install_js_sm: install_libjs install_spidermonkey
303
304 install_libjs: 
305         if [ ! -f $(LIBJS).tar.gz ]; then wget $(LIBJS_URL); fi;
306         tar -zxf $(LIBJS).tar.gz
307         cd js/src/ && JS_THREADSAFE=true JS_DIST=/usr make -f Makefile.ref
308         mkdir -p $(JS_INSTALL_PREFIX)/include/js/
309         cp js/src/*.h $(JS_INSTALL_PREFIX)/include/js/
310         cp js/src/*.tbl $(JS_INSTALL_PREFIX)/include/js/
311         cp js/src/Linux_All_DBG.OBJ/*.so $(JS_INSTALL_PREFIX)/lib/
312         cp js/src/Linux_All_DBG.OBJ/*.a $(JS_INSTALL_PREFIX)/lib/
313
314 install_spidermonkey:
315         if [ ! -f $(LIBJS_PERL).tar.gz ]; then wget $(LIBJS_PERL_URL); fi;
316         tar -zxf $(LIBJS_PERL).tar.gz
317         if [ ! -z $(FEDORA_64) ]; then \
318                 sed -i -e 's/"\/usr\/lib"/"\/usr\/lib64"/' $(LIBJS_PERL)/Makefile.PL ; \
319                 sed -i -e 's/js32.dll/libjs.so/' $(LIBJS_PERL)/Makefile.PL ; \
320         fi;
321         cd $(LIBJS_PERL) && perl Makefile.PL -E4X -JS_THREADSAFE && make && make test && make install
322
323
324 # Install libdbi and the postgres drivers
325 install_libdbi:
326         if [ ! -d $(LIBDBI) ]; then wget $(LIBDBI_HOST)/$(LIBDBI).tar.gz; fi;
327         if [ ! -d $(LIBDBI_DRIVERS) ]; then wget $(LIBDBI_HOST)/$(LIBDBI_DRIVERS).tar.gz; fi;
328         tar -zxf $(LIBDBI).tar.gz
329         tar -zxf $(LIBDBI_DRIVERS).tar.gz
330         cd $(LIBDBI) && ./configure --disable-docs && make all install
331         cd $(LIBDBI_DRIVERS) && ./configure  \
332                 --disable-docs --with-pgsql --enable-libdbi && make all install  
333
334 install_library_callnumber_lc:
335         if [ ! -d Library-CallNumber-LC ]; then svn checkout http://library-callnumber-lc.googlecode.com/svn/trunk/perl/Library-CallNumber-LC; fi;
336         cd Library-CallNumber-LC && perl Makefile.PL && make install
337
338 clean:
339         make -C $(LIBDBI) clean
340         make -C $(LIBDBI_DRIVERS) clean
341         make -C $(LIBJS_PERL) clean
342         make -f Makefile.ref -C js/src/ clean
343
344
345 # ------------------------------------------------------------------
346 # - DEBIAN ---------------------------------------------------------
347
348 debian_sys_config: 
349         # link the apache modules in
350         for m in $(DEB_APACHE_MODS); do a2enmod $$m; done;
351         # keep the bad apache modules away
352         for m in $(DEB_APACHE_DISMODS); do a2dismod $$m; done;
353         # refresh the dynamic library cache
354         ldconfig
355
356 # Install the debian-specific dependencies
357 install_debs:
358         $(APT_TOOL) install $(DEBS)
359
360 install_pgsql_client_debs_84:
361         $(APT_TOOL) install $(PGSQL_CLIENT_DEBS_84)
362
363 install_pgsql_server_debs_84:
364         LANG=C $(APT_TOOL) install $(PGSQL_SERVER_DEBS_84)
365
366 install_pgsql_client_debs_83:
367         $(APT_TOOL) install $(PGSQL_CLIENT_DEBS_83)
368
369 install_pgsql_client_debs_82:
370         $(APT_TOOL) install $(PGSQL_CLIENT_DEBS_82)
371
372 # Install the debian-specific dependencies for more modern distros
373 install_extra_debs_squeeze: install_extra_debs
374
375 install_extra_debs:
376         $(APT_TOOL) install $(EXTRA_DEBS)
377
378 # Install specific modules required by Ubuntu Hardy - see bug 525069
379 install_extra_encode:
380         $(APT_TOOL) install $(EXTRA_ENCODE)
381
382 # ------------------------------------------------------------------
383
384 # FEDORA 13
385 install_fedora_13_rpms:
386         yum -y update
387         yum -y install $(FEDORA_13_RPMS)
388
389 install_fedora_13_pgsql_server:
390         yum -y install $(PGSQL_84_RPMS)
391
392 # CENTOS
393 install_centos_rpms:
394         yum -y install $(CENTOS)
395         yum -y update
396         if [ $(LBITS) -eq 64 ]; then \
397                 ln -sf /usr/lib64/libpq.* /usr/lib/ && \
398                 ln -sf /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/libperl.so /usr/lib/ && \
399                 ldconfig ; \
400         fi;
401         if [ $(LBITS) -eq 32 ]; then \
402                 ln -sf /usr/lib/perl5/5.8.8/i386-linux-thread-multi/CORE/libperl.so /usr/lib && \
403                 ldconfig ; \
404         fi;
405
406 install_centos_pgsql:
407         if [ $(LBITS) -eq 64 ]; then yum remove -y postgresql-libs-8.1*i386 apr-util-devel-*i386 ; fi;
408         wget $(PGSQL_HOST)/$(PGSQL_CENTOS)
409         rpm -Uvh --force ./$(PGSQL_CENTOS)
410         yum update -y
411         yum -y install $(PGSQL_84_RPMS)
412
413 install_redhat_pgsql:
414         if [ $(LBITS) -eq 64 ]; then yum remove -y postgresql-libs-8.1*i386 apr-util-devel-*i386 ; fi;
415         wget $(PGSQL_HOST)/$(PGSQL_REDHAT)
416         rpm -Uvh --force ./$(PGSQL_REDHAT)
417         yum update -y
418         yum -y install $(PGSQL_84_RPMS)
419
420 install_centos_perl:
421         for m in $(CENTOS_PERL); do perl -MCPAN -e "install \"$$m\";"; done
422         echo "force install Business::OnlinePayment::AuthorizeNet" | perl -MCPAN -e shell
423         echo "force install Scalar::Util" | perl -MCPAN -e shell        
424
425 # We need to add /usr/local/lib to the ldconfig list of directories on CentOS,
426 # if it is not already there
427 create_ld_local:
428         if [ "$$(ldconfig -v 2> /dev/null | grep '^/usr/local/lib' | wc -l)" -eq 0 ]; then \
429                 echo '/usr/local/lib' >> /etc/ld.so.conf.d/local.conf; \
430                 ldconfig; \
431         fi;
432
433 # vim:noet:sw=4:ts=4: