Hii
I am trying to install VOMS using source. For this I have build package like
*org.glite.security.voms.tar.gz*,*org.glite.security.voms.admin-server.tar.gz
*, *org.glite.security.voms-mysql.tar.gz* and *trustmanager,util-java*.
I successfully got VOMS Admin Server and VOMS Admin client and VOMS Core
Server client. However, the VOMS Core server binary i.e.
(/opt/glite/etc/init.d/voms) is also there but when I run it, it runs giving
below error message. I have started the server on port 15000.
The version of VOMS Core Server is 1.8.3 (as shown by
/opt/glite/sbin/edg-voms --version)
*
Starting edg-voms(test): /opt/glite//sbin/edg-voms: symbol lookup error:
/opt/glite/lib/libvomsmysql.so: undefined symbol: mysql_init
[ OK ]*
Some voms process is getting created when I check with "ps -aef | grep voms"
but when I do a "netstat -aon | grep 15000" , it shows no service running on
that port.
At client side the error is like:
*Contacting 192.168.61.197:15000 [/C=IN/O=C-DAC KP
Bangalore/OU=CTSF/CN=host/vipulb.cdacb.ernet.in] "test" Failed
Error: Could not connect to socket. Connection refused
None of the contacted servers for test were capable
of returning a valid AC for the user.*
Can you please suggest why I am getting the Server error?
Thanks
Arpit