솔라리스에서 php 설치.
글쓴이: hurryon / 작성시간: 화, 2004/01/13 - 10:27오후
솔라리스 8 환경입니다. 머신은 선 울트라 스팍 60 이며 450Mhz, 512 메가입니다. APM 환경을 설치하기 위해서 Mysql 은 바이너리 버전으로 설치를 했으며 Apache 는 소스버전으로 설치를 했습니다. 이제 php 를 설치하려고 하는데 configure 작업에서 에러가 납니다.
에러와 관련된 내용은 libmysqlclient.a 를 제대로 로딩하지 못하는것 같습니다.
./configure --prefix=/usr/local/php --with-exec-dir=/usr/bin --with-apxs2=/usr/local/apache/bin/apxs --with-apache-install=/usr/local/apache --with-mysql=/usr/local/mysql --with-config-file-path=/etc
와 같이 작업을 했으며 에러 내용의 일부분은 다음과 같습니다.
configure:55581: checking for mysql_error in -lmysqlclient configure:55600: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/local/mysql/lib -L/usr/local/mysql/lib -R/usr/local/lib -L/usr/loc /usr/local/sparc-sun-solaris2.8/bin/ld: skipping incompatible /usr/local/mysql/lib/libmysqlclient.a when searching for -lmysqlclient /usr/local/sparc-sun-solaris2.8/bin/ld: cannot find -lmysqlclient collect2: ld returned 1 exit status configure: failed program was: #line 55589 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char mysql_error(); int main() { mysql_error() ; return 0; }
라이브러리를 제대로 참조 하지 못하고 있는것 같습니다. 사용하고 있는 셸은 본셸(sh)입니다. /etc/profile 파일에 다음과 같은 라인은 추가해 놓은 상태입니다.
LD_LIBRARY_PATH=/usr/lib:/usr/local/lib:/usr/local/mysql/lib
Forums:
[color=green]LD_LIBRARY_PATH=/usr/lib:/u
LD_LIBRARY_PATH=/usr/lib:/usr/local/lib:/usr/local/mysql/lib/mysql
로 바꿔서 해보시지요
냠냠...바이너리 패키지에서는 라이브러리의 패스가 /usr/local/m
냠냠...바이너리 패키지에서는 라이브러리의 패스가 /usr/local/mysql/lib 입니다요. 흐흑...오늘 하루 종일 셋팅하고 있습니다.
저는 solaris9에서 컴파일 했습니다.
저는 솔라리스9, E250에서 컴파일 했습니다.
apache2, mysql, php 모두 소스받아서 했구요.
솔라리스의 경우 컴파일러를 sunfreeware에서 받은거랑,
컴패니언 CD에 있는거랑 PATH가 다르기때문에.....
아래 사이트 참고 해 보시는것도 좋을 듯...
http://blog.boxcorea.com/blog/?q=node/view/75
댓글 달기