At 12:28 11/01/2001, Mahdi A. Sbeih wrote: >Hi Gary, > >Thanks for these steps, >I have some questions for you: > >- The shell script at the beginning of your email is to be used >after compiling Perl statically with all needed modules other >than DBD::Informix, right?
After everything BUT the DBD::Informix. And only if you find that you can't compile anything after you compile in the DBD::Informix >- When compiling DBI for example, how to force it to go in the Perl >executable? It happens by itself. :) When you run make install (after make and make test) it either just adds ..pm stuff to your /usr/local/lib/perl5 or does that and makes a new perl executable. If the latter, make will display a message about putting the new perl executable in /usr/local/bin >In other words how to force each module compiled to go >inside the Perl executable? See above. Not every single item actually makes a new executable. Even in static mode. -- [EMAIL PROTECTED]
