[Pkg-octave-devel] Bug#514035: octave3.0: glpk cannot find the octave runtime libraries
    LUK ShunTim 
    shuntim.luk at polyu.edu.hk
       
    Thu Feb  5 07:12:25 UTC 2009
    
    
  
Rafael Laboissiere wrote:
> [moving the thread to pkg-octave-devel]
> 
> * LUK ShunTim <shuntim.luk at polyu.edu.hk> [2009-02-04 23:19]:
> 
>> BTW, what mechanism is used to let the octave runtimes be found by the
>> oct modules? Just want to learn a bit more.
> 
> What do you mean by "octave runtimes"? 
> 
Sorry for being imprecise. :-(
I mean liboctinterp.so, liboctave.so, liboctave.so.
$ ldd /usr/bin/octave
	linux-vdso.so.1 =>  (0x00007fff4ffff000)
	liboctinterp.so => /usr/lib/octave-3.0.1/liboctinterp.so
(0x00007f6a47126000)
	liboctave.so => /usr/lib/octave-3.0.1/liboctave.so (0x00007f6a46777000)
	libcruft.so => /usr/lib/octave-3.0.1/libcruft.so (0x00007f6a46512000)
...
which is normal but, for example,
$ ldd /usr/lib/octave/3.0.1/oct/x86_64-pc-linux-gnu/__glpk__.oct
	linux-vdso.so.1 =>  (0x00007fff327fe000)
	libcruft.so => not found
	liboctave.so => not found
	liboctinterp.so => not found
...
and yet it still works (now).
Regards,
ST
--
    
    
More information about the Pkg-octave-devel
mailing list