Sorry, I missed that. That did fix the compile issue but unfortunately
not the issue with the mysql support actually being compile in. Any
other ideas?
*Daniel Campbell
Director Of Networking
& Purchasing Agent
On2 Technologies
21 Corporate Drive
Suite 103
Clifton Park, NY 12065
518-348-0099 e
Daniel,. this sounds like you did not run ./configure from teh very top
source directory first.
This needs to be done to make the apr stuff available from what I can see.
Like I said earlier do a dummy ./configure run from the main source
directory first.
On Wed, 7 Nov 2007, Daniel Campbel
On Wed, 07 Nov 2007 17:39:48 -0500
Daniel Campbell <[EMAIL PROTECTED]> wrote:
> I did the following but get a configure error with --with-apr=../apr
> Any Ideas?
--with-apr needs to point to your /path-to-apr-1-config
(as does --with-apr-util).
--
Nick Kew
Application Development with Apache
I did the following but get a configure error with --with-apr=../apr
Any Ideas?
Thanks,
Dan
build_machine:/usr/local/src#tar -xjf httpd-2.2.6.tar.bz2
build_machine:/usr/local/src#cd httpd-2.2.6
build_machine:/usr/local/src/httpd-2.2.6#cd srclib/apr
apr apr-util
build_machine:/usr/
Daniel Campbell schrieb:
Has anyone had any luck building mysql into apache version 2.2.6? I am
able to get it to compile fine but if I "ldd httpd" there is no mysql
library linked in and if I try and use the "DBDriver mysql" in the
httpd.conf file I get "DBD: No driver for mysql" when start
Hi,
Daniel Campbell schrieb:
Has anyone had any luck building mysql into apache version 2.2.6? I am
able to get it to compile fine but if I "ldd httpd" there is no mysql
library linked in and if I try and use the "DBDriver mysql" in the
httpd.conf file I get "DBD: No driver for mysql" when st
Has anyone had any luck building mysql into apache version 2.2.6? I am
able to get it to compile fine but if I "ldd httpd" there is no mysql
library linked in and if I try and use the "DBDriver mysql" in the
httpd.conf file I get "DBD: No driver for mysql" when starting it.
I have followed th