Search found 5 matches

by dodobibi
01 Sep 2017 20:40
Forum: Discussions in English
Topic: C API with version 3.0.0-rc2 won't compile : undefined reference
Replies: 6
Views: 6636

Re: C API with version 3.0.0-rc2 won't compile : undefined reference

Great, thank you

Edit :
I tried the 3.0.0.rc3 version.

There is always undefined reference when compiling, and not libzs2.so
by dodobibi
01 Sep 2017 11:57
Forum: Discussions in English
Topic: C API with version 3.0.0-rc2 won't compile : undefined reference
Replies: 6
Views: 6636

Re: C API with version 3.0.0-rc2 won't compile : undefined reference

Thanks, but libzs2.so isn't provided in z-way-server-RaspberryPiXTools-v3.0.0-rc2.tgz cc -L/opt/z-way-server/libs -o z-way-test main.o -lzway -lzcommons -lzs2 -lpthread -lxml2 -lz -lm -lcrypto -larchive /usr/bin/ld : ne peut trouver -lzs2 collect2: error: ld returned 1 exit status Makefile:24 : la r...
by dodobibi
27 Aug 2017 00:43
Forum: Discussions in English
Topic: C API with version 3.0.0-rc2 won't compile : undefined reference
Replies: 6
Views: 6636

C API with version 3.0.0-rc2 won't compile : undefined reference

I try to compile a C program which use libzway.so. It work nice with version 2.3.5, but not with version 3.0.rc2. The compilation of z-way-test wasen't work too It won't compile because there is undefined references for these functions : cc -L/opt/z-way-server/libs -o z-way-test main.o -lzway -lzcom...
by dodobibi
27 Aug 2017 00:31
Forum: Discussions in English
Topic: z-way-server does not start in Stretch
Replies: 37
Views: 45854

Re: z-way-server does not start in Stretch

zway libraries need libssl1.0.0 but raspbian stretch give libssl1.0.2. a workaround consist to download and install this library (from raspbian jessie): wget http://mirrordirector.raspbian.org/raspbian/pool/main/o/openssl/libssl1.0.0_1.0.1t-1+deb8u6_armhf.deb sudo dpkg -i libssl1.0.0_1.0.1t-1+deb8u6...