Re: 0.7_rc1 release
אריאל קלגסבלד Ariel Klagsbald <[email protected]> Mon, 10 Oct 2011 08:21:05 +0200
| Newsgroups | gmane.comp.db.mdb-tools.devel |
|---|---|
| Message-ID | <CAOejwRR+1M3iJ0QRYeteDG9YzS020QQMLNAXnp7LvmBdVbRCow@mail.gmail.com> |
--===============2668988235659524631== Content-Type: multipart/alternative; boundary=90e6ba6e8ebcb7445e04aeebcbf8 --90e6ba6e8ebcb7445e04aeebcbf8 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 2011/10/6 Nirgal <[email protected]> > Can you try to change in configure.in, on line 117, > AM_PATH_GLIB_2_0(2.0.0) > into > AM_PATH_GLIB_2_0([2.0.0]) > ? > > Okay, this seems to have an effect: configure fails no more. But make sti= ll won't run: it says [arielk@this brianb-mdbtools-c540d89]$ make cd . && /bin/sh /home/arielk/brianb-mdbtools-c540d89/missing --run aclocal-1.9 aclocal:configure.in:117: warning: macro `AM_PATH_GLIB_2_0' not found in library autom4te: cannot open autom4te.cache/requests: Permission denied aclocal-1.9: autom4te failed with exit status: 1 make: *** [aclocal.m4] Error 1 [arielk@this brianb-mdbtools-c540d89]$ ls -l autom4te.cache/requests -rw-r--r-- 1 root root 17255 Oct 4 12:09 autom4te.cache/requests I take it these are two separate problems. Do I have to be root in order to install? no way around it? And about glib, I don't have an idea on how to check it (shame on me). The system runs CentOS, which my sysadmin claims is compatible to RedHat 5.5. > Thank you for reporting that problem. > Thank you for your help! > > On Thursday 06 October 2011 06:46:23 =D7=90=D7=A8=D7=99=D7=90=D7=9C =D7= =A7=D7=9C=D7=92=D7=A1=D7=91=D7=9C=D7=93 Ariel Klagsbald wrote: > > Hi. > > > > I've tried to install this newest version, and failed. It's most > probably > > something stupid I've done - I'm not really experienced in these things= . > > > > I've downloaded brianb-mdbtools-0.7_rc1-0-gc540d89.tar.gz and opened it > (so > > far so good), and tried to run autogen.sh. It complained about not havi= ng > > the newest libtool. So I've got my sysadmin to install it (he claims he > has > > done it fine). Then I've run autogen,sh and it seemed good. Then > > ./configure, which printed a lot of things and then failed at > > > > checking for iconv... yes > > checking for iconv declaration... > > extern size_t iconv (iconv_t cd, char * *inbuf, size_t > > *inbytesleft, char * *outbuf, size_t *outbytesleft); > > checking Are we using flex ... no - SQL engine disable > > ./configure: line 19875: syntax error near unexpected token `2.0.0' > > ./configure: line 19875: `AM_PATH_GLIB_2_0(2.0.0)' > > I'm duffer at shell scripts too, and the sole line at configure line > 19875, > > which is simply 'AM_PATH_GLIB_2_0(2.0.0)' really didn't make sense to m= e. > So > > I've commented it out, and the configure has (apparently) successfully > > finished. But now 'make' failed and I take it it has failed because of > this > > GLIB thing (in include/mdbtools.h, it tries to include glib.h, and > > complained there's no such file or directory. And then a lot of other > > errors, which I think result from this failed include). > > > > Any help wiil be appreciated, > > Ariel. > > > > P.S. I'm tring to install as non-root, if it matters. If there's a way = to > > not having to disturb my sysadmin again, that is, installing it all und= er > my > > homedir, I'd like to know. Thanks again > > > -------------------------------------------------------------------------= ----- > All the data continuously generated in your IT infrastructure contains a > definitive record of customers, application performance, security > threats, fraudulent activity and more. Splunk takes this data and makes > sense of it. Business sense. IT sense. Common sense. > http://p.sf.net/sfu/splunk-d2dcopy1 > _______________________________________________ > mdbtools-dev mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mdbtools-dev > --90e6ba6e8ebcb7445e04aeebcbf8 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr"><br><br> <div class=3D"gmail_quote">2011/10/6 Nirgal <span dir=3D"ltr"><<a href= =3D"mailto:[email protected]" target=3D"_blank">contact_mdbtools@= nirgal.com</a>></span><br> <blockquote style=3D"BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex= ; PADDING-LEFT: 1ex" class=3D"gmail_quote">Can you try to change in <a href= =3D"http://configure.in/" target=3D"_blank">configure.in</a>, on line 117,<= br> AM_PATH_GLIB_2_0(2.0.0)<br>into<br>AM_PATH_GLIB_2_0([2.0.0])<br>?<br><br></= blockquote> <div>Okay, this seems to have an effect: configure fails no more. But make = still won't run: it says</div> <div>=C2=A0</div> <div>[arielk@this brianb-mdbtools-c540d89]$ make<br>cd . && /bin/sh= /home/arielk/brianb-mdbtools-c540d89/missing --run aclocal-1.9<br>aclocal:= <a href=3D"http://configure.in:117/" target=3D"_blank">configure.in:117</a>= : warning: macro `AM_PATH_GLIB_2_0' not found in library<br> autom4te: cannot open autom4te.cache/requests: Permission denied<br>aclocal= -1.9: autom4te failed with exit status: 1<br>make: *** [aclocal.m4] Error 1= <br>[arielk@this brianb-mdbtools-c540d89]$ ls -l autom4te.cache/requests<br= > -rw-r--r-- 1 root root 17255 Oct=C2=A0 4 12:09 autom4te.cache/requests</div= > <div><br>=C2=A0</div> <div>=C2=A0 I take it these are two separate problems. Do I have to be root= in order to install? no way around it?=C2=A0 And about glib, I don't h= ave an idea on how to check it (shame on me). The system runs CentOS, which= my sysadmin claims is compatible to RedHat 5.5.</div> <div>=C2=A0</div> <div>=C2=A0</div> <blockquote style=3D"BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex= ; PADDING-LEFT: 1ex" class=3D"gmail_quote">Thank you for reporting that pro= blem.<br></blockquote> <div>=C2=A0</div> <div>Thank you for your help!</div> <div>=C2=A0</div> <blockquote style=3D"BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex= ; PADDING-LEFT: 1ex" class=3D"gmail_quote"> <div> <div></div> <div><br>On Thursday 06 October 2011 06:46:23 =D7=90=D7=A8=D7=99=D7=90=D7= =9C =D7=A7=D7=9C=D7=92=D7=A1=D7=91=D7=9C=D7=93 Ariel Klagsbald wrote:<br>&g= t; =C2=A0Hi.<br>><br>> =C2=A0 I've tried to install this newest v= ersion, and failed. It's most probably<br>> something stupid I'v= e done - I'm not really experienced in these things.<br> ><br>> I've downloaded brianb-mdbtools-0.7_rc1-0-gc540d89.tar.gz = and opened it (so<br>> far so good), and tried to run autogen.sh. It com= plained about not having<br>> the newest libtool. So I've got my sys= admin to install it (he claims he has<br> > done it fine). Then I've run autogen,sh and it seemed good. Then<b= r>> ./configure, which printed a lot of things and then failed at<br>>= ;<br>> checking for iconv... yes<br>> checking for iconv declaration.= ..<br> > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0extern size_t iconv (iconv_t cd, cha= r * *inbuf, size_t<br>> *inbytesleft, char * *outbuf, size_t *outbytesle= ft);<br>> checking Are we using flex ... no - SQL engine disable<br>>= ./configure: line 19875: syntax error near unexpected token `2.0.0'<br= > > ./configure: line 19875: `AM_PATH_GLIB_2_0(2.0.0)'<br>> I'm= duffer at shell scripts too, and the sole line at configure line 19875,<br= >> which is simply 'AM_PATH_GLIB_2_0(2.0.0)' really didn't m= ake sense to me. So<br> > I've commented it out, and the configure has (apparently) successf= ully<br>> finished. But now 'make' failed and I take it it has f= ailed because of this<br>> GLIB thing (in include/mdbtools.h, it tries t= o include glib.h, and<br> > complained there's no such file or directory. And then a lot of ot= her<br>> errors, which I think result from this failed include).<br>>= <br>> =C2=A0 Any help wiil be appreciated,<br>> Ariel.<br>><br>>= ; P.S. I'm tring to install as non-root, if it matters. If there's = a way to<br> > not having to disturb my sysadmin again, that is, installing it all un= der my<br>> homedir, I'd like to know. Thanks again<br><br></div></d= iv> <div> <div></div> <div>----------------------------------------------------------------------= --------<br>All the data continuously generated in your IT infrastructure c= ontains a<br>definitive record of customers, application performance, secur= ity<br> threats, fraudulent activity and more. Splunk takes this data and makes<br>= sense of it. Business sense. IT sense. Common sense.<br><a href=3D"http://p= .sf.net/sfu/splunk-d2dcopy1" target=3D"_blank">http://p.sf.net/sfu/splunk-d= 2dcopy1</a><br> _______________________________________________<br>mdbtools-dev mailing lis= t<br><a href=3D"mailto:[email protected]" target=3D"_blank= ">[email protected]</a><br><a href=3D"https://lists.source= forge.net/lists/listinfo/mdbtools-dev" target=3D"_blank">https://lists.sour= ceforge.net/lists/listinfo/mdbtools-dev</a><br> </div></div></blockquote></div></div> --90e6ba6e8ebcb7445e04aeebcbf8-- --===============2668988235659524631== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2dcopy1 --===============2668988235659524631== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ mdbtools-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mdbtools-dev --===============2668988235659524631==--