2011/4/11 Jean-Michel Barbet <[email protected]>: > Hello all, > > I am trying to package a MonaLisa sensor that comes with its own > java binary distribution and would be installed in /usr/local. > > I can build the package fine but it does not install because of a > dependency not satisfied : > > depcheck: package MLSensor 1.0-1 needs libodbc.so()(64bit) > depcheck: package MLSensor 1.0-1 needs libodbcinst.so()(64bit) > > This is because rpmbuild have autocomputed the dependencies and > the resulting RPM have these requirements : > libodbc.so()(64bit) > libodbcinst.so()(64bit)
unixODBC-2.2.14-11.el6.i686 : A complete ODBC driver manager for Linux Repo : sl Matched from: Filename : /usr/lib/libodbc.so unixODBC-2.2.14-11.el6.x86_64 : A complete ODBC driver manager for Linux Repo : sl Matched from: Filename : /usr/lib64/libodbc.so and unixODBC-2.2.14-11.el6.i686 : A complete ODBC driver manager for Linux Repo : sl Matched from: Filename : /usr/lib/libodbcinst.so unixODBC-2.2.14-11.el6.x86_64 : A complete ODBC driver manager for Linux Repo : sl Matched from: Filename : /usr/lib64/libodbcinst.so are you using sl 5 or sl 6? -- Eero
