Skip to content

Commit

Permalink
Update Informix
Browse files Browse the repository at this point in the history
  • Loading branch information
UNiXMIT committed Feb 22, 2024
1 parent 38ef072 commit f8a9337
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions informix.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,17 @@ dbaccess
```

### Ports
9088 - TCP
9089 - DRDA
27017 - Mongo
27018 - REST
27883 - MQTT
9088 - TCP
9089 - DRDA
27017 - Mongo
27018 - REST
27883 - MQTT

### Informix CSDK
```
podman pull ibmcom/informix-developer-sandbox
podman run -d -it --name IFX -h IFX --privileged -e LICENSE=accept ibmcom/informix-developer-sandbox
podman cp IFX:/home/informix /home/
export informix_OPT=/home/informix/odbc
. setenvacu.sh informix
sudo mkdir -p /usr/informix/lib/esql
sudo ln -s /home/informix/odbc/lib/esql/checkapi.o /usr/informix/lib/esql
```
Expand Down

0 comments on commit f8a9337

Please sign in to comment.