When i try and compile the latest version i give the make setup && make compile and after about 10 minutes of running it gives me: "configure: error: No ODBC driver manager configured. Pperhaps you need to give configure --with-odbc=/some/location?".
Ive tried a few things with configure but i can't get it to work. Any solutions? I'm running Fedora Core 4 and i made sure odbc is installed.
I am running FC3, so it will run on your's. I have found out the need to install unixODBC-devel rpm, but the need of this -devel is be the same for all the required libraries rpm's with redhat fedora, please checkout,
Because we have changed a lot with all the updates we have done, the best you can do is be using the cvs source. For a source compile i do not use make setup && make compile any more, just go to livesupport/bin and run ./setupDevelopmentEnvironment.sh
oh ok great thanks, i'll try that, yeah i tried to compile it in the past versions and it took forever but always ran into an error... I'll try that now though. Thanks