Hi:
I have Informix installed on server everest. A few hours ago I compiled succesfuly
DBD::Informix using the client software that came with Informix.
This machine is RH Linux 6.2
I am compiling DBD::Informix on a different machine (RH Linux 7.1) with a newer
Informix client.
In the client mechine I have this environment:
PWD=/usr/local/DBD-Informix-1.00.PC1
DBD_INFORMIX_USERNAME=informix
HOSTNAME=ingrid
LD_LIBRARY_PATH=/opt/informix/lib:/opt/informix/lib/esql
INFORMIXSQLHOSTS=/opt/informix/etc/sqlhosts
INFORMIXSERVER=ol_everest
LESSOPEN=|/usr/bin/lesspipe.sh %s
KDEDIR=/usr
DBD_INFORMIX_DATABASE=stores7@everest
USER=informix
OLDPWD=/home/informix
BASH_ENV=/home/informix/.bashrc
LANG=es_ES@euro
DBI_DBNAME=stores7@everest
INFORMIXDIR=/opt/informix
DISPLAY=:0.0
LOGNAME=informix
SHELL=/bin/bash
HOSTTYPE=i386
OSTYPE=linux-gnu
HISTSIZE=1000
TERM=xterm
HOME=/home/informix
And in sqlhosts:
ol_everest onipcshm everest on_everest
When I test the environment whith the program esqlbasic, I get this:
[informix@ingrid DBD-Informix-1.00.PC1]$ esql -o esqlbasic esqlbasic.ec && ./es
qlbasic
/opt/informix/lib/esql/libifos.so: the use of `mktemp' is dangerous, better use
`mkstemp'
$DBI_DBNAME set to 'stores7@everest'.
$DBD_INFORMIX_DATABASE set to 'stores7@everest'.
Testing connection to stores7@everest
SQL: -25588: The appl process cannot connect to the database server ol_everest.
ISAM: 2: No such file or directory
You cannot use stores7@everest as a test database.
You do not have sufficient privileges.
SQL: -25588: The appl process cannot connect to the database server ol_everest.
ISAM: 2: No such file or directory
*** Your Informix environment is not usable
*** You must fix it before building or testing DBD::Informix
--------------------------------------------------
How can I fix the environment?
How can I give sufficient privileges to the informix user on the client machine?
Saludos,
Roberto Andrade Fonseca
[EMAIL PROTECTED]