Re: installing DBD-Informix on fedora 6
- From: tvilliers@xxxxxxxxx (Tielman de Villiers)
- Date: Mon, 29 Jan 2007 12:27:09 +0000
On 29/01/07, Oliver Howe <oliverj@xxxxxxxxxxxxxxxxxxx> wrote:
i am having some problems installing DBD-Informix-2005.02 on fedora6.
i get stuck at "perl rmautoinst.pl Makefile.PL | perl -" when the esqltest program tries to
contact my stores database and times out.
this is what I do on fedora 4
perl -MCPAN -e 'install Bundle::DBI'
groupadd -g 300 informix
useradd -u 200 -g 300 informix
source /etc/profile.d/informix.sh - see below for this files content
vi /etc/services - i add "sqlexec 1526/tcp informix" at the bottom
mkdir /opt/informix
chown informix.informix /opt/informix/
cd /opt/informix/
tar xvf clientsdk.2.90.UC2.LINUX.tar
cd clientsdk.2.90.UC2.LINUX.tar
./install_rpm
cd
tar xvzf DBD-Informix-2005.02.tar.gz
cp /opt/informix/etc/sqlhosts.std /opt/informix/etc/sqlhosts
vi /opt/informix/etc/sqlhosts - i add the db server here
perl rmautoinst.pl Makefile.PL | perl -
make
make install
> cat /etc/profile.d/informix.sh
export INFORMIXDIR="/opt/informix"
export INFORMIXSERVER=pmuk2
export LD_LIBRARY_PATH=/opt/informix/lib:/opt/informix/lib/esql/
PATH=/opt/informix/bin:${PATH}
export ACCEPTLICENSE=yes
export DBANSIWARN=""
export DBDATE="Y4MD-"
export CLIENT_LOCALE=en_us.utf8
export DB_LOCALE=en_us.utf8
>
Have you exported
DBD_INFORMIX_DATABASE
DBD_INFORMIX_USERNAME
DBD_INFORMIX_PASSWORD
Can you post your sqlhosts please?
--tielman
.
- References:
- installing DBD-Informix on fedora 6
- From: Oliver Howe
- installing DBD-Informix on fedora 6
- Prev by Date: AW: CLOB Problem with DBD::ODBC/DBD::ADO for SQL Server
- Next by Date: Re: installing DBD-Informix on fedora 6
- Previous by thread: installing DBD-Informix on fedora 6
- Next by thread: Re: installing DBD-Informix on fedora 6
- Index(es):