1. libgpm.so.1 not found

I'm trying to run euphoria in debian running under colinux but I have this
error message:
ecu: error while loading shared libraries: libgpm.so.1 : cannot open shared
object
 file : no such file or directory.

though gpm is installed.

regards,
Jacques Deschênes

new topic     » topic index » view message » categorize

2. Re: libgpm.so.1 not found

jacques deschênes wrote:
> 
> 
> I'm trying to run euphoria in debian running under colinux but I have this
> error message:
> ecu: error while loading shared libraries: libgpm.so.1 : cannot open shared
> object
>  file : no such file or directory.
> 
> though gpm is installed.
> 
> regards,
> Jacques Deschênes

libgpm.so.1 is in the package libgpmg1.

Here's how to find out where to find out in which package a file that is missing
is in:

1. apt-get install apt-file
2. apt-file update
3. apt-file search filename

For example:

$ apt-file search libgpm.so.1
libgpmg1: usr/lib/libgpm.so.1
libgpmg1: usr/lib/libgpm.so.1.19.6

Regards, Alexander Toresson

new topic     » goto parent     » topic index » view message » categorize

3. Re: libgpm.so.1 not found

Hi Alexander,
Thanks alot,  it works now.

regards,
jacques Deschênes

new topic     » goto parent     » topic index » view message » categorize

4. Re: libgpm.so.1 not found

jacques deschênes wrote:
> 
> 
> I'm trying to run euphoria in debian running under colinux but I have this
> error message:
> ecu: error while loading shared libraries: libgpm.so.1 : cannot open shared
> object
>  file : no such file or directory.
> 
> though gpm is installed.

This is what I have:

sandbox:~# ldconfig -v | grep gpm
        libgpm.so.1 -> libgpm.so.1.19.6
sandbox:~# ls -l /usr/lib | grep gpm
drwxr-xr-x   2 root root    4096 Dec  7 17:27 gpm
lrwxr-xr-x   1 root root      16 Dec  7 17:27 libgpm.so.1 -> libgpm.so.1.19.6
-rw-r--r--   1 root root   19216 May 23  2005 libgpm.so.1.19.6

sandbox:~# dpkg -L libgpmg1
/.
/usr
/usr/share
/usr/share/doc
/usr/share/doc/libgpmg1
/usr/share/doc/libgpmg1/copyright
/usr/share/doc/libgpmg1/changelog.Debian.gz
/usr/share/doc/libgpmg1/changelog.gz
/usr/lib
/usr/lib/libgpm.so.1.19.6
/usr/lib/libgpm.so.1

Maybe check to see if libgpmg1 is installed.

Gary

new topic     » goto parent     » topic index » view message » categorize

5. Re: libgpm.so.1 not found

ags wrote:
> 
> jacques deschênes wrote:
> > 
> > 
> > I'm trying to run euphoria in debian running under colinux but I have this
> > error message:
> Maybe check to see if libgpmg1 is installed.
> 
> Gary

[/remind self to check for answers to posts before posting]
:)

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu