Archive for the tag 'compile'

 

 

Oct 04 2009

Compiling Freeradius with Oracle Support

Published by dave under Freeradius, Oracle

Compilation Error?

The Oracle client being installed (11g R2 in my setup), Freeradius doesn’t seem to find Oracle headers.
I get the following error message:

Error compiling Oracle/Freeradius
configure: WARNING: oracle headers not found.
Use –with-oracle-home-dir=<path>.
configure: WARNING: silently not building rlm_sql_oracle.
configure: WARNING: FAILURE: rlm_sql_oracle requires: oci.h.

 
Specifying the path to –with-oracle-home-dir doesn’t change anything at all.
 
Installing Oracle Client
Install Oracle runtime client [...]

No responses yet

Nov 15 2008

Speed up your Compile Times

Published by dave under linux

Having loads of apps to compile, I worked on improving times.
I wasn’t getting the best performances out of my Linux Redhat, so I turned off the cpuspeed service. I don’t know what’s up with cpuspeed, but it doesn’t release the full cpu capabilities.
Then I took benefits of the server’s 4 processors running "make command" in [...]

No responses yet