Skip to main content

HttpPost HttpGet on Linux

  • May 14, 2021
  • 9 replies
  • 0 views

Are the HttpPost & HttpGet functions available on Linux? I'm using version 10.2 of the extend runtime.

9 replies

Martin Turner

Are the HttpPost & HttpGet functions available on Linux? I'm using version 10.2 of the extend runtime.

Yes they are. You need to load the applicable library librmnet.so / librmnet64.so and use the SHARED version of AcuCOBOL-GT extend.


  • May 14, 2021

Yes they are. You need to load the applicable library librmnet.so / librmnet64.so and use the SHARED version of AcuCOBOL-GT extend.

Thanks for the info. I'm not finding those libraries in our 10.2 distribution. Are they separately licensed from MF?


Martin Turner

Thanks for the info. I'm not finding those libraries in our 10.2 distribution. Are they separately licensed from MF?

No they aren't licensed separate. Perhaps you are using the STATIC version. What libraries do you see?


  • May 14, 2021

No they aren't licensed separate. Perhaps you are using the STATIC version. What libraries do you see?

Not finding any library files, let alone any with a .co extension. Here is my directory tree...

drwxr-xr-x. 6 500 500 99 Mar 13 2018 acutoweb
-rw-r--r--. 1 500 500 3664 Mar 13 2018 acuxdbc.cfg
drwxr-xr-x. 2 500 500 4096 May 9 15:53 bin
drwxr-xr-x. 2 500 500 4096 Mar 13 2018 doc
drwxr-xr-x. 3 500 500 4096 Mar 13 2018 etc
drwxr-xr-x. 2 500 500 4096 Mar 13 2018 EULA
drwxr-xr-x. 2 500 500 4096 Mar 13 2018 install
drwxr-xr-x. 3 500 500 15 Mar 13 2018 lang
drwxr-xr-x. 2 500 500 4096 Mar 13 2018 lib
-rw-r--r--. 1 500 500 1558 Mar 13 2018 RELEASE.ac
-rw-r--r--. 1 500 500 1550 Mar 13 2018 RELEASE.asq
-rw-r--r--. 1 500 500 1543 Mar 13 2018 RELEASE.db2
-rw-r--r--. 1 500 500 1553 Mar 13 2018 RELEASE.inf
-rw-r--r--. 1 500 500 1558 Mar 13 2018 RELEASE.ms
-rw-r--r--. 1 500 500 1529 Mar 13 2018 RELEASE.ora
-rw-r--r--. 1 500 500 1556 Mar 13 2018 RELEASE.srv
-rw-r--r--. 1 500 500 1529 Mar 13 2018 RELEASE.syb
drwxr-xr-x. 18 500 500 4096 Mar 13 2018 sample
drwxr-xr-x. 2 500 500 90 Mar 13 2018 tools


  • May 14, 2021

No they aren't licensed separate. Perhaps you are using the STATIC version. What libraries do you see?

I'm actually not finding any library files, at least not with the .so extension. Should they have been in the Linux extend 10.2 distro file from MF?


Martin Turner

I'm actually not finding any library files, at least not with the .so extension. Should they have been in the Linux extend 10.2 distro file from MF?

You must have installed the STATIC version then. Please install the SHARED version, then you should have the correct libraries installed. 


  • May 15, 2021

You must have installed the STATIC version then. Please install the SHARED version, then you should have the correct libraries installed. 

Okay, appreciate the help very much!


Stephen Hjerpe
  • Participating Frequently
  • May 17, 2021

Not finding any library files, let alone any with a .co extension. Here is my directory tree...

drwxr-xr-x. 6 500 500 99 Mar 13 2018 acutoweb
-rw-r--r--. 1 500 500 3664 Mar 13 2018 acuxdbc.cfg
drwxr-xr-x. 2 500 500 4096 May 9 15:53 bin
drwxr-xr-x. 2 500 500 4096 Mar 13 2018 doc
drwxr-xr-x. 3 500 500 4096 Mar 13 2018 etc
drwxr-xr-x. 2 500 500 4096 Mar 13 2018 EULA
drwxr-xr-x. 2 500 500 4096 Mar 13 2018 install
drwxr-xr-x. 3 500 500 15 Mar 13 2018 lang
drwxr-xr-x. 2 500 500 4096 Mar 13 2018 lib
-rw-r--r--. 1 500 500 1558 Mar 13 2018 RELEASE.ac
-rw-r--r--. 1 500 500 1550 Mar 13 2018 RELEASE.asq
-rw-r--r--. 1 500 500 1543 Mar 13 2018 RELEASE.db2
-rw-r--r--. 1 500 500 1553 Mar 13 2018 RELEASE.inf
-rw-r--r--. 1 500 500 1558 Mar 13 2018 RELEASE.ms
-rw-r--r--. 1 500 500 1529 Mar 13 2018 RELEASE.ora
-rw-r--r--. 1 500 500 1556 Mar 13 2018 RELEASE.srv
-rw-r--r--. 1 500 500 1529 Mar 13 2018 RELEASE.syb
drwxr-xr-x. 18 500 500 4096 Mar 13 2018 sample
drwxr-xr-x. 2 500 500 90 Mar 13 2018 tools

The libraries would be in the lib directory.


  • May 17, 2021

The libraries would be in the lib directory.

Much obliged! I've been running the static release of the 10.2 Extend runtime on Linux, which is why I couldn't find the libraries. Downloaded the shared released and will begin testing later today.