Subversion Repositories ALCASAR

Rev

Rev 2520 | Rev 2682 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 2520 Rev 2562
Line 13... Line 13...
13
- upadate your system : urpmi --auto-update
13
- upadate your system : urpmi --auto-update
14
- install the following RPMs "kernel-userspace-headers", "rpm-build", "gengetopt", "libtool" packages
14
- install the following RPMs "kernel-userspace-headers", "rpm-build", "gengetopt", "libtool" packages
15
- create directories structure in your home : mkdir -p ~/rpmbuild/{SRPMS,SOURCES,SPECS,tmp}
15
- create directories structure in your home : mkdir -p ~/rpmbuild/{SRPMS,SOURCES,SPECS,tmp}
16
- Option : find the ".rpmmacros" file on mageia wiki (https://wiki.mageia.org/en/Packagers_RPM_tutorial) and copy it in your home directory
16
- Option : find the ".rpmmacros" file on mageia wiki (https://wiki.mageia.org/en/Packagers_RPM_tutorial) and copy it in your home directory
17
 
17
 
18
****  Coova-chilli   *****
18
****  For Coova-chilli   *****
19
- retrieve the last tarball of coova-chilli (or the svn archive).
19
- retrieve the last tarball of coova-chilli (or the svn archive).
20
- Untar it and test the compilation process ("sh ./bootstrap", "./configure --enable-json --enable-libjson --enable-mdns", "make", "make install").
20
- Untar it and test the compilation process ("sh ./bootstrap", "./configure --enable-json --enable-libjson --enable-mdns", "make", "make install").
21
- all is in the /usr/local". Remove the instaled files ("make uninstall") and the binaries ("make clean").
21
- all is in the /usr/local". Remove the instaled files ("make uninstall") and the binaries ("make clean").
22
- rename the directory and compress it (ie : tar -cvzf coova-chilli-1.4.tar.gz coova-chilli-1.4). Copy this tarball in the directory ~/rpmbuild/SOURCES/.
22
- rename the directory and compress it (ie : tar -cvzf coova-chilli-1.4.tar.gz coova-chilli-1.4). Copy this tarball in the directory ~/rpmbuild/SOURCES/.
23
- copy the SPEC file from the ALCASAR archive to the directory ~/rpmbuild/SPEC
23
- copy the SPEC file from the ALCASAR archive to the directory ~/rpmbuild/SPEC
24
- change to the directory ~/pmbuild/SPEC and run the RPM build process excluding 'ssl' : "rpmbuild -bb coova-chilli.spec" (or rpmbuild -ba to create also the SRPMS) 
24
- change to the directory ~/pmbuild/SPEC and run the RPM build process excluding 'ssl' : "rpmbuild -bb coova-chilli.spec" (or rpmbuild -ba to create also the SRPMS) 
25
 
25
 
26
INFO : .spec modifications since Redhat RPM :
26
INFO : .spec modifications since Redhat RPM :
27
	- ajouter en première ligne "%define _disable_ld_no_undefined 1" pour éviter les erreurs liées au variables inutisées
27
	- add this 1st line : "%define _disable_ld_no_undefined 1" to avoid errors for unused variables
28
	- pour la version 64b, ajouter 2 lignes intégrant le répertoire "lib64" lors de la suppression des binaires statiques (rm -rf $RPM_BUILD_ROOT/usr/lib/*.la)
28
	- for 64b version, add 2 lines with "lib64" directory on the section removing statics binaries (rm -rf $RPM_BUILD_ROOT/usr/lib/*.la)
29
	- exclure de l'archive les fichiers inutiles pour ALCASAR (wpad.dat, wwwdir, etc. via la directive '%exclude')
29
	- remove from the archive the unused files for ALCASAR (wpad.dat, wwwdir, etc. via la directive '%exclude')
30
 
30
 
31
**** HAVP ****
31
**** For HAVP ****
32
- install the RPM of clamav-devel
32
- install the RPM of clamav-devel
33
- download, uncompress, and test the compilation of the last version of havp (./configure + make)
33
- download, uncompress, and test the compilation of the last version of havp (./configure + make)
34
- copy the tarball in ~/rpmbuild/SOURCES/. copy the patch file ("havp-init.diff") in ~/rpmbuil/SOURCE. Copy and adapt the .spec in ~/rpmbuid/SPEC
34
- copy the tarball in ~/rpmbuild/SOURCES/. copy the patch file ("havp-init.diff") in ~/rpmbuil/SOURCE. Copy and adapt the .spec in ~/rpmbuid/SPEC
35
- rpmbuild -dd ***.spec
35
- rpmbuild -dd ***.spec
36
 
36
 
37
****  ipt_netflow  ****
37
****  For ipt_netflow  ****
38
- Must be complied on a system which runs the target kernel. So install manually the target kernel and reboot (ipt_NETFLOW will not load during this process) 
38
- Must be complied on a system which runs the target kernel. So install manually the targeted kernel and reboot (ipt_NETFLOW will not load during this reboot) 
39
- install the RPMs "kernel-server-devel", "lib64iptables-devel (or libiptables-devel in 32b arch)"
39
- install the RPMs "kernel-server-devel" (choose the targeted kernel), "lib64iptables-devel (or libiptables-devel in 32b arch)"
40
- download, uncompress and test the compilation of the last version of ipt-netflow (./configure, make all install). The module is compiled in the same directory. The libs are copied in the /lib64/iptables (libip6t_NETFLOW.so & libipt_NETFLOW.so)
40
- download, uncompress and test the compilation of the last version of ipt-netflow (./configure, make all install). The module is compiled in the same directory. The libs are copied in the /lib64/iptables (libip6t_NETFLOW.so & libipt_NETFLOW.so)
41
- test the module : go to the directory of source and try to load it (depmod + modprobe ipt_NETFLOW), "lsmod|grep ipt_NETFLOW" to verify that it's loaded, "alcasar-iptables.sh" to to reload netfilter rules (no errors should appear)
41
- test the module : go to the directory of source and try to load it (depmod + modprobe ipt_NETFLOW), "lsmod|grep ipt_NETFLOW" to verify that it's loaded, "alcasar-iptables.sh" to to reload netfilter rules (no errors should appear)
42
- if all is ok, copy the tarball in rpmbuild/SOURCES. Copy the .spec in rpmbuild/SPECS. In this file, adapt the kernel number.
42
- if all is ok, copy the tarball in rpmbuild/SOURCES. Copy the .spec in rpmbuild/SPECS. In this file, adapt the kernel number and the version.
43
- change to the directory ~/pmbuild/SPEC and run "rpmbuild -bb ****.spec"
43
- change to the directory ~/pmbuild/SPEC and run "rpmbuild -bb ****.spec"
-
 
44
- install the fresh rpm (urpmi) and load ALCASAR iptables rules (alcasar-iptables.sh). Great job ;-) 
44
 
45
 
45
**** wkhtmltopdf ****
46
**** For wkhtmltopdf ****
46
- download the archive of the binaries of the last version (https://wkhtmltopdf.org/downloads.html) in ~/rpmbuild/SOURCES/wkhtmltox-%{version}_linux-generic-amd64.tar.xz.
47
- download the archive of the binaries of the last version (https://wkhtmltopdf.org/downloads.html) in ~/rpmbuild/SOURCES/wkhtmltox-%{version}_linux-generic-amd64.tar.xz.
47
- build with: rpmbuild -bb --clean wkhtmltopdf-%{version}-%{release}.spec
48
- build with: rpmbuild -bb --clean wkhtmltopdf-%{version}-%{release}.spec
48
 
49
 
49
**** nfdump ****
50
**** For nfdump ****
50
- install lib64rrdtool-devel, bison, flex
51
- install lib64rrdtool-devel, bison, flex