From: Geoffrey H. <ge...@ge...> - 2008-09-05 20:59:26
|
On Sep 5, 2008, at 4:28 AM, Strempel Sebastian wrote: > Can't load '/usr/local/lib/perl5/site_perl/5.10.0/i686-linux/auto/ > Chemistry/OpenBabel/OpenBabel.so' for module Chemistry::OpenBabel: > libopenbabel.so.3: I'd concentrate in the last part of that -- libopenbabel.so.3. First, if you run "babel -H" from the command-line, does it run? Second, where is libopenbabel.so.3? My guess is that it's in /usr/ local/lib and that's not in your ld path. Try "man ldconfig" and look at /etc/ld.so.conf since you're using Linux. Cheers, -Geoff |