Re: libcurl.so.4
José María <[email protected]>
| Newsgroups | gmane.comp.lang.4gl.aubit.general |
|---|---|
| Message-ID | <[email protected]> |
Hi, Finally I could compile AUBIT into Fedora 28, with some dificulties and of course the major part of the packages with newer versions than the makefile expects. I had special problems with libcheck and cint, but finally it worked. After I compiled aubit (still with some warnings), I still having the same issue that when I try to install and use from binary packages. calling 4glc with A4GL_UI=TUI, I got: 4glc 4glc: /lib64/libcurl.so.4: no version information available (required by /opt/aubit4glbin/lib/libaubit4gl-1.5_1.so) Aubit 4GL compiler usage: 4glc [options] -oOutFile.ext file.ext [file.ext ...] Try -help for more. and calling a compiled program (in this case f.4ae) I got: ./f.4ae: /lib64/libcurl.so.4: no version information available (required by /opt/aubit4glbin/lib/libaubit4gl-1.5_1.so) Error: can't open DLL /opt/aubit4glbin/plugins-1.5_1/libUI_TUI.so - STOP Error msg: libncurses.so.5: cannot open shared object file: No such file or directory Cannot open DLL However, I have libncuses.so.5 library: locate libncurses.so.5 /usr/lib/libncurses.so.5 /usr/lib/libncurses.so.5.9 In my previous test I had this error (about libcurl.so.4) in a Ubuntu system installation, and finally I found a particular library that gives compatibility with libcurl.so.4 and libcurl.so.3, and it worked, but I can't find it again (maybe is not the best solution, but it worked). On the other hand it works in GTK mode.... (slow), but works..... Any idea how to solve it? I will continue checking the warnings or maybe install a previos version of libcur???? and ncurses? Thanks JMB El 3 de marzo de 2019 a las 12:20:54, Mike Aubury ([email protected]) escribió: I think you could try a "make -k missing.optional" But - to be honest - I'd personally always install manually using your package manager. You wont need pdcurses (for a start). Make sure you've got gcc, make, etc installed (obviously) Any db stuff (informix clientsdk/ mysql development stuff/pg development stuff) bison, flex (again - dev/devel variants if you have them) ncurses-dev rpcgen / anything with sunrpc on it, eg libtirpc and you should probably be good to go.. _______________________________________________ Aubit4gl-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/aubit4gl-discuss