The install file tells me to change output.pm (or pl.. cant remember) to point to the include directory.. problem is.. there are two include directories. What do i do?
On Tue, 2002-03-19 at 09:35, Waylon Robertson wrote:
The install file tells me to change output.pm (or pl.. cant remember) to point to the include directory.. problem is.. there are two include directories. What do i do?
Hi Waylon, If you point it to the includes directory for the main site (not the opac one). You should be all good Chris -- Chris Cormack Programmer 025 500 789 Katipo Communications Ltd chris@katipo.co.nz www.katipo.co.nz
3/19/02 9:46:08 AM, Chris Cormack <chris@katipo.co.nz> wrote:
On Tue, 2002-03-19 at 09:35, Waylon Robertson wrote:
The install file tells me to change output.pm (or pl.. cant remember) to point to the include directory.. problem is.. there are two include directories. What do i do?
Hi Waylon,
If you point it to the includes directory for the main site (not the opac one). You should be all good
Chris -- Chris Cormack Programmer 025 500 789 Katipo Communications Ltd chris@katipo.co.nz www.katipo.co.nz
any other things that might be confusing in the install?
Waylon Robertson wrote: [--snip--]
any other things that might be confusing in the install?
Not "confusing" but... I note that the path to koha perl modules can be set in Output.pm ... but doesn't that still require that Output.pm itself must be in the default perl path? The reason I ask is that we may have restricted access to perl directories on the koha hosting server (hosted by ISP) so instead of copying /usr/src/koha/scripts/C4/* into /some/perl/path/to/site-perl/i386-linux we might need to copy to some place like /home/george/modules This problem and a solution is described under the topic "If you don't have root access" at http://www.devdaily.com/perl/edu/articles/pl010015/ My question is: Is there some way to avoid having Output.pm (or any other modules) in the default perl path when installing koha? If so, then any hint(s) about how/where can we add the koha equivalent to "use lib '/home/george/modules';" as used in the example URL above? Thanks :-) R.
On Tue, 2002-03-19 at 11:49, Roger Buck wrote:
Waylon Robertson wrote: [--snip--]
any other things that might be confusing in the install?
This problem and a solution is described under the topic "If you don't have root access" at
http://www.devdaily.com/perl/edu/articles/pl010015/
My question is: Is there some way to avoid having Output.pm (or any other modules) in the default perl path when installing koha?
If so, then any hint(s) about how/where can we add the koha equivalent to "use lib '/home/george/modules';" as used in the example URL above?
Hi Roger, What you can do is get the sysadmin who set up your apache config to add this line SetEnv PERL5LIB /home/george/modules In each of the virtualhost configurations. This should put /home/george/modules in the @INC path for all the scripts when run under apache. I hope this helps Chris -- Chris Cormack Programmer 025 500 789 Katipo Communications Ltd chris@katipo.co.nz www.katipo.co.nz
participants (3)
-
Chris Cormack -
Roger Buck -
Waylon Robertson