Skip to content

ILE version of the LIBFCGI tailored for IBM i

License

Notifications You must be signed in to change notification settings

ymurata1967/ILEfastCGI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ILEfastCGI

ILE version of the LIBFCGI tailored for IBM i

Installation

What you need before you start:

  • IBM i 7.3 TR3 (or higher)
  • git and gmake (YUM)
  • ILE C

From a IBM i menu prompt start the SSH deamon:===> STRTCPSVR *SSHD Then start ssh from win/mac/linux

mkdir /prj
cd /prj 
git -c http.sslVerify=false clone https://github.com/sitemule/ILEfastCGI.git
cd ILEfastCGI
gmake 

Now you have library ILEFCGI on your IBM i - and you are good to go. You can simply copy the serivce program to you own projects libraries along with the binding directory and header files.

About

ILE version of the LIBFCGI tailored for IBM i

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 88.4%
  • Makefile 9.2%
  • C++ 2.4%