On 7/23/19 5:18 PM, Angelos Tzotsos wrote: > gcc cgictest.o -o cgictest.cgi -L./ -lcgic /usr/lib/libfcgi.a > gcc: error: /usr/lib/libfcgi.a: No such file or directory So it wants the fcgi static library, apt-file is your friend again:
$ apt-file search libfcgi.a libfcgi-dev: /usr/lib/x86_64-linux-gnu/libfcgi.a If the non-multiarch path is hardcoded, that needs to be patched. Kind Regards, Bas -- GPG Key ID: 4096R/6750F10AE88D4AF1 Fingerprint: 8182 DE41 7056 408D 6146 50D1 6750 F10A E88D 4AF1
