Hi,
I'm trying to run Celtx (a screenplay formatter) in CentOS 5.3 from the shell. If I run celtx-bin I get the following error:
./celtx-bin: error while loading shared libraries: libjemalloc.so: cannot open shared object file: No such file or directory
If I run celtx I get
./celtx-bin: error while loading shared libraries: libgio-2.0.so.0: cannot open shared object file: No such file or directory
I can't find either of these files in the repositories. I find libgioXXX for OpenSuse and Mandriva at PBone, but not for Red Hat. I'm guessing these files are part of a bigger library?
Any pointers would be appreciated.
Thanks.
From: Ron Blizzard rb4centos@gmail.com
I'm trying to run Celtx (a screenplay formatter) in CentOS 5.3 from the shell. If I run celtx-bin I get the following error: ./celtx-bin: error while loading shared libraries: libjemalloc.so: cannot open shared object file: No such file or directory If I run celtx I get ./celtx-bin: error while loading shared libraries: libgio-2.0.so.0: cannot open shared object file: No such file or directory I can't find either of these files in the repositories. I find libgioXXX for OpenSuse and Mandriva at PBone, but not for Red Hat. I'm guessing these files are part of a bigger library?
yum whatprovides libjemalloc.so For libgio... You need glib 2.2 apparently.
JD
On Fri, Jun 26, 2009 at 4:48 AM, John Doejdmls@yahoo.com wrote:
From: Ron Blizzard rb4centos@gmail.com
I'm trying to run Celtx (a screenplay formatter) in CentOS 5.3 from the shell. If I run celtx-bin I get the following error: ./celtx-bin: error while loading shared libraries: libjemalloc.so: cannot open shared object file: No such file or directory If I run celtx I get ./celtx-bin: error while loading shared libraries: libgio-2.0.so.0: cannot open shared object file: No such file or directory I can't find either of these files in the repositories. I find libgioXXX for OpenSuse and Mandriva at PBone, but not for Red Hat. I'm guessing these files are part of a bigger library?
yum whatprovides libjemalloc.so For libgio... You need glib 2.2 apparently.
Thanks. So far not having much luck. "yum whatprovides lijemalloc.so" keeps going back to XULRUNNER and there are a million GLIB libraries.
But I'll keep looking.