Re: libcurl.so.4
Mike Aubury <[email protected]>
| Newsgroups | gmane.comp.lang.4gl.aubit.general |
|---|---|
| Message-ID | <CAGAq4WEjMspfqyTTYpF30nb+vOesd4YcQGjOv1B17_jCG29_Tw@mail.gmail.com> |
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.. On Sun, 3 Mar 2019 at 10:43, José María <[email protected]> wrote: > > ncurses Installed (one step less)… > > If I try to install using missing.optional, it stops because it can’t find > the pdcurses file (although pdcurses it’s already installed, the same with > gtk): > > sudo make missing.optional > find: ‘/usr/src/redhat/SRPMS/’: No such file or directory > find: ‘/usr/src/redhat/RPMS/’: No such file or directory > /usr/bin/wget > http://umn.dl.sourceforge.net/sourceforge/pdcurses/PDCurses-2.6.tar.gz > --2019-03-03 11:32:45-- > http://umn.dl.sourceforge.net/sourceforge/pdcurses/PDCurses-2.6.tar.gz > Resolviendo umn.dl.sourceforge.net (umn.dl.sourceforge.net)... ^[[Afalló: > Name or service not known. > wget: no se pudo resolver la dirección del equipo “umn.dl.sourceforge.net” > > > I think it stops because the first file has not found, but… can I update > the links? or force to continue with the other files? > > Thanks. > > JMB > > El 3 de marzo de 2019 a las 11:26:44, Mike Aubury ([email protected]) > escribió: > > you need to install ncurses-dev or ncurses-devel (whichever it is on your > platform) > > > On Sun, 3 Mar 2019 at 10:23, José María <[email protected]> wrote: > >> I'm trying to compile AUBIT, but, of course, I have problems with it... >> >> >> after sudo ./configure I got: >> >> >> | *** WARNING *** | >> >> | No curses or GTK detected - your only screen UI will be CONSOLE | >> >> | IN CONSOLE MODE YOU WILL NOT BE ABLE TO USE FORMS - ONLY DISPLAY | >> >> | ERROR MESSAGE MENU & PROMPT WILL WORK! Considder installing | >> >> | 'curses' libraries >> >> >> and.... >> >> >> make targets to install this options are: | >> >> | install.pdcurses install.pdflib install.ifx.esql install.ingres >> install.mysql.client install.pg.odbc install.ifx.odbc install.iodbc >> install.xmlrpc install.cint install.sunrpc install.mpz install.sapdb.odbc >> install.iksemel install.pg.esql install.gtk install.gtk2 install.glade2 >> install.sqlite install.sqlite.odbc install.libspopc install.libsmtp >> install.pcre install.sxml install.dot install.doxygen install.libcheck >> >> | | >> >> | You can install individual options as spercified in output of | >> >> | 'make help.optional' command. Otherwise: | >> >> | | >> >> | Please install this options manually, if you wish to use | >> >> | this Aubit compiler extended functionality: | >> >> | | >> >> | LEX_PCODEC LEX_PERL aubit4gl_pl.pm UI_TUI UI_HL_TUI UI_HL_TUIN >> UI_HL_TUINs UI_HL_TUIw UI_HL_TUIws UI_HL_TUIX EXREPORT_PDF LOGREPPROC_PDF >> EXREPORT_HARU LOGREP_PDF SQL_esql ESQL_INFORMIX sqleditor.4ae aupscol >> adbload2 asql_i.4ae SQL_ingres ESQL_INGRES SQL_mysql SQL_pgodbc SQL_ifxodbc >> SQL_iodbc RPC_XMLRPC A4GL_cint RPC_XDR FORM_XDR XDRPACKER_report >> XDRPACKER_struct_form PACKER_XDR XDRPACKER_module >> XDRPACKER_module_definition EXDTYPE_mpz SQL_sapodbc SQL_pg SQL_pg8 >> UI_HL_GTK LOGREP_CSV LOGREP_TXT LOGREP_HTML UI_GLADE A4GL_glade SQL_sqlite >> SQL_sqliteS SQL_sqlite3 SQL_sqlite3S SQL_sqliteodbc A4GL_pop fgl_smtp >> A4GL_pcre A4GL_sxml ESQL_POSTGRES SQL_esqlPG ESQL_QUERIX SQL_esqlQ >> SQL_esqlSAP ESQL_SAP IM_JABBER IM_JABBERs >> >> >> >> >> >> And if I try sudo make missing.optional, I got >> >> >> find: ‘/usr/src/redhat/SRPMS/’: No such file or directory >> >> find: ‘/usr/src/redhat/RPMS/’: No such file or directory >> >> /usr/bin/wget >> http://umn.dl.sourceforge.net/sourceforge/pdcurses/PDCurses-2.6.tar.gz >> >> --2019-03-03 11:16:40-- >> http://umn.dl.sourceforge.net/sourceforge/pdcurses/PDCurses-2.6.tar.gz >> >> Resolviendo umn.dl.sourceforge.net (umn.dl.sourceforge.net)... falló: >> Name or service not known. >> >> wget: no se pudo resolver la dirección del equipo “umn.dl.sourceforge.net >> ” >> >> make: *** [incl/Makefile-install.mki:2561: PDCurses-2.6.tar.gz] Error 4 >> >> >> Any suggestion? >> >> >> Thanks >> >> >> JMB >> >> El 3 de marzo de 2019 a las 10:31:38, Mike Aubury ([email protected]) >> escribió: >> >> If you're installing from a binary - the libraries must match. >> That why I always recommend (on unix/linux) - compiling from source. >> >> On Sat, 2 Mar 2019 at 23:26, José María <[email protected]> wrote: >> >>> I'm reinstalling aubit in a new environtment (in order to clean the >>> tests I made). >>> The new installation it's Fedora 28, and I'm installing from aubit >>> binaries. >>> I got this error: >>> >>> 4glpc: /lib64/libcurl.so.4: no version information available (required >>> by /opt/aubit4glbin/lib/libaubit4gl-1.5_1.so) >>> >>> Any idea? >>> >>> I think they are waiting libcurl3 instead of libcurl4... >>> >>> Thanks. >>> >>> JMB >>> _______________________________________________ >>> Aubit4gl-discuss mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/aubit4gl-discuss >>> >> _______________________________________________ >> Aubit4gl-discuss mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/aubit4gl-discuss >> > _______________________________________________ > Aubit4gl-discuss mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/aubit4gl-discuss > _______________________________________________ Aubit4gl-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/aubit4gl-discuss