php 4.3.10 make 할때 에러가 납니다;;; 도와주세요!

ra0221의 이미지

안녕하세요 php 4.3.10을 깔려고 하는데...

cofigure 할때는 에러가 안나더니..

make 를 실행하니 에러가 나는군요,,

zlib 버전은 아래와 같습니다..
zlib-devel-1.1.3-25.7
zlib-1.1.3-25.7

에러내용입니다;;

gcc -Iext/zlib/ -I/usr/local/php-4.3.10/ext/zlib/ -DPHP_ATOM_INC -I/usr/local/php-4.3.10/include -I/usr/local/php-4.3.10/main -I/usr/local/php-4.3.10 -I/usr/local/php-4.3.10/Zend -I/usr/include/freetype2 -I/usr/local/gd/ -I/home/oracle/app/816/rdbms/public -I/home/oracle/app/816/rdbms/demo -I/home/oracle/app/816/network/public -I/usr/local/php-4.3.10/ext/xml/expat -I/usr/local/php-4.3.10/TSRM -g -O2 -c /usr/local/php-4.3.10/ext/zlib/zlib.c -o ext/zlib/zlib.o && echo > ext/zlib/zlib.lo
In file included from /usr/include/errno.h:36,
from /usr/local/php-4.3.10/Zend/zend_operators.h:25,
from /usr/local/php-4.3.10/Zend/zend_execute_globals.h:27,
from /usr/local/php-4.3.10/Zend/zend_globals.h:34,
from /usr/local/php-4.3.10/Zend/zend_list.h:25,
from /usr/local/php-4.3.10/Zend/zend_API.h:26,
from /usr/local/php-4.3.10/main/php.h:38,
from /usr/local/php-4.3.10/ext/zlib/zlib.c:28:
/usr/include/bits/errno.h:25:26: linux/errno.h: No such file or directory
In file included from /usr/include/bits/posix1_lim.h:126,
from /usr/include/limits.h:144,
from /usr/lib/gcc-lib/i386-redhat-linux/2.96/include/limits.h:130,
from /usr/lib/gcc-lib/i386-redhat-linux/2.96/include/syslimits.h:7,
from /usr/lib/gcc-lib/i386-redhat-linux/2.96/include/limits.h:11,
from /usr/include/sys/param.h:22,
from /usr/local/php-4.3.10/main/php.h:211,
from /usr/local/php-4.3.10/ext/zlib/zlib.c:28:
/usr/include/bits/local_lim.h:36:26: linux/limits.h: No such file or directory
In file included from /usr/local/php-4.3.10/main/php.h:211,
from /usr/local/php-4.3.10/ext/zlib/zlib.c:28:
/usr/include/sys/param.h:23:26: linux/limits.h: No such file or directory
/usr/include/sys/param.h:24:25: linux/param.h: No such file or directory
make: *** [ext/zlib/zlib.lo] Error 1

도와주세요;;

shyxu의 이미지

Quote:
from /usr/local/php-4.3.10/ext/zlib/zlib.c:28:
/usr/include/sys/param.h:23:26: linux/limits.h: No such file or directory
/usr/include/sys/param.h:24:25: linux/param.h: No such file or directory
make: *** [ext/zlib/zlib.lo] Error 1

해당 하는 파일이 /usr/include 에 없다는군요.
해당 파일을 find 명령어를 이용해 찾아보시고
configure 옵션에서 include 디렉토리를 해당 파일들이 존재하는 디렉토리로 설정하시고 해보세요.

예를 들어 /usr/local/include 에 limits.h나 param.h가 있다면,
configure 옵션에 다음과 같이 추가해보세요.

--includedir=/usr/local/include

Since 2003.
지금은 맥유저...
---
http://jtjoo.com

shyxu의 이미지

아니면 zlib가 설치된 디렉토리때문에 문제가 생긴거 같은데
zlib가 설치된 디렉토리를 먼저 확인해보시고..
그에 따라 설정을 바꿔보세요.

옵션중에 보면 zlib에 대한 설정이 있을겁니다..
찾는 방법은 아시겠지만 혹시나 하여..

./configure --help | grep zlib

Since 2003.
지금은 맥유저...
---
http://jtjoo.com

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.