Hi
Newer versions of Tablix won't run from the build directory. You have to
use the 'make install' command (this converts object files to shared
object .so files). Try the following:
Make a separate directory /home/jaume/local for compiled files. Then
configure Tablix with "./configure --prefix=/home/jaume/local" and any
other options you normally use here.
Do a 'make clean; make; make install'. This will install Tablix to
/home/jaume/local.
Now all you have to do is to add /home/jaume/local/bin to your PATH and
/home/jaume/local/lib/tablix to your LD_LIBRARY_PATH environment
variable.
You can also use the '--enable-abspath=/home/jaume/local/lib/tablix'
configure option instead of setting LD_LIBRARY_PATH.
Hope that helps
Tomaz Solc
This archive was generated by hypermail 2.1.8 : Tue Aug 16 2005 - 20:42:12 CEST