Pk, 2012-09-14 17:17 -0500, joaquin peralta rakstīja: > Hello, > > Thanks very much for the answer but the problem looks worse now :( ... > I assign the environment variable, but still there. > > > I don't have any other version of openbabel in the system, and I'm > using the last subversion. My Os is ubuntu 12.04 and g++ versin is > 4.6.3. I'm installing in my home folder, and the PATH are well > defined. > > > I attached a file with all the detail, because is to much to put it in > the e-mail (and probably unnecessary).
It is ok to put that much into the email. > Any hint about this segfault ? Try cleaning the build dir and recompile without installing: make clean ; make and then try to run it from your build dir setting environment appropriately. Did you try also setting LD_LIBRARY_PATH to point to were libopenbabel.so is located? In general you need to set all three variables mentioned in the docs and make sure you are running babel binary you just compiled. If still getting segfault try compiling with debug symbols and getting backtrace using gdb: gdb bin/babel core-file (gdb) bt full Posting your code would make much easier to help. Reinis ------------------------------------------------------------------------------ Got visibility? Most devs has no idea what their production app looks like. Find out how fast your code is with AppDynamics Lite. http://ad.doubleclick.net/clk;262219671;13503038;y? http://info.appdynamics.com/FreeJavaPerformanceDownload.html _______________________________________________ OpenBabel-discuss mailing list OpenBabel-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openbabel-discuss