Author Topic: Segmentation fault  (Read 17130 times)

0 Members and 1 Guest are viewing this topic.

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5418
  • Country: dk
  • Reputation: 89
    • View Profile
    • QuantumATK at Synopsys
Re: Segmentation fault
« Reply #15 on: April 24, 2012, 21:33 »
I already emailed the solution, but in case anyone else has the same problem on Debian, the solution is to add
Code
export LD_PRELOAD="libGLU.so libstdc++.so.6"
to your .bashrc file.

Offline perfetti

  • QuantumATK Guru
  • ****
  • Posts: 103
  • Country: us
  • Reputation: 2
    • View Profile
Re: Segmentation fault
« Reply #16 on: May 2, 2012, 18:19 »
As an update, I simply fixed this problem by updating my ubuntu edition to 11.10.

Thx all.

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5418
  • Country: dk
  • Reputation: 89
    • View Profile
    • QuantumATK at Synopsys
Re: Segmentation fault
« Reply #17 on: May 2, 2012, 21:51 »
Thanks for sharing the solution. I think your problem was rather different than originally discussed in this thread, however.