Re: [Xastir] Fedora Wiki, possible tweak
Post the relevant sections of your config.log or send the entire file to me privately (to avoid sending large files to the list). On Wed, 2008-01-23 at 07:46 -0600, Gerry Creager wrote: > FWIW, if one were to do a 'yum install pcre-devel' it'd also install the > base RPM. > > NOW: For you Fedora gurus, I've run into a problem with 1.9.2 stable on > Fedora 7. Won't compile with geotiff enabled and with: > rpm -qa|grep -i geotiff > libgeotiff-devel-1.2.4-0.3.rc1.fc7 > libgeotiff-1.2.4-0.3.rc1.fc7 -- 73, de Brad KB8UYR/6 ___ Xastir mailing list Xastir@xastir.org http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir
Re: [Xastir] Fedora Wiki, possible tweak
OK, take'n a shot in the dark here. Do you have: libtiff Installed? I'd guess you do. But not much more to go on, yet. What's the error you get? 73 Gerry Creager wrote: NOW: For you Fedora gurus, I've run into a problem with 1.9.2 stable on Fedora 7. Won't compile with geotiff enabled and with: rpm -qa|grep -i geotiff libgeotiff-devel-1.2.4-0.3.rc1.fc7 libgeotiff-1.2.4-0.3.rc1.fc7 ___ Xastir mailing list Xastir@xastir.org http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir
Re: [Xastir] Fedora Wiki, possible tweak
Gerry, I get it to play by hacking the src/Makefile for compiler option "-I/usr/include/libgeotiff". I believe that you may be hanging on a file that it can't find "xtiffio" or something like that (overloaded brain cell at the moment, courtesy of the salt mines). When the configure script is running, it is not putting in this library for some reason. Maybe a configure guru can enlighten us on this part. 73 from 807, Richard, N6NKO Gerry Creager <[EMAIL PROTECTED]> wrote: FWIW, if one were to do a 'yum install pcre-devel' it'd also install the base RPM. NOW: For you Fedora gurus, I've run into a problem with 1.9.2 stable on Fedora 7. Won't compile with geotiff enabled and with: rpm -qa|grep -i geotiff libgeotiff-devel-1.2.4-0.3.rc1.fc7 libgeotiff-1.2.4-0.3.rc1.fc7 Right now, I'm up with 'configure --without-geotiff' but that's obviously not the best way to go. I mean, really: This is Xastir and we want it all! gerry Richard Polivka wrote: > Should be pcre-devel. > > 73 from 807, > > Richard, N6NKO > xastir on Fedora 7/8 > > > "Curt, WE7U" wrote: > Forwarding this 'cuz this guy is not making it to the list. Could > someone running Fedora check this and update the Wiki if needed? > Thanks. > > -- Forwarded message -- > Date: Sat, 19 Jan 2008 21:38:30 -0600 > From: Neville A. Cross > To: "Curt Mills, WE7U" > Subject: Re: Problem installing from CVS > > > > > Curt, WE7U wrote: >> You message to the list bounced. You must subscribe first. The >> message only went to the list admins, of which there are two, and we >> regularly delete without reading because most of them are spam. >> I'll answer this one the best I can, but please subscribe. Thanks! >> >> >> > I subscribed some time ago and I am receiving a daily digest. I didn't > see my post. > I not sure why my email is bouncing. I even went to the mailing list > admin page to check my personal mailing options. > > Thanks for your advice. The link was useful and I think that what help > the most was the advice regarding not using SU. > > By the way in the page http://www.xastir.org/wiki/index.php/HowTo:Fedora > in the part 5. PCRE (Perl Compatible Regular Expressions) it said > "yum -y install pcre pcre-dev" > And I think what should be there is > > "yum -y install pcre pcre-devel" > The last two letters are missing from the second package name. > > > Thanks again > > Neville > YN1V > > > > > > ___ > Xastir mailing list > Xastir@xastir.org > http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir > > ___ > Xastir mailing list > Xastir@xastir.org > http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir -- Gerry Creager -- [EMAIL PROTECTED] Texas Mesonet -- AATLT, Texas A&M University Cell: 979.229.5301 Office: 979.862.3982 FAX: 979.862.3983 Office: 1700 Research Parkway Ste 160, TAMU, College Station, TX 77843 ___ Xastir mailing list Xastir@xastir.org http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir
Re: [Xastir] Fedora Wiki, possible tweak
FWIW, if one were to do a 'yum install pcre-devel' it'd also install the base RPM. NOW: For you Fedora gurus, I've run into a problem with 1.9.2 stable on Fedora 7. Won't compile with geotiff enabled and with: rpm -qa|grep -i geotiff libgeotiff-devel-1.2.4-0.3.rc1.fc7 libgeotiff-1.2.4-0.3.rc1.fc7 Right now, I'm up with 'configure --without-geotiff' but that's obviously not the best way to go. I mean, really: This is Xastir and we want it all! gerry Richard Polivka wrote: Should be pcre-devel. 73 from 807, Richard, N6NKO xastir on Fedora 7/8 "Curt, WE7U" <[EMAIL PROTECTED]> wrote: Forwarding this 'cuz this guy is not making it to the list. Could someone running Fedora check this and update the Wiki if needed? Thanks. -- Forwarded message -- Date: Sat, 19 Jan 2008 21:38:30 -0600 From: Neville A. Cross To: "Curt Mills, WE7U" Subject: Re: Problem installing from CVS Curt, WE7U wrote: You message to the list bounced. You must subscribe first. The message only went to the list admins, of which there are two, and we regularly delete without reading because most of them are spam. I'll answer this one the best I can, but please subscribe. Thanks! I subscribed some time ago and I am receiving a daily digest. I didn't see my post. I not sure why my email is bouncing. I even went to the mailing list admin page to check my personal mailing options. Thanks for your advice. The link was useful and I think that what help the most was the advice regarding not using SU. By the way in the page http://www.xastir.org/wiki/index.php/HowTo:Fedora in the part 5. PCRE (Perl Compatible Regular Expressions) it said "yum -y install pcre pcre-dev" And I think what should be there is "yum -y install pcre pcre-devel" The last two letters are missing from the second package name. Thanks again Neville YN1V ___ Xastir mailing list Xastir@xastir.org http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir ___ Xastir mailing list Xastir@xastir.org http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir -- Gerry Creager -- [EMAIL PROTECTED] Texas Mesonet -- AATLT, Texas A&M University Cell: 979.229.5301 Office: 979.862.3982 FAX: 979.862.3983 Office: 1700 Research Parkway Ste 160, TAMU, College Station, TX 77843 ___ Xastir mailing list Xastir@xastir.org http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir
Re: [Xastir] Fedora Wiki, possible tweak
On Tue, 22 Jan 2008, Richard Polivka wrote: > Should be pcre-devel. Thanks. Wiki has been updated to reflect this. -- Curt, WE7U: XASTIR: "Lotto: A tax on people who are bad at math." -- unknown "Windows: Microsoft's tax on computer illiterates." -- WE7U The world DOES revolve around me: I picked the coordinate system! ___ Xastir mailing list Xastir@xastir.org http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir
Re: [Xastir] Fedora Wiki, possible tweak
Should be pcre-devel. 73 from 807, Richard, N6NKO xastir on Fedora 7/8 "Curt, WE7U" <[EMAIL PROTECTED]> wrote: Forwarding this 'cuz this guy is not making it to the list. Could someone running Fedora check this and update the Wiki if needed? Thanks. -- Forwarded message -- Date: Sat, 19 Jan 2008 21:38:30 -0600 From: Neville A. Cross To: "Curt Mills, WE7U" Subject: Re: Problem installing from CVS Curt, WE7U wrote: > You message to the list bounced. You must subscribe first. The > message only went to the list admins, of which there are two, and we > regularly delete without reading because most of them are spam. > I'll answer this one the best I can, but please subscribe. Thanks! > > > I subscribed some time ago and I am receiving a daily digest. I didn't see my post. I not sure why my email is bouncing. I even went to the mailing list admin page to check my personal mailing options. Thanks for your advice. The link was useful and I think that what help the most was the advice regarding not using SU. By the way in the page http://www.xastir.org/wiki/index.php/HowTo:Fedora in the part 5. PCRE (Perl Compatible Regular Expressions) it said "yum -y install pcre pcre-dev" And I think what should be there is "yum -y install pcre pcre-devel" The last two letters are missing from the second package name. Thanks again Neville YN1V ___ Xastir mailing list Xastir@xastir.org http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir ___ Xastir mailing list Xastir@xastir.org http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir
[Xastir] Fedora Wiki, possible tweak
Forwarding this 'cuz this guy is not making it to the list. Could someone running Fedora check this and update the Wiki if needed? Thanks. -- Forwarded message -- Date: Sat, 19 Jan 2008 21:38:30 -0600 From: Neville A. Cross <[EMAIL PROTECTED]> To: "Curt Mills, WE7U" <[EMAIL PROTECTED]> Subject: Re: Problem installing from CVS Curt, WE7U wrote: > You message to the list bounced. You must subscribe first. The > message only went to the list admins, of which there are two, and we > regularly delete without reading because most of them are spam. > I'll answer this one the best I can, but please subscribe. Thanks! > > > I subscribed some time ago and I am receiving a daily digest. I didn't see my post. I not sure why my email is bouncing. I even went to the mailing list admin page to check my personal mailing options. Thanks for your advice. The link was useful and I think that what help the most was the advice regarding not using SU. By the way in the page http://www.xastir.org/wiki/index.php/HowTo:Fedora in the part 5. PCRE (Perl Compatible Regular Expressions) it said "yum -y install pcre pcre-dev" And I think what should be there is "yum -y install pcre pcre-devel" The last two letters are missing from the second package name. Thanks again Neville YN1V ___ Xastir mailing list Xastir@xastir.org http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir