* more hamlib and gMFSK problems
@ 2004-05-03 2:57 N5NW Marty
2004-05-03 4:31 ` Wilbert Knol
2004-05-03 14:13 ` Tomi Manninen
0 siblings, 2 replies; 10+ messages in thread
From: N5NW Marty @ 2004-05-03 2:57 UTC (permalink / raw)
To: linux-hams
Thanks for the earlier help. I think I'm making progress. I think the
issue is with the hamlib install, although some of the programs like
rigctl run ok. When I ./configure --enable-hamlib | make | make install
gMFSK, I get the following:
checking for libgnomeui-2.0 hamlib... Package hamlib was not found in
the pkg-config search path.
Perhaps you should add the directory containing `hamlib.pc'
to the PKG_CONFIG_PATH environment variable
No package 'hamlib' found
configure: error: Library requirements (libgnomeui-2.0 hamlib) not met;
consider adjusting the PKG_CONFIG_PATH environment variable if your
libraries are in a nonstandard prefix so pkg-config can find them.
--end of quote--
Config without --enable-hamlib gives a good install, but will not
install hamlib:
checking PACKAGE_LIBS... -pthread -Wl,--export-dynamic -L/usr/X11R6/lib
-lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lpthread -lz -lgnomecanvas-2
-lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0
-latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0
-lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2
-lgobject-2.0 -lgthread-2.0 -lm -lgmodule-2.0 -ldl -lglib-2.0
configure: Disabling hamlib support
--end quote--
Apparently my hamlib is not installed correctly. It is in the directory
/usr/local/lib with a bunch of rig-specific hamlib files, and a
subdirectory called pkgconfig with the files fftw3.pc and hamlib.pc in
it. I did see a message in the archives that suggested editing
/etc/ld.so.conf to add /usr/local/lib and then running ldconfig, which I
did prior to installing gMFSK.
By the way, the behavior is identical in 0.5 and 0.6beta3, if that
matters (my deduction is that this indicates a problem with the hamlib
install, not gMFSK).
Any ideas on where I'm missing the boat, or what I might do to correct?
de N5NW / NNN0RBB (Marty)
Bellbrook, Ohio
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: more hamlib and gMFSK problems
2004-05-03 2:57 more hamlib and gMFSK problems N5NW Marty
@ 2004-05-03 4:31 ` Wilbert Knol
2004-05-03 14:13 ` Tomi Manninen
1 sibling, 0 replies; 10+ messages in thread
From: Wilbert Knol @ 2004-05-03 4:31 UTC (permalink / raw)
To: n5nw, linux-hams
Marty,
> When I ./configure --enable-hamlib | make |
> make install gMFSK, I get the following:
You should probably use:
./configure --enable-hamlib && make && make install
instead.
> checking for libgnomeui-2.0 hamlib... Package hamlib was not found
> in the pkg-config search path.
> Perhaps you should add the directory containing `hamlib.pc'
> to the PKG_CONFIG_PATH environment variable
> No package 'hamlib' found
You may have to copy
/usr/local/lib/pkgconfig/hamlib.pc
to
/usr/lib/pkgconfig/hamlib.pc
...or symlink the directories.
Hope this helps.
Wilbert, ZL2BSJ
^ permalink raw reply [flat|nested] 10+ messages in thread* Re: more hamlib and gMFSK problems
2004-05-03 2:57 more hamlib and gMFSK problems N5NW Marty
2004-05-03 4:31 ` Wilbert Knol
@ 2004-05-03 14:13 ` Tomi Manninen
2004-05-03 15:12 ` Marty N5NW
1 sibling, 1 reply; 10+ messages in thread
From: Tomi Manninen @ 2004-05-03 14:13 UTC (permalink / raw)
To: Linux-hams List
On Mon, 2004-05-03 at 05:57, N5NW Marty wrote:
> configure: error: Library requirements (libgnomeui-2.0 hamlib) not met;
> consider adjusting the PKG_CONFIG_PATH environment variable if your
> libraries are in a nonstandard prefix so pkg-config can find them.
...
> Apparently my hamlib is not installed correctly. It is in the directory
> /usr/local/lib with a bunch of rig-specific hamlib files, and a
> subdirectory called pkgconfig with the files fftw3.pc and hamlib.pc in
> it.
It is installed correctly but in a non-standard place (/usr/local).
You have already configured the dynamic linker to look under /usr/local
but you have to give pkg-config a hint too. To do that see what
"man pkg-config" says about PKG_CONFIG_PATH.
--
Tomi Manninen / OH2BNS / KP20ME04
^ permalink raw reply [flat|nested] 10+ messages in thread
* RE: more hamlib and gMFSK problems
2004-05-03 14:13 ` Tomi Manninen
@ 2004-05-03 15:12 ` Marty N5NW
2004-05-03 15:54 ` w9ya
2004-05-03 16:05 ` more hamlib and gMFSK problems Bob Nielsen
0 siblings, 2 replies; 10+ messages in thread
From: Marty N5NW @ 2004-05-03 15:12 UTC (permalink / raw)
To: linux-hams
Where is the standard installation location, and how do I get hamlib to
install there? I think I'd rather try that than to direct each of the apps
that use it to the non-standard location.
Thanks,
de N5NW / NNN0RBB (Marty)
Bellbrook, Ohio
-----Original Message-----
From: linux-hams-owner@vger.kernel.org
[mailto:linux-hams-owner@vger.kernel.org] On Behalf Of Tomi Manninen
Sent: Monday, May 03, 2004 10:13 AM
To: Linux-hams List
Subject: Re: more hamlib and gMFSK problems
On Mon, 2004-05-03 at 05:57, N5NW Marty wrote:
> configure: error: Library requirements (libgnomeui-2.0 hamlib) not
> met; consider adjusting the PKG_CONFIG_PATH environment variable if
> your libraries are in a nonstandard prefix so pkg-config can find them.
...
> Apparently my hamlib is not installed correctly. It is in the
> directory /usr/local/lib with a bunch of rig-specific hamlib files,
> and a subdirectory called pkgconfig with the files fftw3.pc and
> hamlib.pc in it.
It is installed correctly but in a non-standard place (/usr/local).
You have already configured the dynamic linker to look under /usr/local but
you have to give pkg-config a hint too. To do that see what "man pkg-config"
says about PKG_CONFIG_PATH.
--
Tomi Manninen / OH2BNS / KP20ME04
-
To unsubscribe from this list: send the line "unsubscribe linux-hams" in the
body of a message to majordomo@vger.kernel.org More majordomo info at
http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 10+ messages in thread
* RE: more hamlib and gMFSK problems
2004-05-03 15:12 ` Marty N5NW
@ 2004-05-03 15:54 ` w9ya
2004-05-17 17:56 ` Searching for docs - all links bad Dave Stubbs
2004-05-03 16:05 ` more hamlib and gMFSK problems Bob Nielsen
1 sibling, 1 reply; 10+ messages in thread
From: w9ya @ 2004-05-03 15:54 UTC (permalink / raw)
To: linux-hams
I had thought I covered this once already in this thread, but perhaps it
did not get through o.k.
for hamlib do this :
./configure --prefix=/usr
for gmfsk do this (or soemthing similar) :
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var\
--enable-hamlib
Between the two make sure you or you package management updates the
library confs. by issuing this (generally as root);
ldconfig
Have fun with this;
Vy 73;
Bob
w9ya
> Where is the standard installation location, and how do I get hamlib to
> install there? I think I'd rather try that than to direct each of the
> apps that use it to the non-standard location.
>
> Thanks,
> de N5NW / NNN0RBB (Marty)
> Bellbrook, Ohio
>
>
> -----Original Message-----
> From: linux-hams-owner@vger.kernel.org
> [mailto:linux-hams-owner@vger.kernel.org] On Behalf Of Tomi Manninen
> Sent: Monday, May 03, 2004 10:13 AM
> To: Linux-hams List
> Subject: Re: more hamlib and gMFSK problems
>
> On Mon, 2004-05-03 at 05:57, N5NW Marty wrote:
>
>> configure: error: Library requirements (libgnomeui-2.0 hamlib) not
>> met; consider adjusting the PKG_CONFIG_PATH environment variable if
>> your libraries are in a nonstandard prefix so pkg-config can find
>> them.
> ...
>> Apparently my hamlib is not installed correctly. It is in the
>> directory /usr/local/lib with a bunch of rig-specific hamlib files,
>> and a subdirectory called pkgconfig with the files fftw3.pc and
>> hamlib.pc in it.
>
> It is installed correctly but in a non-standard place (/usr/local). You
> have already configured the dynamic linker to look under /usr/local but
> you have to give pkg-config a hint too. To do that see what "man
> pkg-config" says about PKG_CONFIG_PATH.
>
> --
> Tomi Manninen / OH2BNS / KP20ME04
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-hams" in
> the body of a message to majordomo@vger.kernel.org More majordomo info
> at http://vger.kernel.org/majordomo-info.html
>
>
>
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-hams" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 10+ messages in thread
* Searching for docs - all links bad...
2004-05-03 15:54 ` w9ya
@ 2004-05-17 17:56 ` Dave Stubbs
2004-05-17 18:24 ` Joop Stakenborg
0 siblings, 1 reply; 10+ messages in thread
From: Dave Stubbs @ 2004-05-17 17:56 UTC (permalink / raw)
To: linux-hams
Hello all,
Anyone know where there is a version of the HAM HOWTO that is less than
7 years old?
Thanks,
Dave
VA3BHF
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Searching for docs - all links bad...
2004-05-17 17:56 ` Searching for docs - all links bad Dave Stubbs
@ 2004-05-17 18:24 ` Joop Stakenborg
2004-05-28 13:36 ` F6FBB on Debian question Dave Stubbs
0 siblings, 1 reply; 10+ messages in thread
From: Joop Stakenborg @ 2004-05-17 18:24 UTC (permalink / raw)
To: Dave Stubbs; +Cc: linux-hams
Dave Stubbs wrote:
> Hello all,
>
> Anyone know where there is a version of the HAM HOWTO that is less than
> 7 years old?
>
The HAM HOWTO is obsolete. We now have http://radio.linux.org.au
> Thanks,
>
> Dave
> VA3BHF
Joop, PG4I
^ permalink raw reply [flat|nested] 10+ messages in thread
* F6FBB on Debian question
2004-05-17 18:24 ` Joop Stakenborg
@ 2004-05-28 13:36 ` Dave Stubbs
2004-05-28 19:03 ` Joop Stakenborg
0 siblings, 1 reply; 10+ messages in thread
From: Dave Stubbs @ 2004-05-28 13:36 UTC (permalink / raw)
To: linux-hams
Hello all,
This may be a dumb question, but I've searched all the docs I can find
and don't seem to get anywhere. The FBB documentation mentions
INSTALL.SH for setting up initial parameters. I installed FBB using the
Debian packages, and I cannot find INSTALL.SH anywhere, nor is it in the
file list for the package. The BBS works quite well, as far as
accepting NETROM and telnet connections, except that I can't seem to set
security levels and actually get SYSOP access. The Documentation
mentions that a file called INIT.SYS gets created, but from what I can
tell, the /etc/ax25/fbb.conf file seems to have SOME of the contents
that are supposed to be in INIT.SYS, and there is no INIT.SYS file.
Am I chasing a wild goose here? Or is there some modification in the
Debian-packaged version that makes this unneccesary?
Thanks for your help,
Dave
VA3BHF
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: F6FBB on Debian question
2004-05-28 13:36 ` F6FBB on Debian question Dave Stubbs
@ 2004-05-28 19:03 ` Joop Stakenborg
0 siblings, 0 replies; 10+ messages in thread
From: Joop Stakenborg @ 2004-05-28 19:03 UTC (permalink / raw)
To: Dave Stubbs; +Cc: linux-hams
Dave Stubbs wrote:
> Hello all,
>
> This may be a dumb question, but I've searched all the docs I can find
> and don't seem to get anywhere. The FBB documentation mentions
> INSTALL.SH for setting up initial parameters. I installed FBB using the
> Debian packages, and I cannot find INSTALL.SH anywhere, nor is it in the
> file list for the package. The BBS works quite well, as far as
> accepting NETROM and telnet connections, except that I can't seem to set
> security levels and actually get SYSOP access. The Documentation
> mentions that a file called INIT.SYS gets created, but from what I can
> tell, the /etc/ax25/fbb.conf file seems to have SOME of the contents
> that are supposed to be in INIT.SYS, and there is no INIT.SYS file.
>
> Am I chasing a wild goose here? Or is there some modification in the
> Debian-packaged version that makes this unneccesary?
>
You need to run /usr/sbin/fbb. This is actually a shell script, which
asks questions and sets up a fbb.conf and port.sys file. Next it runs
the actual daemon (xffbd). The script is easy to read, see also 'man fbb'.
> Thanks for your help,
>
> Dave
> VA3BHF
Joop PG4I
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: more hamlib and gMFSK problems
2004-05-03 15:12 ` Marty N5NW
2004-05-03 15:54 ` w9ya
@ 2004-05-03 16:05 ` Bob Nielsen
1 sibling, 0 replies; 10+ messages in thread
From: Bob Nielsen @ 2004-05-03 16:05 UTC (permalink / raw)
To: linux-hams
I think that you should be able to make hamlib visible to any apps by
adding the non-standard location to /etc/ld.so.conf and running
ldconfig.
On the other hand, if you are running Debian, it is easier to just run
'apt-get install hamlib2' (thanks Joop!)
Bob, N7XY
On Mon, May 03, 2004 at 11:12:19AM -0400, Marty N5NW wrote:
> Where is the standard installation location, and how do I get hamlib to
> install there? I think I'd rather try that than to direct each of the apps
> that use it to the non-standard location.
>
> Thanks,
> de N5NW / NNN0RBB (Marty)
> Bellbrook, Ohio
>
>
> -----Original Message-----
> From: linux-hams-owner@vger.kernel.org
> [mailto:linux-hams-owner@vger.kernel.org] On Behalf Of Tomi Manninen
> Sent: Monday, May 03, 2004 10:13 AM
> To: Linux-hams List
> Subject: Re: more hamlib and gMFSK problems
>
> On Mon, 2004-05-03 at 05:57, N5NW Marty wrote:
>
> > configure: error: Library requirements (libgnomeui-2.0 hamlib) not
> > met; consider adjusting the PKG_CONFIG_PATH environment variable if
> > your libraries are in a nonstandard prefix so pkg-config can find them.
> ...
> > Apparently my hamlib is not installed correctly. It is in the
> > directory /usr/local/lib with a bunch of rig-specific hamlib files,
> > and a subdirectory called pkgconfig with the files fftw3.pc and
> > hamlib.pc in it.
>
> It is installed correctly but in a non-standard place (/usr/local).
> You have already configured the dynamic linker to look under /usr/local but
> you have to give pkg-config a hint too. To do that see what "man pkg-config"
> says about PKG_CONFIG_PATH.
>
> --
> Tomi Manninen / OH2BNS / KP20ME04
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-hams" in the
> body of a message to majordomo@vger.kernel.org More majordomo info at
> http://vger.kernel.org/majordomo-info.html
>
>
>
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-hams" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
Bob Nielsen, N7XY n7xy (at) n7xy.net
Bainbridge Island, WA http://www.n7xy.net
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2004-05-28 19:03 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-03 2:57 more hamlib and gMFSK problems N5NW Marty
2004-05-03 4:31 ` Wilbert Knol
2004-05-03 14:13 ` Tomi Manninen
2004-05-03 15:12 ` Marty N5NW
2004-05-03 15:54 ` w9ya
2004-05-17 17:56 ` Searching for docs - all links bad Dave Stubbs
2004-05-17 18:24 ` Joop Stakenborg
2004-05-28 13:36 ` F6FBB on Debian question Dave Stubbs
2004-05-28 19:03 ` Joop Stakenborg
2004-05-03 16:05 ` more hamlib and gMFSK problems Bob Nielsen
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.