Comment 32 for bug 26436

Revision history for this message
kbg (kbg) wrote :

BTW: Instead of exporting LD_LIBRARY_PATH all the time, you can solve the problem globally by adding the firefox path to the library search path:

  echo "/usr/lib/firefox" >> /etc/ld.so.conf && /sbin/ldconfig