by Peter Moss
27. July 2010 18:19
Hopefully this article will save someone a little bit of time trying to get OCCI to work with CGI on Solaris. It is one of those things that is not documented (until now) anywhere, but can be "learned" the hard way.
Recently, I had to use Oracle OCCI library in an Apache CGI program for one of my clients. Sounds like a simple task. I went out and hacked away a simple test driver to test the OCCI libraries:
#include <sys/types.h>#include <unistd.h>#include <stdio.h>#include <time.h>#include <iostream>#include "fcgi_stdio.h"#include <occi.h>using namesp...
[More]
8d18aad3-1bad-4b02-a4c7-50cadc6f7857|2|5.0
Tags: