Clean installation of CentOS 5.5
Adding repos with php5.2
Installing dependencies: yum install git-core php-devel gcc gcc-c++ protobuf-devel protobuf-compiler
phpize
./configure
make
Checking md5sums:
9598f523ec57d63b685f8849e98b3fa6 ./.libs/pinba-pb.o
219628939dd3b149b21ec23e242be41f ./.libs/pinba.so
219628939dd3b149b21ec23e242be41f ./modules/pinba.so
Let's try again:
rm -rf, git clone ... make and looking for checksums:
630ef1a4c4ab33bbb1c52adf3c44a10b ./.libs/pinba-pb.o
3156a315ba562f4041315debd89aae47 ./.libs/pinba.so
3156a315ba562f4041315debd89aae47 ./modules/pinba.so
Checksums differs! And again and again...
The remaining files are the same. Could you please help me with this problem?
I have the same problem with php 5.3-3 :-(