This install is on Fedora 6 with Apache 2 and MySQL 5.0.45. While doing the php install the config script errors out when it gets to "creating main/internal_functions_cli.c". This is part of the general message issued by config: "ATTENTION Something is likely messed up here, because the configure script was not able to detect a simple feature on your platform.... .... ...see the debug.log file". The debug.log contains this error: gcc -o conftest -I/usr/include -g -O2 -L/usr/lib -Wl,-rpath,/usr/local/mysql-5.0.45-linux-i686-icc-glibc23/lib -L/usr/local/mysql-5.0.45-linux-i686-icc-glibc23/lib conftest.c -lcrypt -lrt -lmysqlclient -lresolv -lm -ldl -lnsl -lxml2 -lz -lm -lxml2 -lz -lm -lxml2 -lz -lm -lcrypt 1>&5 conftest.c: In function 'main': conftest.c:3: warning: incompatible implicit declaration of built-in function 'exit' ./conftest: error while loading shared libraries: /usr/local/mysql-5.0.45-linux-i686-icc-glibc23/lib/libmysqlclient.so.15: cannot restore segment prot after reloc: Permission denied I checked to make sure that the libmysqlclient.so.15 file was there. It is, and it is owned by the mysql user. I am not sure how to go about correcting this. I appears to be a permissions issue. |
- Prev by Date: What's good performance for make test?
- Next by Date: PHP 4.4.7/php5.2.4 make install fails on AIX 5.3 TL06
- Previous by thread: What's good performance for make test?
- Next by thread: PHP 4.4.7/php5.2.4 make install fails on AIX 5.3 TL06
- Index(es):