Zenoss SSH Troubles on Ubuntu 8.04
      by Wyatt WalterFresh off a stack installer of Zenoss Core on Ubuntu 8.04, I had a little trouble with SSHing to other hosts using the Zenoss user. When I tried to SSH, I got a this error:
ssh: /usr/local/zenoss/common/lib/libcrypto.so.0.9.8: no version information available (required by ssh)
Segmentation fault
Segfault. That’s not cool..
After doing a quick search on Google, I found this suggestion in a mailing list:
unset LD_LIBRARY_PATH
After ‘unsetting’ the LD_LIBRARY_PATH variable by running that directly in the shell, I could SSH to my servers to perform my checks. I then added it to the end of my Zenoss user’s .bashrc script.
So far I haven’t seen anything broken, but will certainly report back if I do run into any issues. I’m not entirely sure what the LD_LIBRARY_PATH variable does, but a quick Google search showed 3 results of people saying it was a bad idea to use it. Again, not sure but I give it a big “works for me”
- Google Pulls a Microsoft Several PC vendors have come forth and stated to Google...
- Google Adds Push Mail to Sync for iPhone, Windows Mobile In a blog post from the Google Enterprise Apps team,...
- iTunes 8.1 Window Weirdness In OS X After upgrading to iTunes 8.1 on my MacBook, I noticed...
- Sharing Printer from Ubuntu to Mac OS X Quite often we read about how small things are so...
- MonaVie Sends a Second Cease & Desist On Friday afternoon, MonaVie sent Corey Whitlaw an "official-ish" Cease...
- Display Your iGoogle Gadget User Count Most of you probably won't use this ever, but if...
- Driving Traffic to Your Blog Many blog owners spend a good portion of their time...
- SEO Tips for Blog Traffic Generation While it may be true to say content is king...
Tags: ssh, ubuntu, zenoss
Filed under How-Tos / Tips :
Comments (0) :
Aug 4th, 2009


