Hello,
I'm trying to build Apache for opencsw.org using the opencsw.org
OpenLDAP libraries. During the compile, I'm getting this error:
/bin/bash
/home/ihsan/gar/csw/mgar/pkg/apache2/trunk/work/ihsan-build8s.d/httpd-2.2.11/srclib/apr/libtool
--silent --mode=compile cc -mt -DSSL_EXPERIMENTAL -DSS
I just looked at both links. They show up as the index page. I don't
see a problem.
John
(I am in Pittsburgh, PA)
On Fri, Dec 26, 2008 at 10:43 PM, Russell Bell wrote:
> One of our web sites, http://birdchautauqua.org, returns the index page but
> http://www.birdchautauqua.org returns a listing
Oh, one other thing that should be cleared up in the documentation. The
example sql syntax for selecting the pass is this:
select password from users where user_id = %s
One would normally expect to have to put quotes around the %s as in:
select password from users where user_id = '%s'
but that
I did have the mysql driver, and after many clean install attempts, I
installed apache 2.2.11 from apache 2.2.10 without re-compiling apr or
apr-util and bam, it worked. My log files showed "could not connect to
mysql server" error. mod_dbd only began connecting when I added a socket or
port opt
On Sat, 27 Dec 2008 09:10:25 -0800
"ernst schoen-rene" wrote:
> I have solved this problem.
> I am running fedora64 on amd64.
> mod_dbd with mysql simply doesn't work on my install of apache
> 2.2.10. I installed 2.2.11 and it works, but there are elements that
> I think are under-documented or
I have solved this problem.
I am running fedora64 on amd64.
mod_dbd with mysql simply doesn't work on my install of apache 2.2.10. I
installed 2.2.11 and it works, but there are elements that I think are
under-documented or poorly documented.
First, the DBDParams command for mysql requires that yo