Re: :ODBC 1.05 on HP. Need help!!!

2003-03-21 Thread Vassiliy Truskov
Hello, Frans. I'm using perl2exe (5.8.0). In case I rebuild perl with pthread, will perl2exe work after that? I found that if I set env LD_PRELOAD=/usr/lib/libpthread.1 it starts working, but of course it is not a good thing to do. I will rebuild perl and try it without perl2exe, but the final p

RE: :ODBC 1.05 on HP. Need help!!!

2003-03-21 Thread Frans . Postma
Your perl was build without the pthread and cl libraries, those should have been at the start of the libs used during compile of perl itself. Rebuild perl, use the following command to configure, it will place two required libraries before any other libs in the library path. That does solve the L

RE: :ODBC 1.05 on HP. Need help!

2003-03-20 Thread Frans . Postma
Check if your perl was build with pthread and cl libraries included (perl -V). Those two need to be the first libraries in the lib list. If not, reconfigure/compile perl (5.8) using: ./Configure -Uuseshrplib -Ui_dbm useposix=true -A prepend:libswanted='cl pthread ' Greetings, ---

Re: :ODBC 1.05 on HP. Need help!

2003-03-19 Thread Vassiliy Truskov
Hi, Parley. I used perl2exe compiled perl. If I rebuild perl from the source, will it work with perl2exe? Thanks, Vassiliy PARLEY,THUNDER (HP-MountainView,ex1) wrote: Hi Vassily, I've seen this error before. My bet is that you need to rebuild your perl from source and specify "-lpthread -lcl"