KAIST-IS521 / TeamThree

Team 3
0 stars 3 forks source link

[CROSS TEAM]./build/DNSchecker #38

Open mickan921 opened 7 years ago

mickan921 commented 7 years ago

After entering in "make",

the documentation suggests that there will be a file called "DNSchecker" in the build directory,

but I cannot find any.

Does anyone else have this issue?

seongil-wi commented 7 years ago

I made a new commit 7ccefd555b9a7fd174415210d6dac9217af551a5

Test environment Docker was zcalusic / debian-jessie-i386 and confirmed that the build was completed. If you still have problems, please let me know.

mickan921 commented 7 years ago

I was able to build on zcalusic / debian-jessie-i38,

but when I try to run, it shows

vagrant@deb32:~/TeamThree$ ./build/DNSChecker 142.523.52.5 80
./build/DNSChecker: error while loading shared libraries: libsla.so: cannot open shared object file: No such file or directory
seongil-wi commented 7 years ago

Does libsla.so exist in the ./build directory? It should be in there because the Makefile copy libsla.so to ./build. In my case, I was able to confirm that it works well when I enter make and run it in the docker environment.