Finding packages: rpmfind.net rpm.pbone.net Installing packages: rpm -Uvh *.rpm if it tells you that some dependencies are unsatisfied, look on your distribution CDs for the missing packages and install them first. If it tells you that some packages are already installed, this will abort the operation and not install the other ones; so, delete the already-installed packages and try again to install the remaining ones. ------------- 8/17/03: this is work in progress; looks like the XML libs changed and are incompatible with our code; I recommend using the old ones from forall/ -- so, don't install the libxerces-* here; instead, install the *xerces*.rpm packages from forall/, then copy libxerces-c.so.1.7.0 to /usr/lib/, and finally, do something like: cd /usr/lib rm libxerces-c.so ; ln -s libxerces-c.so.1.7.0 libxerces-c.so rm libxerces-c.so.1 ; ln -s libxerces-c.so.1.7.0 libxerces-c.so.1 remember to re-do a ./configure in saliency/src3/ after you have installed a bunch of packages. This is in particular important for "make gtk" as the configure script will determine which paths to include (all the needed gtk-related packages are on the mdk91 distribution CDs, just make sure to install all the gtk*-devel, gdk*-devel and their dependencies). when you install the pvm-* packages, by default the pvm3d daemon will be turned on as a system service; you can turn it off using chkconfig or the "System Services" panel of the Mandrake control center. make sure you look at reply #7 at http://iLab.usc.edu/cgi-bin/yabb/YaBB.pl?board=bugs;action=display;num=1058802524