I packaged tora trunk for Archlinux. Recent changes in trunk required following changes:
* build fix in src/connection/tooraclefind.cpp
add #include <unistd.h>, otherwhise unlink() and symlink() are undefined
* oracle lib fix for the oracle driver
add << QString::fromAscii("/usr/lib") to search paths. The Archlinux AUR packe for oracle-instantclient-basic installs to /usr directly.
The most sane approach here would be to use $ORACLE_HOME/lib from the environment I guess, but that exceeds my coding knowledge.
Anonymous
2012-12-05
Build fix + search path enhancement
Ivan Brezina
2013-02-22
Applied. Pls use tora-devel mail list if you want to push into upstream.
Ivan Brezina
2013-03-07