D
DerMitSkill
Guest
Hallo,
ich kompiliere gerade PHP 5.3.1 mit bzip2, zip und zlib neu.
Bei make kommt der Fehler:
Wenn ich zlib mit -fPIC neu kompilieren möchte kommt:
Wo liegt das Problem?
ich kompiliere gerade PHP 5.3.1 mit bzip2, zip und zlib neu.
Bei make kommt der Fehler:
Code:
/usr/bin/ld: /usr/local/lib/libz.a(compress.o): relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC
/usr/local/lib/libz.a: could not read symbols: Bad value
collect2: ld returned 1 exit status
make: *** [libphp5.la] Error 1
Wenn ich zlib mit -fPIC neu kompilieren möchte kommt:
Code:
unknown option: -fPIC
./configure --help for help
Wo liegt das Problem?