Search found 3 matches

by maulsays
Sun Apr 17, 2022 5:18 am
Forum: HTTPAPI
Topic: Error while compiling program
Replies: 5
Views: 11482

Re: Error while compiling program


The message is telling you that LIBHTTP is not in your library list. So the simple solution is to add it.

ADDLIBLE LIBHTTP

Then try the compile again.

The binding directory HTTPAPI is used to allow the compiler to find all of the service routines needed by HTTPAPI. On the H spec or Ctl-Opt at ...
by maulsays
Sat Apr 16, 2022 9:44 pm
Forum: HTTPAPI
Topic: Error while compiling program
Replies: 5
Views: 11482

Re: Error while compiling program

it says, binding directory HTTPAPI in library *LIBL not found, how can i fix that?

i also tried
Build & run the install program:
CHGCURLIB CURLIB(LIBHTTP)
CRTCLPGM INSTALL SRCFILE(LIBHTTP/QCLSRC)
CALL INSTALL

and the job log return error "Not authorized to process request on member CONFIG_H ...
by maulsays
Sat Apr 16, 2022 6:16 pm
Forum: HTTPAPI
Topic: Error while compiling program
Replies: 5
Views: 11482

Error while compiling program

hello, im very new to rpg, i just started using it about 2 weeks

i tried to recreate an example http-post program in my own library. i also follow the step in this video https://youtu.be/N9NqeBEGJcA
but when i compile the program,i got these errors:


"Errors were found during the binding step. See ...