-
Notifications
You must be signed in to change notification settings - Fork 9
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
Failed to Install #17
Comments
what OS and architecture are you trying to build on ? |
I'm installing in Debian10 x64 |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
gcc
../pb-config --cflags
-I.. -fPIC -o pluginbox_example.lo -c pluginbox_example.cgcc -o pluginbox_example.so pluginbox_example.lo
../pb-config --libs
-ldb -L../gwlib -lgw -lgwlib -shared/bin/ld: /usr/local/lib/kannel/libgwlib.a(log.o): relocation R_X86_64_PC32 against symbol
stderr@@GLIBC_2.2.5' can not be used when making a shared object; recompile with -fPIC /bin/ld: /usr/local/lib/kannel/libgwlib.a(utils.o): relocation R_X86_64_PC32 against symbol
stderr@@GLIBC_2.2.5' can not be used when making a shared object; recompile with -fPIC/bin/ld: /usr/local/lib/kannel/libgwlib.a(charset.o): relocation R_X86_64_PC32 against symbol
chars_aliases' can not be used when making a shared object; recompile with -fPIC /bin/ld: /usr/local/lib/kannel/libgwlib.a(http.o): relocation R_X86_64_PC32 against symbol
http_start_request' can not be used when making a shared object; recompile with -fPIC/bin/ld: final link failed: nonrepresentable section on output
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:84: pluginbox_example.so] Error 1
rm pluginbox_example.lo
The text was updated successfully, but these errors were encountered: