View previous topic :: View next topic |
Author |
Message |
MD@home n00b
Joined: 08 Jan 2003 Posts: 29
|
Posted: Wed Jan 08, 2003 8:56 am Post subject: installer le Mod_bandwidth pour Apache |
|
|
Bonjour,
Il n'y a pas d'ebuild pour installer Mod_bandwidth. Cette doc explique l'installation: http://www.cohprog.com/v3/bandwidth/doc-en.html
Il faut ajouter mod_bandwidth.c dans les sources d'apache et le spécifier au ./configure.
Seulement si je fais un emerge apache, il va décompresser Apache et donc effacer les modifs que je fais dans le répertoire source.
Comment faire ?
Merci d'avance
@+ |
|
Back to top |
|
|
Fmangeant n00b
Joined: 13 Apr 2002 Posts: 30 Location: France
|
Posted: Wed Jan 08, 2003 2:54 pm Post subject: |
|
|
Salut
tu peux procéder de cette façon :
# ebuild apache fetch
# ebuild apache unpack
# cd /var/tmp/portage/apache-1.3.27-r1/work/apache-1.3.27-r1
Là tu peux modifier les sources, puis :
# ebuild apache compile
# ebuild apache install
# ebuild apache qmerge
La dernière étape ajoute Apache dans 'world'.
A+ |
|
Back to top |
|
|
MD@home n00b
Joined: 08 Jan 2003 Posts: 29
|
Posted: Wed Jan 08, 2003 5:33 pm Post subject: |
|
|
ebuild apache-1.3.27-r2.ebuild compile
>>> md5 ;-) apache_1.3.27.tar.gz
>>> md5 ;-) apache-1.3.27-gentoo.diff.bz2
>>> md5 ;-) mod_ssl-2.8.11-1.3.27.tar.gz
J'comprend pas il détar de nouveau les sources pour écraser mes modifs. :-(
Last edited by MD@home on Wed Jan 08, 2003 5:46 pm; edited 1 time in total |
|
Back to top |
|
|
Fmangeant n00b
Joined: 13 Apr 2002 Posts: 30 Location: France
|
Posted: Wed Jan 08, 2003 5:43 pm Post subject: |
|
|
Pas chez moi :
# ebuild apache-1.3.27-r1.ebuild unpack
>>> md5 apache_1.3.27.tar.gz
>>> md5 apache-1.3.27-gentoo.diff.bz2
>>> md5 mod_ssl-2.8.11-1.3.27.tar.gz
>>> Unpacking source...
>>> Unpacking apache_1.3.27.tar.gz
>>> Unpacking apache-1.3.27-gentoo.diff.bz2
>>> Unpacking mod_ssl-2.8.11-1.3.27.tar.gz
[...]
>>> Source unpacked.
# ebuild apache-1.3.27-r1.ebuild compile
>>> md5 apache_1.3.27.tar.gz
>>> md5 apache-1.3.27-gentoo.diff.bz2
>>> md5 mod_ssl-2.8.11-1.3.27.tar.gz
>>> Checking apache_1.3.27.tar.gz's mtime...
>>> Checking apache-1.3.27-gentoo.diff.bz2's mtime...
>>> Checking mod_ssl-2.8.11-1.3.27.tar.gz's mtime...
>>> WORKDIR is up-to-date, keeping...
* Using /home/httpd as apache's default data directory.
* Using /etc/apache/apache-builtin-mods for builtins.
Configuring for Apache, Version 1.3.27
Killed
Quelle version de portage as-tu ?
$ emerge --version
Portage 2.0.46-r4 (default-1.0, gcc-2.95.3, glibc-2.2.5-r7) |
|
Back to top |
|
|
MD@home n00b
Joined: 08 Jan 2003 Posts: 29
|
Posted: Wed Jan 08, 2003 7:59 pm Post subject: |
|
|
Non c'est bon. Je devais faire une erreur.
Merci beaucoup |
|
Back to top |
|
|
MD@home n00b
Joined: 08 Jan 2003 Posts: 29
|
Posted: Wed Jan 08, 2003 9:56 pm Post subject: |
|
|
j'arrive pas, ça m'énerve. |
|
Back to top |
|
|
Mat_le_ouf Apprentice
Joined: 13 Sep 2002 Posts: 257 Location: France
|
Posted: Wed Jan 08, 2003 11:00 pm Post subject: |
|
|
Tu ne peux pas compiler Mod_bandwidth dans un répertoire à part et indiquer dans apache.conf l'emplacement du module à charger? |
|
Back to top |
|
|
MD@home n00b
Joined: 08 Jan 2003 Posts: 29
|
Posted: Wed Jan 08, 2003 11:13 pm Post subject: |
|
|
j'ai que un fichier: mod_banwhith.c Comment faire pour compiler,. Faut obtenir un .so je crois. J'arrive pas trop à comprendre comment ça fonctionne. |
|
Back to top |
|
|
Mat_le_ouf Apprentice
Joined: 13 Sep 2002 Posts: 257 Location: France
|
Posted: Thu Jan 09, 2003 9:25 am Post subject: |
|
|
Tu dois certainement avoir un fichier INSTALL dans le répertoire contenant les sources de mod_bandwith.
Normalement il suffit de faire dans le répertoire :
Code: | ./configure
make && make install |
Pour le coup je te conseille quand même de lire le fichier INSTALL, il est très probable que tu aies des options à ajouter à la configuration (genre indiquer l'emplacement d'apache ou des trucs du genre).
Bon courage |
|
Back to top |
|
|
ajacoutot n00b
Joined: 07 Nov 2002 Posts: 7 Location: Paris - France
|
Posted: Wed Jan 15, 2003 6:48 pm Post subject: mod_contrib |
|
|
ben il est pas dans les contrib apache mod_bandwidth ?
Je crois que si, jette un oeil si apache contrib existe dans portage, si oui, alors mod_bandwidth est dedans.... |
|
Back to top |
|
|
MD@home n00b
Joined: 08 Jan 2003 Posts: 29
|
Posted: Wed Jan 15, 2003 7:11 pm Post subject: |
|
|
ok, j'irai voi.
¨Merci |
|
Back to top |
|
|
|