[ome-users] Ubuntu install, Can't locate object method "dir_config"
Glenn Pierce
pierce at gci.ac.uk
Tue Apr 11 13:41:16 BST 2006
Hi I have been trying to install OME stable server on Ubuntu like the user
http://lists.openmicroscopy.org.uk/pipermail/ome-users/2006-April/000332.html
I have foollowed most of the instructions except instead of commenting out
extern char OMEIS_ERROR_STR [OMEIS_ERROR_SIZE]; */
from
src/C/omeis/OMEIS_Error.h
I applied the following patch
--- omeis-orig/OMEIS_Error.c 2004-07-19 18:56:07.000000000 +0100
+++ omeis/OMEIS_Error.c 2006-04-11 10:12:07.000000000 +0100
@@ -48,7 +48,7 @@
/* Defining instance of our error_string */
-static char OMEIS_ERROR_STR [OMEIS_ERROR_SIZE];
+char OMEIS_ERROR_STR [OMEIS_ERROR_SIZE];
char *
OMEIS_GetError () {
I have setup Apache manually as the install does not work. However,
http://localhost/perl2/mod_perl_test.pl does not run.
The error I get is
Can't locate object method "dir_config" via package "Apache2::RequestRec" at /usr/share/perl5/Apache/Reload.pm line 51.
Are there particular versions of mod_perl to use?
PS I am using Apache2.
Thanks for the help.
Glenn
More information about the ome-users
mailing list