-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
That's a mod-perl question ;-).
You can set the PERL5LIB in your httpd.conf. See the mod_perl1-docs for more information.
You can also use a startup.pl:
conf/startup.pl: - --------------8<-------------- use lib qw(/myperl/lib);
1; - --------------8<--------------
httpd.conf: - --------------8<-------------- PerlRequire conf/startup.pl - --------------8<--------------
Tom
[EMAIL PROTECTED] schrieb: | Lo all, | | I currently have an application (AxKit + SAWA) setup as test. | However I now need to move it to a live environment. I can change | the urls and the db it points at but where I come unstuck is with my | perl modules. Ideally I want to be able to copy files from the test area | to live without editing the package details. I _think_ it might involve | changing INC or somesuch. I was hoping that there might be a httpd | conf option either for AxKit or SAWA. Would "use lib" do the job. | Any pointers/clue much appreciated... | | John | | -- | | Why did the Roman Empire collapse? What is the Latin for office | automation? | | | | --------------------------------------------------------------------- | To unsubscribe, e-mail: [EMAIL PROTECTED] | For additional commands, e-mail: [EMAIL PROTECTED] | |
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFCd4NQkVPeOFLgZFIRAru6AJ46kG0MpZEsQQZD2tfDDMTv36uenwCcC4gK bMGDmf4vOY6p33Fo0sIDSG8= =nt8p -----END PGP SIGNATURE-----
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
