a.p.m 을 설치하고 있습니다... 그런데... 아파치를 컴파일 하는 도중 다음
과 같은 에러가 납니다...
my_compress.o(.text+0x9a): undefined reference to 'uncompress'
/usr/local/mysql/lib/libmysqlclient.a(my_compress.o): In
function 'my_compress_alloc':
my_compress.o(.text+0x12a): undefined reference to 'compress'
collect2: ld returned 1 exit statues
make[2]: *** [target_static] Error 1
make[2]: Leaving directiory '/usr/local/apache/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory '/usr/local/apache'
make: ***[build] Error 2
환경설정은 ./configure --with-apache=/usr/local/apache --with-
mysql=/usr/local/mysql
로 했습니다.
php컴파일 전 환경 설정은 ./configure --prefix=/usr/local/apache로 했구
요..
php 설정은 ./configure --with-apache=/usr/local/apache --with
mysql=/usr/local/mysql
했습니다. php컴파일은 성공적으로 됐습니다.
물론 마이에스큐엘도 잘 인스톨됐구요... 그런데 마지막으로 아파치를
컴파일하는 과정에서 이런 에러가 나네요...
사용한 파일은..
apache 1.3.1.tar.gz
mysql-3.23.35-pc-linux-gnu-i686.tar.gz
php-4.0.4pl1.tar.gz
입니다...
고수님들의 도움을 부탁드립니다... 그럼...
--
linux의 끝은 과연있을까?