Hi Nadia, I suspect that the problems you are having are due to a permissions error.
On Mon, 2007-06-18 at 16:28 +0300, Poulou Nadia, VoiceWeb wrote:
> use constant LIB_DIR => "/lib";
> use constant LOCAL_LIB_DIR => "/local/lib";
>
> The above two constants do not correspond with my RT setup and will
> never fit with the installation_dir I put in glue.conf. Since my RT in
> Windows has 3 lib directories, I have no idea which one scmbug expects
> to find.
The installation_directory from daemon.conf (not glue.conf) is different
from this, yes. For example, in my test instance it is
"/usr/share/request-tracker3.4/lib"
> So my first ‘hack’ was to set the installation_directory in glue.conf
> to point to each of the different lib paths. Even though I’m 100% sure
> the path exists, RequestTracker.pm exits at the line
>
>
>
> unless ( -e DIR_HANDLE ) {
>
>
>
> So, it cannot open the directory.
Perhaps this is a permissions error ? So the directory isn't accessible,
hence the libraries cannot be loaded ?
> What I did next is bypass all this directory fuss and hack directly
> into @INC the value of the directory where I know that the package
> RT::Interface::CLI exists. This also did not work out and
> package_exists finds nothing.
Again, perhaps of the directory being inaccessible due to a permissions
error ?
signature.asc
Description: This is a digitally signed message part
_______________________________________________ scmbug-users mailing list [email protected] http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users
