Re: [Owfs-developers] What is wrong with my owperl ?

2005-07-12 Thread Christian Magnusson
I succeeded to compile owhttpd and owserver for Solaris 7 now. It seems to work, but I haven't tried to use any adapter yet... just running to the serial port which is detected as a bad adapter. Have added some compatibility source-files to owlib, and you can have a look at it and tell me if you

Re: [Owfs-developers] What is wrong with my owperl ?

2005-07-12 Thread Paul Alfille
Nice work. Wish we could find someone to test a Mac OS X system. Paul On Tuesday 12 July 2005 09:18 am, Christian Magnusson wrote: I succeeded to compile owhttpd and owserver for Solaris 7 now. It seems to work, but I haven't tried to use any adapter yet... just running to the serial port

Re: [Owfs-developers] What is wrong with my owperl ?

2005-07-11 Thread Paul Alfille
On Monday 11 July 2005 01:24 pm, Krzysztof wrote: I still have a strange problem with owfs, sometimes I can not read files - just after I disconnect 18b20 from 1 wire network, its address directory (cache) still exists but reading the temperature file is impossible - mc gives error and

Re: [Owfs-developers] What is wrong with my owperl ?

2005-07-10 Thread Krzysztof
Paul Alfille wrote: I just pulled a fresh owfs from the CVS, did c./bootstrap and make install. then module/swig/owperl5/test.pl /dev/ttyS1 works. I just pulled newest owfs from cvs too and the problem persists. I've checked perl lib paths and files ow.pm ,ow.so are up to date! [EMAIL

Re: [Owfs-developers] What is wrong with my owperl ?

2005-07-10 Thread Christian Magnusson
There were no dependencies to libpthread when compiling libow.so, so OW.so loaded libow.so and didn't understand to use libpthread.so too. I have updated some of the makefiles and configure.ac to fix the problem (I hope). I guess this fix only was needed for older libc. /Christian On Sun,

Re: [Owfs-developers] What is wrong with my owperl ?

2005-07-09 Thread Paul Alfille
Here we go again. I just pulled a fresh owfs from the CVS, did c./bootstrap and make install. then module/swig/owperl5/test.pl /dev/ttyS1 works. Do you think this is stale information again? Fuse would not be relevant. Note, I'm using perl 5.8.5 as well. Paul On Saturday 09 July 2005 01:47