problems installing myproxy


Hi,
    I am trying to install the myproxy package in conjunction with a 
source installation of Globus Toolkit 2.0.
I unpacked the myproxy package under:

/local/myproxy-0.4.4

and then (following the instructions) I issued the command from that 
directory:

 ./configure --with-globus-flavor gcc32dbgpthr --prefix=/local/myproxy-0.4.4

which execute successfully:

loading cache ./config.cache
checking for myproxy-server installation prefix... $(prefix)
checking for myproxy-server config directory... $(prefix)/etc
checking for myproxy-server storage directory... $(prefix)/store
checking for myproxy tools install prefix... $(prefix)
checking for myproxy client install prefix... $(prefix)
checking for GSI installation path... /usr/local/globus_install_src
SSL anonymous authentication support enabled
Encryption required on all communication
checking how to run the C preprocessor... (cached) cc -E
checking for regex.h... (cached) yes
checking for regexpr.h... (cached) yes
checking for working regcomp... (cached) yes
checking for compile... (cached) yes
checking for step... (cached) yes
Using re_comp for regular expression matching
checking for vsnprintf... (cached) yes
checking for setenv... (cached) no
checking for socket in -lsocket... (cached) yes
checking for t_bind in -lnsl... (cached) yes
creating ./config.status
creating Makefile
creating myproxy.cron

but then when I try to build the programs, I get the following errors:

make install
cc -g -DSUPPORT_SSL_ANONYMOUS_AUTH=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXPR_H=1 
-DHAVE_COMPILE=1 -DHAVE_STEP=1 -DHAVE_REGCOMP=1 -DHAVE_VSNPRINTF=1      
-DMYPROXY_SERVER_ETC_DIR="\"/local/myproxy-0.4.4/etc\"" 
-DMYPROXY_SERVER_STORE_DIR="\"/local/myproxy-0.4.4/store\""  -c  
myproxy_creds.c
"./sslutil.h", line 18: cannot find include file: <globus_config.h>
"./sslutil.h", line 40: cannot find include file: <sslutils.h>
"./sslutil.h", line 41: cannot find include file: <openssl/x509.h>
"./sslutil.h", line 42: cannot find include file: <openssl/x509v3.h>
"./sslutil.h", line 43: cannot find include file: <openssl/md5.h>
"myproxy_creds.c", line 211: undefined symbol: MD5_CTX
"myproxy_creds.c", line 211: syntax error before or at: md5
"myproxy_creds.c", line 216: undefined symbol: md5
"myproxy_creds.c", line 218: undefined symbol: d
"myproxy_creds.c", line 221: warning: improper pointer/integer 
combination: arg #2
"myproxy_creds.c", line 222: undefined symbol: i
"myproxy_creds.c", line 223: cannot dereference non-pointer type
"myproxy_creds.c", line 224: undefined symbol: mbuf
"myproxy_creds.c", line 224: cannot dereference non-pointer type
"myproxy_creds.c", line 225: cannot dereference non-pointer type
"myproxy_creds.c", line 226: cannot dereference non-pointer type
"myproxy_creds.c", line 228: undefined symbol: mbuf
"myproxy_creds.c", line 228: cannot dereference non-pointer type
"myproxy_creds.c", line 229: warning: improper pointer/integer 
combination: arg #1
"myproxy_creds.c", line 396: cannot recover from previous errors
cc: acomp failed for myproxy_creds.c
*** Error code 2
make: Fatal error: Command failed for target `myproxy_creds.o'

All those header files are actually located in 
$GLOBUS_LOCATION/include/gcc32dbgpthr/
but the script is not able to find them.
Any help is highly appreciated.....

thanks, Luca



Other Mailing lists | Author Index | Date Index | Subject Index | Thread Index