MySQL Forums
Forum List  »  Perl

can I install DBD::Mysql3.007 without threaded perl?
Posted by: Steve Post
Date: January 22, 2007 12:23PM

Simple question.
I install perl from scratch without threads: DBD::MySql doesn't work.
I install perl from scratch with threads: DBD::MySql works.
I reinstall perl from scratch without threads: DBD::MySql fails.

I don't want to use threads. Perl's installation says to not use threads. Is there a way around it?

I have a sockets file. I would rather use this sockets file instead of a host:port method to connect to MySql. The word thread could have more than one meaning. I'm guessing that it is where I connect to MySql via an ip address and port. And I don't want to do that.


version stuff.
computer is an rp4440 running PA-RISC2.0
Operating System HPUX11.23
compiler gcc-4.0.2 (and I have gmake)
perl5.8.8 (without threaded option? with the threaded option?)
mysql5.0.26
PathTools-3.21
DBI-1.52
DBD::MySql-3.007

Options: ReplyQuote


Subject
Written By
Posted
can I install DBD::Mysql3.007 without threaded perl?
January 22, 2007 12:23PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.