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 PROTECTED]:/temp/owfs/module/swig/perl5# ./test.pl 127.0.0.1:1234
Can't load '/usr/lib/perl5/site_perl/5.8.5/i486-linux/auto/OW/OW.so' for
module OW: /usr/lib/perl5/site_perl/5.8.5/i486-linux/auto/OW/OW.so:
undefined symbol: pthread_join at
/usr/lib/perl5/5.8.5/i486-linux/DynaLoader.pm line 230.
 at /usr/lib/perl5/site_perl/5.8.5/i486-linux/OW.pm line 7
Compilation failed in require at ./test.pl line 8.
BEGIN failed--compilation aborted at ./test.pl line 8.
[EMAIL PROTECTED]:/temp/owfs/module/swig/perl5#


Weird problem :)
Any ideas anyone?



---
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP, 
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
___
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers


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, 2005-07-10 at 12:47, Krzysztof wrote:
 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 PROTECTED]:/temp/owfs/module/swig/perl5# ./test.pl 127.0.0.1:1234
 Can't load '/usr/lib/perl5/site_perl/5.8.5/i486-linux/auto/OW/OW.so' for
 module OW: /usr/lib/perl5/site_perl/5.8.5/i486-linux/auto/OW/OW.so:
 undefined symbol: pthread_join at
 /usr/lib/perl5/5.8.5/i486-linux/DynaLoader.pm line 230.
  at /usr/lib/perl5/site_perl/5.8.5/i486-linux/OW.pm line 7
 Compilation failed in require at ./test.pl line 8.
 BEGIN failed--compilation aborted at ./test.pl line 8.
 [EMAIL PROTECTED]:/temp/owfs/module/swig/perl5#
 
 
 Weird problem :)
 Any ideas anyone?
 
 
 
 ---
 This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
 July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
 core and dual graphics technology at this free one hour event hosted by HP, 
 AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
 ___
 Owfs-developers mailing list
 Owfs-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/owfs-developers



---
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP, 
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
___
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers