컴파일 해서 아파치하고 php sql 설치했는데요..음.좀 먼가가 안 맞은듯
합니다. 좀 보시고 답변 부탁드립니다. 아파치 디렉토리밑에 bin 디렉토리
도 없고..쩝..
궁금한게 있는데 컴파일 설치했다가 sql 만 실행되고 나머지가 안될때
apm 다 삭제하고 다시 설치해야 하는건지..아니면 아파치하고 php만 다시
설치해도 되는지..궁금합니다.^^;;
[root@localhost apache]# ls
ABOUT_APACHE Makefile README.configure config.layout icons
Announcement Makefile.tmpl WARNING-WIN.TXT config.status logs
INSTALL README cgi-bin configure src
LICENSE README-WIN.TXT conf htdocs
[root@localhost apache]#
[root@localhost apache]# find / -name apachectl
find: /proc/1194/fd: No such file or directory
find: /proc/1198/fd: No such file or directory
/usr/local/apache/src/support/apachectl
/usr/sbin/apachectl
[root@localhost apache]# cd src/support/
[root@localhost support]# ./apachectl start
./apachectl: /usr/local/apache/src/httpd: 그런 파일이나 디렉토리가 없음
./apachectl start: httpd could not be started
[root@localhost support]# cd /usr/sbin/
[root@localhost sbin]# ./apachectl start
/usr/sbin/httpd: relocation error: /lib/i686/libpthread.so.0: undefined symbol: _dl_cpuclock_offset
./apachectl start: httpd could not be started
[root@localhost sbin]#