Closed GoogleCodeExporter closed 8 years ago
Where is your mysql.dll library located? v8cgi's libraries are often located at
"lib"
subdirectory, relative to v8cgi installation... also, what does your v8cgi.conf
file
contain?
Original comment by ondrej.zara
on 25 Oct 2009 at 9:09
httpd.conf:
{{{
# Stuff here ...
LoadModule v8cgi_module modules/mod_v8cgi.dll
v8cgi_Config d:\Server\usr\local\apache\conf\v8cgi.conf
# More stuff follows ...
}}}
v8cgi.conf:
{{{
// put default .js and .dll files here
Config["libraryPath"] = "d:/Server/usr/local/apache/modules/mod_v8cgi";
}}}
mysql.dll is located inside the d:/Server/usr/local/apache/modules/mod_v8cgi
directory
Original comment by anton.i....@gmail.com
on 25 Oct 2009 at 9:23
Error acknowledged, issue accepted.
Original comment by ondrej.zara
on 27 Oct 2009 at 8:01
Fixed in rev. 621. New mysql library will be included in further releases.
Original comment by ondrej.zara
on 30 Oct 2009 at 8:28
Original issue reported on code.google.com by
kpobo...@gmail.com
on 24 Oct 2009 at 12:15