At 10:24 10/18/2001, you wrote: Hi all, Is it possible to create and install a 'perl' executable with DBI and DBD::Informix statically linked?
I am asking this because I read somewhere that this is doable for example with Image::Magick module. Yes, it is. In fact on our SCO OpenServer platforms it's the only way we could get it to work. If run configure with the --static option, then make sure you compile in everything you want at the same time, you should be fine. We had to compile the Informix:DBI in last as there were issues with claims of missing libraries that are actually there when we tried to commpile in the Informix first, then another module.
