The informixseforlinux of this article is the compiled version:
Installation steps are as follows
Server environment: TurboLinux4.0 Chinese version, Kernel2.2.10,64m,pentium90 take SE as an example, ESQL/C is SQL embedded C development tools, connect no use, the friend with a good memory to tell me. (Assume your server is called Linux and decide to use Linux_se to do SE server name)
1. Establish Groupinformix,gid under 200
2. Set up the user Informix, the group is informix,uid below 200
3. Modify Informix User environment parameters and join:
Informixdir=/home/informix
Path= $PATH: $HOME/bin:
Informixserver=linux_se
4. Modify root user environment parameters, join
Informixdir=/home/informix
Path= $PATH: $INFORMIXDIR/bin:
Informixserver=linux_se
5. Use root to copy Se.tar into Informix's $home directory, execute Tarxvfse.tar, expand Package
6. Execute with root user in $informixdir./installse
7. Enter your serial number and password so that the installation is complete
8. Edit $informixdir/etc/sqlhosts and join a line Linux_sesesoctcplinuxinformix_ser
Where Linux_se is informixserver, it needs to be $informixserver consistent with your environment parameters.
Sesoctcp for the Protocol, the SE on Linux must be so written
Linux is the hostname and needs to be consistent with the corresponding host in your/etc/hosts file
Informix_ser is the service name and needs to be consistent with the entries you write in the/etc/services file
9. Edit/etc/services file with root, join one line informix_ser8888/tcp
8888 is the port number, you can specify it yourself.
10. Execute with Root
$INFORMIXDIR/lib/sqlexecdlinux&
Where Linux is the hostname, it must be the same as the host name mentioned above.
Start the SQLEXECD, and of course you can put it on automatically when you start. Modify the corresponding RC file bar.