I've been over and over everything with a fine tooth comb, and cannot see what I am doing wrong here. I cannot for the life of me get php (4.3.0) to compile microcode.so. I have followed all information to a T, but all the time, I get php compile errors:
gcc: ext/microcode/customize.lo: No such file or directory
make: *** [libphp4.la] Error 1
I have the symlink customize.o -> customize.lo but customize.lo does not exist at all.
What am I doing wrong????
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've been over and over everything with a fine tooth comb, and cannot see what I am doing wrong here. I cannot for the life of me get php (4.3.0) to compile microcode.so. I have followed all information to a T, but all the time, I get php compile errors:
gcc: ext/microcode/customize.lo: No such file or directory
make: *** [libphp4.la] Error 1
I have the symlink customize.o -> customize.lo but customize.lo does not exist at all.
What am I doing wrong????
I have the same problem.