Problems under Debian; Questions
    HaJo Schatz 
    hajo at hajo.net
       
    Fri Nov 14 10:57:57 GMT 2003
    
    
  
On Fri, 2003-11-14 at 07:20, Keir Mierle wrote:
> > Don't know, "readAdjustLine" is part of libpano.  Do you have
> > libpano12.so in /usr/lib or /usr/local/lib?
> 
> Yes, it's there.
> 
> $ ldd `which PTStitcher`
If I remember correctly, you have to do a 
$ ldd -r `which PTStitcher`
to resolve the symbols. Otherwise it won't show you unresolved symbols.
You may also want to try a manual 
$ objdump -T /usr/lib/libpano12.so | grep readAdjustLine
and see whether the symbol's really there. Does your libpano12.dll come
from the same
package as PTStitcher?
HaJo
    
    
More information about the ptX
mailing list