On 2007.05.03, Nathan Folkman <[EMAIL PROTECTED]> wrote:
> Make sure you are loading the nsdb.so module.
>
> Example:
>
> ns_section "ns/server/server1/modules"
> ns_param nsdb nsdb.so
>
> Hope that helps!
It might be useful for us to include a stub "ns_db" Tcl proc that looks
like:
proc ns_db args {
error "nsdb.so is not loaded"
}
The proc would naturally get replaced by the real ns_db when the nsdb.so
module is loaded.
It might alleviate this FAQ.
-- Dossy
--
Dossy Shiobara | [EMAIL PROTECTED] | http://dossy.org/
Panoptic Computer Network | http://panoptic.com/
"He realized the fastest way to change is to laugh at your own
folly -- then you can let go and quickly move on." (p. 70)
--
AOLserver - http://www.aolserver.com/
To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]>
with the
body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject:
field of your email blank.