so, running the command as the zenoss user worked fine; however, the command didn't work from crontab.
crontab was basically reporting the same error. my previous post suggested that making links wasn't a good idea, but i tossed that idea out the window. for the time being i have links created that point to all the missing lib's. crontab's PATH points to /usr/lib, but the missing lib's are all stored in /usr/local/zenoss/common/lib. i created the link with the ln -s command example: Code: ln -s /usr/local/zenoss/common/lib/librrd.so.4 /usr/lib/librrd.so.4 i created links for each of the lib's below that couldn't be found Code: librrd.so.4 libpangocairo-1.0.so.0 libpango-1.0.so.0 libcairo.so.2 libgobject-2.0.so.0 libgmodule-2.0.so.0 libglib-2.0.so.0 libpangoft2-1.0.so.0 libpixman-1.so.0 now my weathermaps are working again -------------------- m2f -------------------- Read this topic online here: http://forums.zenoss.com/viewtopic.php?p=36366#36366 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
