View previous topic :: View next topic |
Author |
Message |
tholmes
Joined: 10 Apr 2006 Posts: 3
|
Posted: Mon Apr 10, 2006 3:24 pm Post subject: Cannot upload configuration |
|
|
Hi folks:
I just installed wview on my gentoo linux station, the install went smoothly with no build errors etc. (it was configured / built / installed as root) when (as root) i run /urs/local/bin/vpinstall it allows me to set all the options and then promptly fails on the upload with the following error
/usr/local/bin/vpconfig: error while loading shared libraries librad.so.0: cannot open shared object file: no such file or directory
set elevation failed
Im guessing that I am missing the librad.so.0 file, but i installed radlib from source, so im not sure where to procede from here
can someone please point me in the right direction?
TIM |
|
Back to top |
|
|
bhnb
Joined: 28 Nov 2005 Posts: 127
|
Posted: Tue Apr 11, 2006 2:25 am Post subject: |
|
|
Hi Tim
Looks like vpinstall can't find the required library file, so you'll need to set LD_LIBRARY_PATH to point to it. Assuming radlib installed to the default locations, this should do the job:
Code: | export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib |
Cheers
Jon |
|
Back to top |
|
|
|