Line 37... |
Line 37... |
37 |
- download, uncompress and test the conpilation 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)
|
37 |
- download, uncompress and test the conpilation 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)
|
38 |
- test the module : go to the directory of source and try to load it (modprobe ipt_NETFLOW), "lsmod" to verify that it's loaded, "alcasar-iptables.sh" to test the iptables rules
|
38 |
- test the module : go to the directory of source and try to load it (modprobe ipt_NETFLOW), "lsmod" to verify that it's loaded, "alcasar-iptables.sh" to test the iptables rules
|
39 |
- if all is ok, copy the tarball in rpmbuild/SOURCES. Copy the .spec in rpmbuild/SPECS. In this file, change the kernel number and uncoment the lines to match the architecture.
|
39 |
- if all is ok, copy the tarball in rpmbuild/SOURCES. Copy the .spec in rpmbuild/SPECS. In this file, change the kernel number and uncoment the lines to match the architecture.
|
40 |
- rpmbuild -bb ****.spec
|
40 |
- rpmbuild -bb ****.spec
|
41 |
|
41 |
|
42 |
***** wkhtml2pdf
|
42 |
**** wkhtmltopdf ****
|
43 |
- download the archive of the binaries of the last version (http://wkhtmltopdf.org/downloads.html)
|
43 |
- 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.
|
44 |
- extract it and "tar" it again with the right name (wkhtmltopdf
|
44 |
- build with: rpmbuild -bb --clean wkhtmltopdf-%{version}-%{release}.spec
|