Re: [zSQLgate] Re: zSQLgate fails with 'Undefined symbol "pthread_create"'

2005-04-25 Thread Mike Taylor
> Date: Mon, 25 Apr 2005 17:19:38 +0300 > From: Toomas Aas <[EMAIL PROTECTED]> > > Just for the next guy looking for a solution to this in the archives - > > To get zSQLgate working on FreeBSD 4.11, I had to build the net/yaz > port without threads support. To achieve this, I added > '--disable-t

Re: zSQLgate fails with 'Undefined symbol "pthread_create"'

2005-04-25 Thread Toomas Aas
Hello! Just for the next guy looking for a solution to this in the archives - To get zSQLgate working on FreeBSD 4.11, I had to build the net/yaz port without threads support. To achieve this, I added '--disable-threads' to the port's Makefile. I'm not sure what causes it, because the yaz port s

zSQLgate fails with 'Undefined symbol "pthread_create"'

2005-04-22 Thread Toomas Aas
Hello! I'm trying to install the evaluation version of zSQLgate (http://sql.z3950.org) on FreeBSD 4.11. I have the following prerequisites installed from FreeBSD ports perl-5.8.6_2 (use.perl port has been run) p5-DBI-1.48 p5-DBD-mysql-2.9006 p5-Net-Z3950-SimpleServer-0.08 yaz-2.0.32 I downloaded th