[Hamlib-developer] Re: hamlib
Library to control radio transceivers and receivers
Brought to you by:
n0nb
|
From: Joop S. <pa...@de...> - 2003-01-18 08:05:01
|
Op za 18-01-2003, om 03:11 schreef Ron Bird:
> Hi thanks for the info. It still gives problems. It
> sort of installs but Xlog for example can't find it. I
> just finished work and will have more time to look at
> this. Also I could not communicate well from work. I
> am a working sailor and internet access is limited and
> very slow. Anyway I will let you know if I solve this
> and send you the results. Did try the cvs file but not
> sure what went wrong. CYA RON
>
Hi Ron,
Hamlib will probably be in /usr/local/lib. You should add the
following line to your environment:
export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/usr/local/lib"
Either in .bashrc, .xsession or /etc/environment if you have it.
Next, if you are using the xlog rpm, install it using:
'rpm -ivh --nodeps'
Let me know how you are doing...
Regards,
Joop
|