Cruisers Forum
 


Reply
  This discussion is proudly sponsored by:
Please support our sponsors and let them know you heard about their products on Cruisers Forums. Advertise Here
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 06-06-2010, 08:24   #16
Registered User

Join Date: Mar 2010
Location: Svanesund, Orust, Sweden
Boat: Forgus 31
Posts: 96
Send a message via Skype™ to balp
Last version in CVS need a newer gpsd that in ubuntu 10.04, I have ent in a patch.
balp is offline   Reply With Quote
Old 06-06-2010, 22:54   #17
Registered User

Join Date: Mar 2010
Location: Svanesund, Orust, Sweden
Boat: Forgus 31
Posts: 96
Send a message via Skype™ to balp
Quote:
Originally Posted by balp View Post
Last version in CVS need a newer gpsd that in ubuntu 10.04, I have ent in a patch.
606 works.
balp is offline   Reply With Quote
Old 07-06-2010, 13:15   #18
Registered User
 
Kermit's Avatar

Join Date: Jun 2009
Location: La Rochelle, Fr
Boat: Jeanneau Melody 10,25 m
Posts: 12
waoooouu linux drive me crazy

opencpn 2.1 are working now. i lunched janitor then deleted opencpn, downloaded 1.3.6 and installed. Now i have still 2.1 and 1.3.6 and both working now!! crazy no?
thanks for yours helps
Attached Files
File Type: doc opencpn.conf.doc (2.2 KB, 82 views)
Kermit is offline   Reply With Quote
Old 27-07-2010, 16:28   #19
Registered User
 
FuzzyFeat's Avatar

Join Date: May 2009
Location: Edenton NC
Boat: Lock Crowther 37' Catamaran - ORYOKI
Posts: 78
I am having the same problem. I loaded opencpn_2.1.624l_i386.deb in a newly installed Ubuntu and am unable to start it. It used to work on my previously upgraded Ubuntu version,04.10 but not with the fresh install.

computer@computer-laptop:~$ opencpn
opencpn: error while loading shared libraries: libwx_gtk2u_core-2.8.so.0: cannot open shared object file: No such file or directory

Running Ubuntu 10-.04

***********************************

Found the solution. It appears that libwxgtk2.8-0 libraries are required.

$sudo apt-get install libwxgtk2.8-0

will do the trick - it did for me.
__________________
There is no sense in having a plan if you're not going to pretend to follow it.
FuzzyFeat is offline   Reply With Quote
Old 05-08-2010, 10:45   #20
Registered User

Join Date: Jun 2009
Location: Morbihan Brittany France
Boat: Hallberg Rassy 37
Posts: 65
OpenCPN search the wrong name for libgps !!!

On version 2.1.0 (built 624a) when activating LIBGPS client library, opencpn searches for the wrong lib name. Can be check with: strace -e open -o !"grep libgps" opencpn

OpenCPN looks only for "libgps.so" when on 10.04 the library name is "libgps.so.19". A quick fix is to add a link with: sudo ln -s /usr/lib/libgps.so.19 /usr/lib/libgps.so

Obviously it would be nicer if "dlopen" call was checking for the most up to date version of the library. Today it is so.19 but tomorrow

Outside of that it works perfectly.
fulup is offline   Reply With Quote
Old 05-08-2010, 11:05   #21
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,542
fulup....

I believe it is traditional for the soft link to be made automatically by the library installer, whatever that may be.
Or, it is expected that the user should run

Code:
ldconfig
after loading a new library version.

This is done so that updates from ...so.19 to ...so.20 do not require the affected applications to be recompiled.

Wonder why the link was missing from 10.04?

Dave
bdbcat is offline   Reply With Quote
Old 11-08-2010, 21:37   #22
Marine Service Provider

Join Date: Apr 2005
Location: Salish Sea
Boat: Tayana 37
Posts: 249
Thantks FuzzyFeat, that did the trick I think! Anyway, it booted.
jimbim is offline   Reply With Quote
Old 15-08-2010, 06:39   #23
Registered User

Join Date: Jun 2009
Location: Morbihan Brittany France
Boat: Hallberg Rassy 37
Posts: 65
Quote:
Originally Posted by bdbcat View Post
fulup....
I believe it is traditional for the soft link to be made automatically by the library installer, whatever that may be.
Or, it is expected that the user should run
Code:
ldconfig
after loading a new library version.
This is done so that updates from ...so.19 to ...so.20 do not require the affected applications to be recompiled.
Wonder why the link was missing from 10.04?
Dave
Sorry for the silent, I was on the water

LDCONFIG is useless in this situation. It only updates /etc/ld.so.cache which hold location of shareable libraries, but in no case builds equivalence in between short name without version and a full name which version.

For the link in between .so and .so.19 while very common it is not systematic any more. The main problem with this link is that it make difficult if not impossible to have two versions of the same libraries, as a result in many cases this symbolic links does not exist any more, and software search for a library that is at least as hight as so.xyz, which unfortunate is not handle automatically by "dlopen" call.

One option would be OpenCPN's installation script to check for this .so library and to built a link in case it does not exist. Adding few lines in the installation script might be the easiest option.
fulup is offline   Reply With Quote
Old 07-01-2011, 11:51   #24
Registered User

Join Date: Aug 2010
Posts: 5
Hi
I have got OpenCPN running nicely on my laptop under Ubuntu 10.04
Had to move my NMEA data source to: /dev/ttyUSB0.
My charts are old Canadian Hydrographic Service BSB3 charts and have several large scale inserts which I cannot get displayed.
For example CHS chart 3668 is a file called 3668.BSB and then there are some .KAP files that I think go with it 366801.KAP through to 366804.KAP
Would welcome some advice from someone more knowledgeable
John
Paradocs is offline   Reply With Quote
Old 07-01-2011, 12:16   #25
Registered User

Join Date: Dec 2005
Location: Helsingborg
Boat: Dufour 35
Posts: 3,891
I think that this recent discussion, gives an answer to your question.http://www.cruisersforum.com/forums/...elp-52327.html
Thomas
cagney is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
OpenCPN Linux / Ubuntu Issues and Questions yachtmanforfun OpenCPN 65 24-01-2018 08:06
Garmin 60CSx and Ubuntu with Kernel 2.6.31-20-Generic - Solution ? amadeus OpenCPN 37 30-07-2010 14:44
PDA with OpenCPN bg9208 OpenCPN 0 02-03-2010 14:46
OpenCPN bdbcat OpenCPN 1343 19-09-2009 15:59
OpenCPN with BSB v4 selkie Navigation 4 03-08-2009 11:32

Advertise Here


All times are GMT -7. The time now is 21:43.


Google+
Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Social Knowledge Networks
Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2024, vBulletin Solutions, Inc.

ShowCase vBulletin Plugins by Drive Thru Online, Inc.