Re: mysqlclient in Apache

2006-10-19 Thread Joshua J. Kugler
On Wednesday 18 October 2006 20:44, Dan Nelson wrote: > In the last episode (Oct 18), Danny Swarzman said: > > I'm developing an Apache module that uses mySQL. It needs to be able > > to talk to a remote host. > > > > I'm doing this in a Mac. > > > > I have a simple program in C that calls mysql_re

Re: mysqlclient in Apache

2006-10-18 Thread Dan Nelson
In the last episode (Oct 18), Danny Swarzman said: > I'm developing an Apache module that uses mySQL. It needs to be able > to talk to a remote host. > > I'm doing this in a Mac. > > I have a simple program in C that calls mysql_real_connect(). It > works with a remote host and with the localhost

mysqlclient in Apache

2006-10-18 Thread Danny Swarzman
I'm developing an Apache module that uses mySQL. It needs to be able to talk to a remote host. I'm doing this in a Mac. I have a simple program in C that calls mysql_real_connect(). It works with a remote host and with the localhost. When I put the same code into my Apache module, the call