--- "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Does anyone know how to get it working? > > Valetia >
The reason why this doesn't work, is that the current cgi-server doesn't load any of the RunRev libraries -- neither the libURL library, nor the revdb library ; it's just the MetaCard engine, basically. The word is that RunRev 2.0 will sport a new cgi-engine, which will have all the libraries loaded at startup, so your cgi-scripts can use them. In the meantime, you should be able to achieve what you want by adding a line start using stack "libURL" at the start of your cgi-script. Hope this helped, Jan Schenkel. ===== "As we grow older, we grow both wiser and more foolish at the same time." (La Rochefoucauld) __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
