Compile error: odbc
  • 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.

    Thanks
    Mike
  • 3 Comments sorted by
  • 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,

    http://livesupport.campware.org/public_html/doc/developmentTools.html

    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

    Good to know compiling take's some time.
  • Some time's it takes a half day

    Information on howto checkout cvs can be found at http://livesupport.campware.org/public_html/doc/gettingStarted.html



    Post Edited (08-08-05 18:04)
  • 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