gnucobol-users
[Top][All Lists]
Advanced

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

[open-cobol-list] Re: [Tiny-cobol-users] error while loading shared libr


From: Ferran Pegueroles
Subject: [open-cobol-list] Re: [Tiny-cobol-users] error while loading shared libraries: libhtcobol.so.0
Date: Thu Apr 10 23:14:11 2003

There is a problem on the debian package, to solve this you sould 
make a linkd from (usr/lib/libhtcobol.so.0.60.0 to
/usr/lib/libhtcoboo.so and /usr/lib/libhtcobolo.so.0

ln -s /usr/lib/libhtcobol.so.0.60.0 /usr/lib/libhtcobol.so.0
ln -s /usr/lib/libhtcobol.so.0.60.0 /usr/lib/libhtcobol.so

On dv, 2003-04-11 at 06:30, 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
> 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



reply via email to

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