[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: Mod_vdbh on taroon



On Thu, Sep 30, 2004 at 09:31:59AM +0200, Francesco Rispoli wrote:
> Hi all,
> 
> I'm new to the list!
> I have a little question. Is there anyone that succesfully used mod_vdbh
> (http://www.synthemesc.com/mod_vdbh/) on taroon ? 
> I have httpd-2.0.46-40.ent and i tried to compile mod_vdbh using source rpm
> httpd-2.0.46-40.ent.src.rpm but when i load the module in httpd.conf i
> alwaye get this error
> 
> Cannot load /etc/httpd/modules/mod_vdbh.so into server:
> /etc/httpd/modules/mod_vdbh.so: undefined symbol: mysql_store_result

To compile, install, and activate in httpd.conf, try:

apxs -cia -Wl,-R/usr/lib/mysql -L/usr/lib/mysql -DHAVE_STDDEF_H \
	-I/usr/include/mysql mod_vdbh.c -lmysqlclient

to just compile, change -cia to -c.

Regards,

joe


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]