php 설치중.. 이상한 오류 발견...

pci486의 이미지

버젼은 5.4 이구요
일단 제가 준 옵션은
'./configure' '--prefix=/usr/local/php5' '--with-apxs2=/usr/local/httpd-2.4/bin/apxs' '--with-config-file-path=/etc' '--with-config-file-scan-dir=/etc/php.d' '--with-gd' '--with-jpeg-dir=/usr' '--with-png-dir=/usr' '--with-zlib=/usr' '--enable-mbstring' '--enable-exif' '--sysconfdir=/etc'

입니다.
아파치는 2.4입니다.
일단 설치후 아파치에 이런저런 설정후에 phpinfo를 해보니 다음과 같이 나옵니다.

Configuration File (php.ini) Path /etc
Loaded Configuration File (none)
Scan this dir for additional .ini files (none)
Additional .ini files parsed (none)

왜 이러는 걸까요?
특히 위에 멀쩡히 --with-config-file-path, --with-config-file-scan-dir 이 멀쩡히 명시되어 있음에도

Loaded Configuration File (none)
Scan this dir for additional .ini files (none)
이렇게 뜨는걸까요?

그리고 저 옵션 그대로 제 노트북에 구현하면( 센토 6.3 64)
멀쩡히 생성됩니다

그런데 지금 크라우드(센토6.0 64)에 구현하면 어쩔땐 생기고 어쩔땐 안생깁니다..
이 원인을 아시는분이나 겪어 보신분 불쌍한 중생하나 구제해 주십시오.