The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Operating Systems > SUN Solaris
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 10-21-2005
rahulrathod rahulrathod is offline
Registered User
  
 

Join Date: Sep 2004
Location: Mumbai-India
Posts: 158
More Info about the problem

I have just discovered that the issue is with having two perl modules with the same name but in different directories.
i.e
/u01/my_app/my_app_perl_libs/my_app_util.pm
and
/u01/my_app8/my_app_perl_libs/my_app_util.pm

As soon as I comment out the my_app8 virtual host entry the erros do no occur. This means that these two perl utils are conflicting with each other.
Changing their name is not feasible as many perl scripts are dependent.

Still looking for a good solution.

Thanks,
Rahul.