[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Devel] AH/transform bug debugged
From: |
Scott Long |
Subject: |
[Devel] AH/transform bug debugged |
Date: |
Fri, 4 Jan 2002 13:23:38 -0800 |
Turns out my binary was dynamically linking to the stock libfreetype.so
instead of the static library I told it to link with -- the application is
Qt-based, and Qt pulls in the stock library, so I was calling into the stock
library instead of 2.0.5.
Using LD_PRELOAD I overrided the dynamic library and used 2.0.5 instead, and
the problem is now gone. I suppose this bug has been known for a while and
has been fixed.
Scott Long
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Devel] AH/transform bug debugged,
Scott Long <=