Hey guys, I downloaded axis2c 1.4 and rampart 1.2 and built them. when I did an ls -l of the axis2/c lib folder, i saw this
bash-3.00$ ls -l axis2c/lib/libmod_rampart.* -rwxr-xr-x 1 subra user 1551 Jun 4 18:34 /nfs/home/subra/axis2c/lib/ libmod_rampart.la -rwxr-xr-x 1 subra user 6485794 Jun 4 18:34 /nfs/home/subra/axis2c/lib/libmod_rampart.so -rwxr-xr-x 1 subra user 6485794 Jun 4 18:34 /nfs/home/subra/axis2c/lib/libmod_rampart.so.0 -rwxr-xr-x 1 subra user 6485794 Jun 4 18:34 /nfs/home/subra/axis2c/lib/libmod_rampart.so.0.0.0 as you can see the symbolic links are missing here. 'libmod_rampart.so' and 'libmod_rampart.so.0' are not linked to 'libmod_rampart.so.0.0.0' but in the axis2c/modules/rampart folder, they are linked correctly. My question is: 1. why are these libraries even present in the axis2c/lib folder. as far as i remember, this was not happening in earlier versions of rampart. 2. will they cause any problem/conflict? Subra
