Subversion Repositories ALCASAR

Rev

Rev 1803 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 1803 Rev 1807
1
By Rexy
1
By Rexy
2
 
2
 
3
ALCASAR need the following programs that don't be included as RPM in Mageia :
3
ALCASAR need the following programs that don't be included as RPM in Mageia :
4
  - coovachilli
4
  - coovachilli
5
  - havp
5
  - havp
6
  - ulogd
6
  - ulogd
7
 
7
 
8
This howto explains how to build RPM of these programs in order to keep the distribution clean
8
This howto explains how to build RPM of these programs in order to keep the distribution clean
9
 
9
 
10
****  Prepare the RPM creation structure ***
10
****  Prepare the RPM creation structure ***
11
- install the "kernel-userspace-headers", "rpm-build", "gengetopt", "libtool" packages
11
- install the "kernel-userspace-headers", "rpm-build", "gengetopt", "libtool" packages
12
- create directories structure in your user home : mkdir -p ~/rpmbuild/{SRPMS,SOURCES,SPECS,tmp}
12
- create directories structure in your user home : mkdir -p ~/rpmbuild/{SRPMS,SOURCES,SPECS,tmp}
13
- find the ".rpmmacros" file on mageia wiki (https://wiki.mageia.org/en/Packagers_RPM_tutorial) and copy it in your home directory
13
- find the ".rpmmacros" file on mageia wiki (https://wiki.mageia.org/en/Packagers_RPM_tutorial) and copy it in your home directory
14
 
14
 
15
****  Coova-chilli   *****
15
****  Coova-chilli   *****
16
- retrieve the last tarball of coova-chilli (or the svn archive).
16
- retrieve the last tarball of coova-chilli (or the svn archive).
17
- Untar it and test the compilation process ("sh ./bootstrap", "./configure", "make", "make install").
17
- Untar it and test the compilation process ("sh ./bootstrap", "./configure", "make", "make install").
18
- all is in the /usr/local". Remove the instaled files ("make uninstall") and the binaries ("make clean").
18
- all is in the /usr/local". Remove the instaled files ("make uninstall") and the binaries ("make clean").
19
- Compress the directory (ie : coova-chilli-1.3.0.tar.gz). Copy this tarball in the directory ~/rpmbuild/SOURCES/.
19
- Compress the directory (ie : coova-chilli-1.3.0.tar.gz). Copy this tarball in the directory ~/rpmbuild/SOURCES/.
20
- copy the SPEC file from the ALCASAR archive to the directory ~/rpmbuild/SPEC
20
- copy the SPEC file from the ALCASAR archive to the directory ~/rpmbuild/SPEC
21
- change to the directory ~/pmbuild/SPEC and run the RPM build process excluding 'ssl' (rpmbuild -ba coova-chilli.spec --without ssl) 
21
- change to the directory ~/pmbuild/SPEC and run the RPM build process excluding 'ssl' (rpmbuild -ba coova-chilli.spec --without ssl) 
22
 
22
 
23
INFO : .spec modifications since Redhat RPM :
23
INFO : .spec modifications since Redhat RPM :
24
	- ajouter en première ligne "%define _disable_ld_no_undefined 1"
24
	- ajouter en première ligne "%define _disable_ld_no_undefined 1"
25
	- 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)
25
	- 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)
26
	- exclure de l'archive les fichiers inutiles pour ALCASAR (wpad.dat, wwwdir, etc. via la directive '%exclude')
26
	- exclure de l'archive les fichiers inutiles pour ALCASAR (wpad.dat, wwwdir, etc. via la directive '%exclude')
27
 
27
 
28
**** HAVP ****
28
**** HAVP ****
29
- récupérer le tarball de la dernière version d'HAVP. Le décompresser dans un répertoire et tester la compilation traditionnelle (./configure + make)
29
- récupérer le tarball de la dernière version d'HAVP. Le décompresser dans un répertoire et tester la compilation traditionnelle (./configure + make)
30
- copier ce tarball dans ~/rpmbuild/SOURCES/
30
- copier ce tarball dans ~/rpmbuild/SOURCES/
31
- adaptation du fichier .spec (version, packager, commentaires, etc.)
31
- adaptation du fichier .spec (version, packager, commentaires, etc.)
32
 
32
 
33
****  ipt_netflow  ****
33
****  ipt_netflow  ****
34
- install the RPMs "kernel-server-devel-x.y", "lib64iptables-devel (libiptables)"
34
- install the RPMs "kernel-server-devel-x.y", "lib64iptables-devel (libiptables)"
35
- retrieve, decompress and test the conpilation of the last version (configure, make all install)
-
 
36
- test to load the module (modprobe ipt_NETFLOW)
-
 
37
 
35
- retrieve, decompress and test the conpilation of the last version (configure, make all install). The module is compiled in the same directory. The lib is copied in the /lib64/iptables
-
 
36
- go to the directory of source and try to load the module (modprobe ipt_NETFLOW)
-
 
37
 
38

Generated by GNU Enscript 1.6.6.
-
 
39
 
-
 
40
 
-
 
41
 
-