| :: [linux] Setting up H.323 applications on RH 9.0 :: | ||||
| HOME |
|
Lately it has become a pain to
install/configure the H.323 components on Rh 9.0. There are a hell lot of
dependencies that need to be resolved, and the entire exercise just leaves a bad
taste.
Here are a few things that i found on the
net/newgroups that can make life more easier.
1. Download the following h323apps-0.1-0.9.src.rpm.
(court. Jeff Olie)
2. use the command
#>rpmbuild --rebuild
h323apps-0.1-0.9.src.rpm
3. U might find that some dependencies are
unresolved. Following the message solve all the dependencies. I had to install
some packages using the RH "Add/remove applications".
4. Finall if everything goes well, (it took
at least 1 hr for it to go through on my 2.0 Ghz machine), all rpms
will be put in /usr/src/redhat/RPMS/i386/
5. install the rpms using (U will
have to follow a specific order which is spit out in step 4.)
#> rpm -Uvh *
6. Now u have everything
installed.
|