DBD::SQLite FreeBSD install
- From: brian.darkblueb@xxxxxxxxx
- Date: Thu, 30 Aug 2007 19:51:35 -0700
I wanted to do a quick install of DBI and DBD::SQLite on a pretty new
FreeBSD machine. DBI went fine. But when I got DBD::SQLite, the link
fails with a reference to pthread_create. Looking on the web, I found -
pthread, CFLAGS=-pthread and link with -lpthread. I set an env var,
failure, I then edited the Makefile by hand, but still, the make
works, but the tests fail because "Cant load xxx/SQLite.so - Undefined
symbol pthread_create".
I do not want to install ports.. This is not my machine, and I am not
an admin. I just want a Lite DBI module to do some testing with ...
Please advise, thanks
.
- Follow-Ups:
- Re: DBD::SQLite FreeBSD install
- From: rahed
- Re: DBD::SQLite FreeBSD install
- Prev by Date: FAQ 1.3 Which version of Perl should I use?
- Next by Date: how to write a "od -bc" like function?
- Previous by thread: FAQ 1.3 Which version of Perl should I use?
- Next by thread: Re: DBD::SQLite FreeBSD install
- Index(es):
Relevant Pages
|