perl
Analyzing Logical Log Traffic
Description
Did you ever ask yourself one or more of the following questions:
- eherber's blog
- Login or register to post comments
- Read more
- 2050 reads
-
Getting DBD::Informix to work on Mac OS X
Courtesy of Clive Eisen at Hildebrand:
#First download perl source - I used 5.10.0
#untar or unzip as required
#cd into the perlsourcedir/hints and
rm -f darwin.sh
#then
rsync rsync://ftp.linux.activestate.com/perl-current/hints/darwin.sh .
#This gets the bleeding edge darwin hints file that finally supports a
64 bit build on OSX
cd ..
./Configure -Dcc='cc -m64' -Duse64bitall -des
make && make test && make install
#Now you have a 64bit perl in /usr/local/bin that you can link with the
64bit SDK
#Only other thing to note is that on OSX LD_LIBRARY_PATH is called
- Spokey's blog
- Login or register to post comments
- Read more
- 1049 reads
-
Red Hat / Centos Perl bug could affect Informix users
Clive Eisen at Hildebrand has just advised me of a bug in the RedHat / Centos Perl binary. Apparently, there is a risk that people using Informix with Perl on RedHat or Centos could have a performance problem.
- Spokey's blog
- Login or register to post comments
- 1476 reads
-
Talking with Perl, PHP, Python, Ruby to IDS
Creating a Powerful Mixture
![]() |
![]() |
![]() |
![]() |
![]() |
This article describes the database interfaces of popular script languages like Perl, PHP, Python or Ruby which provide direct access to data stored in Informix Dynamic Server.
- 3 comments
- Read more
- 14393 reads
-




















