... | ... |
@@ -545,14 +545,6 @@ C) Quick Start |
545 | 545 |
rpm -i <package_name> |
546 | 546 |
debian: |
547 | 547 |
dpkg -i <package_name> |
548 |
- gentoo: |
|
549 |
- emerge kamailio |
|
550 |
- (or if use only stable packets: |
|
551 |
- ACCEPT_KEYWORDS="~x86" emerge kamailio ) |
|
552 |
- tar.gz: |
|
553 |
- cd /; tar zxvf <package_name>_os_arch.tar.gz |
|
554 |
- (it will install in /usr/local/, and the configuration file in |
|
555 |
- /usr/local/etc/kamailio/kamailio.cfg) |
|
556 | 548 |
Solaris: |
557 | 549 |
gunzip <package_name>.gz ; pkgadd -d <package_name> |
558 | 550 |
*BSD: |
... | ... |
@@ -560,7 +552,7 @@ C) Quick Start |
560 | 552 |
|
561 | 553 |
3) Start the server |
562 | 554 |
|
563 |
- RPM + gentoo: |
|
555 |
+ RPM: |
|
564 | 556 |
/etc/init.d/kamailio start |
565 | 557 |
debian: |
566 | 558 |
Kamailio is started automatically after the install |
... | ... |
@@ -621,8 +613,6 @@ D) Kamailio With Persistent Data Storage |
621 | 613 |
(rpm and deb provided, most of the binary tar.gz distributions and the |
622 | 614 |
solaris package include it; if it is not present you'll have to rebuild |
623 | 615 |
from the source). |
624 |
- For gentoo please include 'mysql' to your USE variable in /etc/make.conf |
|
625 |
- or give it as variable to the emerge command. |
|
626 | 616 |
|
627 | 617 |
2) install the package |
628 | 618 |
rpm -i <package_name> |