gnucobol-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [open-cobol-list] error while loading shared libraries: libhtcobol.s


From: Gabriel Menini
Subject: Re: [open-cobol-list] error while loading shared libraries: libhtcobol.so.0
Date: Thu Apr 10 21:48:09 2003
User-agent: Mutt/1.4i

On Fri, Apr 11, 2003 a las 01:30:48AM -0300, Gabriel Menini wrote:
> Hello, everyone.
> 
> This is my first post to the list.
> 
> I've compiled a simple cobol source code but when I want to run the
> executable I get the following error:
> 
> address@hidden:~/cobol$ htcobol hello.cob

Here it MUST say:

~/cobol$ cobc -main hello.cob

Sorry...... ;-D

I am trying both compilers... 

> address@hidden:~/cobol$ ./hello 
> ./hello: error while loading shared libraries: libhtcobol.so.0: cannot
> open shared object file: No such file or directory
> 
> I am attaching the source hello.cob..
> 
> It's pretty simple... The configure & make & make install steps went on
> flawlessly....
> 
> What's wrong?
> 
> Distro: Debian Woody
> -- 
> Arlequín                  _o)
> address@hidden       / \\
> http://counter.li.org/  _(___V
> Linux Registered User   #207262

>        IDENTIFICATION DIVISION.
>        PROGRAM-ID.    hello.
>        ENVIRONMENT DIVISION.
> 
>        DATA DIVISION.
> *       WORKING-STORAGE SECTION.
> 
> *       01 pausa pic x.
> 
>        PROCEDURE DIVISION.
> 
>        NIVEL-PRINCIPAL.
> 
>            DISPLAY "hello ," WITH NO ADVANCING.
>            DISPLAY "world!"
> *           ACCEPT pausa NO BEEP.
>            STOP RUN.


-- 
Arlequín                  _o)
address@hidden       / \\
http://counter.li.org/  _(___V
Linux Registered User   #207262


reply via email to

[Prev in Thread] Current Thread [Next in Thread]