Closed mkgrgis closed 1 year ago
This is expected behaviour:
$ ./configure --help
`configure' configures libfq 0.4.3 to adapt to many kinds of systems.
Usage: ./configure [OPTION]... [VAR=VALUE]...
(...)
Installation directories:
--prefix=PREFIX install architecture-independent files in PREFIX
[/usr/local]
(...)
Without changing that value, something like this:
export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
will ensure the library file is found.
Thanks for documentation @ibarwick ! It's very useful to read about functions.
./configure --prefix='/usr';
is recommendation for debian/ubuntu family, please update documentation. --prefix
works fine!
Compilation of firebird_fdw for ubuntu/mint/debian is correct and nice. But default base directory for libfq.so is
/usr/local/lib
. For libfq will visible i must execute this commandln -s '/usr/local/lib/libfq-0.4.2.so' '/usr/lib'
. This is not a big problem, no need to make new release of libfq. Please, have in mind to correct library storage path for debian family in next release.