How about a Code: yum remove zenoss Then reinstall. I'd also suggest that if you're this green with CentOS, you work on getting a bit more comfortable with basic install/uninstall of packages before taking on a program like Zenoss.
I don't mean to sound like a jerk, but you didn't accidentally remove the Zenoss directory and configuration files. You deleted them with the intent to remove Zenoss to re-install without letting RPM (the package manager, think Add/Remove programs in Windows) know. In CentOS, if you want to make package managing easy, and you have a GUI, Code: yum install yumex This will give you a nice GUI interface to install packages that are available in the standard repositories. Otherwise, use yum and rpm correctly, once you know these commands, you'll be able to install most software that you'll want to use. After that I'd tackle untarring and extracting source packages to configure and compile. -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=21147#21147 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
