View Single Post
Posts: 109 | Thanked: 59 times | Joined on Apr 2012
#245
Originally Posted by shmerl View Post
This seems to come up all the time. Did you add "." to LD_LIBRARY_PATH?
I did add to the script, but it was before the cd command, let me add it after and see how it goes

thx for the advice

EDIT: now getting error for libpangoft2-1.0.so

my script now looks like

#! /bin/bash
# script to run fennec beta
cd /opt/mozbuildhm
export LD_LIBRARY_PATH = ".:$LD_LIBRARY_PATH"
./qmlMozEmbedTest

Last edited by sid21177; 2013-01-27 at 07:00.