You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've just installed beanstalk-client on a 64-bit openSUSE system. Doing 'sudo make install' puts the created library files into /usr/lib. It should go into /usr/lib64 instead, otherwise the libraries will not be found.
I looked in the makefile, the target lib directories are used in this part:
For my specific install, the lib directory should be /usr/lib64 instead.
Please adjust the makefile so that this path is defined automatically for the platforms that need it. Also, please make it so that the lib path can be easily adjusted in one place, eg in a variable - this as a fallback for previous request.
Apart from this, the compile and install goes fine (after I changed the lib path).
Thanks,
Wim.
The text was updated successfully, but these errors were encountered:
Hi,
I've just installed beanstalk-client on a 64-bit openSUSE system. Doing 'sudo make install' puts the created library files into /usr/lib. It should go into /usr/lib64 instead, otherwise the libraries will not be found.
I looked in the makefile, the target lib directories are used in this part:
For my specific install, the lib directory should be /usr/lib64 instead.
Please adjust the makefile so that this path is defined automatically for the platforms that need it. Also, please make it so that the lib path can be easily adjusted in one place, eg in a variable - this as a fallback for previous request.
Apart from this, the compile and install goes fine (after I changed the lib path).
Thanks,
Wim.
The text was updated successfully, but these errors were encountered: