Hi Mick,
it should look in /usr/lib, /usr/local/lib all paths configured
in /etc/ld.so.conf and in the paths configured in LD_LIBRARY_PATH -
seperated by colon
you could try to symlink in /usr/local/lib or install owfs
to /usr/local/lib - the default i think when you dont specify a --prefix
to configure ...
i am not sure why LD_LIBRARY_PATH doesnt work for you ...
what are the permissions of /opt/owfs/lib and the paths to there ?
do you have read access as user mick ?!?! i.e. does a
ls -l /opt/owfs/lib
as user mick reveal the libraries with enough permissions ?!?!
ah, and dont forget that owfs versions > 2.7p29 currently dont work with
pyowfs ... as i stated in an earlier posting to the list ...
what linux distribution are you running ?!?
what python version are you using ?!?
you can also try this in a python interpreter:
p...@mexx-desktop:~$ python
Python 2.6.4 (r264:75706, Dec 7 2009, 18:45:15)
[GCC 4.4.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import ctypes
>>> ctypes.cdll.LoadLibrary("/opt/owfs/lib/libow-2.7.so.32.0.0")
<CDLL '/home/pr/tmp/owfs_p29/lib/libow-2.7.so.29.0.0', handle 9e2a850 at
b785d8ec>
>>>
if this works, your LD_LIBRARY_PATH gets ignored, then try to put the
library to /usr/local/lib - or better install owfs there (as mentioned
above) ... and read ahead ;)
are you running things as user root ?!?! - i think root ignores the
LD_LIBRARY_PATH setting as a security measure ... you shouldn't run
anything as root either ;)
hope this helps,
marcus.
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Owfs-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/owfs-developers