ubuntu problem

728 views
Skip to first unread message

Ben Trovato

unread,
Mar 8, 2012, 5:35:27 PM3/8/12
to golden-cheetah-users
Howdy,
I just installed GC 2.1 under Ubuntu 10.04 (Lucid); following the
instructions on the GC users guide, the executable resides in /usr/
local/bin
When I attempt to run it, I get the following error:
"error while loading shared libraries: libmng.so.1: cannot open shared
object file: No such file or directory"

A search finds /usr/liblibmng.so.1 as a shortcut pointing to /urs/
lib/libmng.so.1.1.0.9

Any ideas on what I'm missing?

Robb Romans

unread,
Mar 9, 2012, 4:57:28 PM3/9/12
to golden-cheetah-users

Hi,

Does  /usr/lib/libmng.so.1.1.0.9 exist?
$ ls -l /usr/lib/libmng.so.1.1.0.9
$ sudo ldconfig -v | grep libmng
libmng.so.1 -> libmng.so.1.1.0.9

You may need to install libmng1.

Regards,
Robb

Ben Trovato

unread,
Mar 12, 2012, 5:36:57 PM3/12/12
to golden-cheetah-users


On Mar 9, 2:57 pm, Robb Romans <robb.rom...@gmail.com> wrote:
Thanks for your response.
/usr/lib/libmng.so.1.1.0.9 does exist, according to both ls and
Synaptic.
I reinstalled it. No joy.

G Coco

unread,
Mar 12, 2012, 7:43:10 PM3/12/12
to golden-che...@googlegroups.com
Are you running from the command line or from the GUI?

If you are not running from the command line, could you please try running and send a copy of the output?

Also can you please send a copy of:  ldd /usr/local/bin/goldencheetah

Reaves, Timothy

unread,
Mar 15, 2012, 9:03:08 AM3/15/12
to G Coco, golden-che...@googlegroups.com
Try 'sudo ln -s /usr/lib/libmng.so.1.1.0.9 /usr/lib/libmng.so'

--
_______________________________________________
Golden-Cheetah-Users mailing list
golden-che...@googlegroups.com
http://groups.google.com/group/golden-cheetah-users?hl=en

Martijn Goedings

unread,
Mar 15, 2012, 9:34:39 AM3/15/12
to golden-che...@googlegroups.com

Ben Trovato

unread,
Mar 16, 2012, 7:27:57 PM3/16/12
to golden-cheetah-users


On Mar 15, 6:34 am, "Martijn Goedings"
<martijn.goedi...@vendorlink.nl> wrote:
> Van: golden-che...@googlegroups.com
> [mailto:golden-che...@googlegroups.com] Namens Reaves, Timothy
> Verzonden: donderdag 15 maart 2012 14:03
> Aan: G Coco
> CC: golden-che...@googlegroups.com
> Onderwerp: Re: [Golden-Cheetah-Users] Re: ubuntu problem
>
> Try 'sudo ln -s /usr/lib/libmng.so.1.1.0.9 /usr/lib/libmng.so'
>
> On Mon, Mar 12, 2012 at 7:43 PM, G Coco <garethc...@gmail.com> wrote:
>
> Are you running from the command line or from the GUI?
>
> If you are not running from the command line, could you please try running
> and send a copy of the output?
>
> Also can you please send a copy of:  ldd /usr/local/bin/goldencheetah
>

Thanks for your responses.

1. I am running from the command line.

2. ll /usr/lib/libmng* produces:
lrwxrwxrwx 1 root root 26 2012-03-16 16:06 /usr/lib/libmng.so -> /
usr/lib/libmng.so.1.1.0.9
lrwxrwxrwx 1 root root 17 2010-05-14 13:54 /usr/lib/libmng.so.1 ->
libmng.so.1.1.0.9
-rw-r--r-- 1 root root 556936 2010-03-08 07:34 /usr/lib/libmng.so.
1.1.0.9

3. ldd /usr/local/bin/goldencheetah produces:
/usr/local/bin/GoldenCheetah: /usr/lib32/libstdc++.so.6: version
`GLIBCXX_3.4.14' not found (required by /usr/local/bin/GoldenCheetah)
linux-gate.so.1 => (0xf7757000)
libmng.so.1 => not found
libSM.so.6 => /usr/lib32/libSM.so.6 (0xf772d000)
libICE.so.6 => /usr/lib32/libICE.so.6 (0xf7713000)
libXrender.so.1 => /usr/lib32/libXrender.so.1 (0xf7709000)
libXrandr.so.2 => /usr/lib32/libXrandr.so.2 (0xf7701000)
libXfixes.so.3 => /usr/lib32/libXfixes.so.3 (0xf76fb000)
libXcursor.so.1 => /usr/lib32/libXcursor.so.1 (0xf76f1000)
libXinerama.so.1 => /usr/lib32/libXinerama.so.1 (0xf76ec000)
libfontconfig.so.1 => /usr/lib32/libfontconfig.so.1 (0xf76bc000)
libfreetype.so.6 => /usr/lib32/libfreetype.so.6 (0xf7646000)
libXext.so.6 => /usr/lib32/libXext.so.6 (0xf7636000)
libX11.so.6 => /usr/lib32/libX11.so.6 (0xf7519000)
libdl.so.2 => /lib32/libdl.so.2 (0xf7514000)
librt.so.1 => /lib32/librt.so.1 (0xf750b000)
libGLU.so.1 => /usr/lib32/libGLU.so.1 (0xf749a000)
libGL.so.1 => /usr/lib32/fglrx/libGL.so.1 (0xf73e4000)
libpthread.so.0 => /lib32/libpthread.so.0 (0xf73cb000)
libstdc++.so.6 => /usr/lib32/libstdc++.so.6 (0xf72d5000)
libm.so.6 => /lib32/libm.so.6 (0xf72ae000)
libgcc_s.so.1 => /usr/lib32/libgcc_s.so.1 (0xf728f000)
libc.so.6 => /lib32/libc.so.6 (0xf7135000)
libuuid.so.1 => /lib32/libuuid.so.1 (0xf7130000)
libz.so.1 => /usr/lib32/libz.so.1 (0xf711b000)
libexpat.so.1 => /lib32/libexpat.so.1 (0xf70f3000)
libxcb.so.1 => /usr/lib32/libxcb.so.1 (0xf70d9000)
/lib/ld-linux.so.2 (0xf7758000)
libatiuki.so.1 => /usr/lib32/fglrx/libatiuki.so.1 (0xf70d1000)
libXau.so.6 => /usr/lib32/libXau.so.6 (0xf70cd000)
libXdmcp.so.6 => /usr/lib32/libXdmcp.so.6 (0xf70c7000)

4. Synaptic finds /usr/lib/libstdc++.so.6, however GC appears to be
seeking it unsuccessfully in usr/lib32.

Thanks for any suggestions.
Reply all
Reply to author
Forward
0 new messages