Skip to main content

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

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.


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?


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?


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


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?


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. 


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!


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.


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.