Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Address of libfq in debian family #3

Closed
mkgrgis opened this issue Jan 26, 2021 · 3 comments
Closed

Address of libfq in debian family #3

mkgrgis opened this issue Jan 26, 2021 · 3 comments

Comments

@mkgrgis
Copy link

mkgrgis commented Jan 26, 2021

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 command ln -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.

@ibarwick
Copy link
Owner

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.

@mkgrgis
Copy link
Author

mkgrgis commented Feb 21, 2022

Thanks for documentation @ibarwick ! It's very useful to read about functions.

@mkgrgis
Copy link
Author

mkgrgis commented Dec 29, 2022

./configure --prefix='/usr'; is recommendation for debian/ubuntu family, please update documentation. --prefix works fine!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants