Skip to ContentSkip to Footer
시작 내용
- Community Home
- >
- HPE Community, Korea
- >
- HP-UX
- >
- php make install 에러 [급구]
HP-UX
-
- Forums
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Latin America
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
-
Blogs
-
정보
- 커뮤니티
- Welcome
- 시작하기
- 포럼 FAQ
- 랭킹 개요
- 참여규칙
- Tips and Tricks
- 접촉
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- 다른 HPE 사이트
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
포럼
-
블로그
-
정보
-
한국어
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 친구에게 이메일 보내기
- 부적절한 컨텐트 신고
날짜: 08-09-2006 10:00 PM
날짜: 08-09-2006 10:00 PM
php make install 에러 [급구]
안녕하세요?
php 5.1.4 make install중 pear에 오류가 뜨는데 이유를 모르겠습니다.
아시는 분은 리풀 부탁드립니다.
OS : B.11.23 U ia64
php 5.1.4
gcc 3.4.3
binutils 2.16.1
gettext-0.14.6
bison-2.1
libgcc-4.1.1
zlib-1.2.3
sed-4.1.4
ncurses-5.5
libtool-1.5.22
make install
Installing PHP SAPI module: cgi
Installing PHP CGI into: /usr/local/php/bin/
Installing build environment: /usr/local/php/lib/php/build/
Installing header files: /usr/local/php/include/php/
Installing helper programs: /usr/local/php/bin/
program: phpize
program: php-config
Installing man pages: /usr/local/php/man/man1/
page: phpize.1
page: php-config.1
Installing PEAR environment: /usr/local/php/lib/php/
sh: 28454 Memory fault(coredump)
*** Error exit code 139
Stop.
*** Error exit code 1
Stop.
php 5.1.4 make install중 pear에 오류가 뜨는데 이유를 모르겠습니다.
아시는 분은 리풀 부탁드립니다.
OS : B.11.23 U ia64
php 5.1.4
gcc 3.4.3
binutils 2.16.1
gettext-0.14.6
bison-2.1
libgcc-4.1.1
zlib-1.2.3
sed-4.1.4
ncurses-5.5
libtool-1.5.22
make install
Installing PHP SAPI module: cgi
Installing PHP CGI into: /usr/local/php/bin/
Installing build environment: /usr/local/php/lib/php/build/
Installing header files: /usr/local/php/include/php/
Installing helper programs: /usr/local/php/bin/
program: phpize
program: php-config
Installing man pages: /usr/local/php/man/man1/
page: phpize.1
page: php-config.1
Installing PEAR environment: /usr/local/php/lib/php/
sh: 28454 Memory fault(coredump)
*** Error exit code 139
Stop.
*** Error exit code 1
Stop.
2 응답 2
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 친구에게 이메일 보내기
- 부적절한 컨텐트 신고
날짜: 08-09-2006 10:00 PM
날짜: 08-09-2006 10:00 PM
php make install 에러 [급구]
./configure; make 는 정상적으로 완료 되었습니다.
make install을 하게 되면 PEAR부분에서 오류가 발생이 됩니다.
물론 --without=pear 이렇게 하면 정상적으로 컴파일이 되는데요..
꼭 PEAR를 사용해야 합니다.
그리고 요청하신 정보 입니다.
.profile
PATH=/usr/sbin:$PATH:/sbin:/home/root:/usr/local/bin:/usr/bin:/opt/hpsmh/bin
PATH=/opt/java1.4/bin:$PATH
export CC=gcc
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib:/usr/lib:/usr/lib/hpux32:/usr/local/lib/hpux32:/opt/hpsmh/lib
export LD_LIBRARY64_PATH=/usr/lib:/lib:/usr/local/lib:/usr/lib/hpux32:/usr/local/lib/hpux32:/opt/hpsmh/lib
export SHLIB_PATH=$SHLIB_PATH:/usr/lib:/lib:/usr/local/lib:/usr/lib/hpux32:/usr/local/lib/hpux32:/opt/hpsmh/lib
PHP Configure
./configure \
--prefix=/usr/local/php \
--with-config-file-path=/etc/webtob/php.ini \
--with-mysql=/usr/local/mysql \
--with-mysqli=/usr/local/mysql/bin/mysql_config \
--with-jpeg-dir=/usr/local \
--with-png-dir=/usr/local \
--with-gif-dir=/usr/local \
--with-zlib-dir=/usr/local \
--with-gd \
--with-t1lib=/usr/local/include \
--with-ttf=/usr/local \
--with-tiff-dir \
--with-freetype-dir=/usr/local \
--with-gettext \
--with-iconv \
--with-language=korean \
--with-charset=euc_kr \
--with-regex=php \
--with-xml \
--with-xmlrpc \
--with-ncurses=/usr/local \
--with-cpdflib \
--with-mod_charset \
--with-curlwrappers \
--with-libxml-dir=/usr/local \
--enable-soap \
--enable-sockets \
--enable-gd-native-ttf \
--enable-ftp \
--disable-debug \
--enable-bcmath \
--enable-magic-quotes \
--enable-mbstring \
--enable-mbregex \
--enable-mbstr-enc-trans \
--enable-mailparse \
--enable-sysvsem \
--enable-sysvshm \
--enable-shmop \
--enable-url-includes \
--enable-track-vars \
--enable-freetype-4bit-antialias-hack \
--enable-calendar \
--enable-sigchild \
--enable-magic-quotes \
--enable-trans-sid \
--enable-inline-optimization \
--enable-bcmath
make install을 하게 되면 PEAR부분에서 오류가 발생이 됩니다.
물론 --without=pear 이렇게 하면 정상적으로 컴파일이 되는데요..
꼭 PEAR를 사용해야 합니다.
그리고 요청하신 정보 입니다.
.profile
PATH=/usr/sbin:$PATH:/sbin:/home/root:/usr/local/bin:/usr/bin:/opt/hpsmh/bin
PATH=/opt/java1.4/bin:$PATH
export CC=gcc
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib:/usr/lib:/usr/lib/hpux32:/usr/local/lib/hpux32:/opt/hpsmh/lib
export LD_LIBRARY64_PATH=/usr/lib:/lib:/usr/local/lib:/usr/lib/hpux32:/usr/local/lib/hpux32:/opt/hpsmh/lib
export SHLIB_PATH=$SHLIB_PATH:/usr/lib:/lib:/usr/local/lib:/usr/lib/hpux32:/usr/local/lib/hpux32:/opt/hpsmh/lib
PHP Configure
./configure \
--prefix=/usr/local/php \
--with-config-file-path=/etc/webtob/php.ini \
--with-mysql=/usr/local/mysql \
--with-mysqli=/usr/local/mysql/bin/mysql_config \
--with-jpeg-dir=/usr/local \
--with-png-dir=/usr/local \
--with-gif-dir=/usr/local \
--with-zlib-dir=/usr/local \
--with-gd \
--with-t1lib=/usr/local/include \
--with-ttf=/usr/local \
--with-tiff-dir \
--with-freetype-dir=/usr/local \
--with-gettext \
--with-iconv \
--with-language=korean \
--with-charset=euc_kr \
--with-regex=php \
--with-xml \
--with-xmlrpc \
--with-ncurses=/usr/local \
--with-cpdflib \
--with-mod_charset \
--with-curlwrappers \
--with-libxml-dir=/usr/local \
--enable-soap \
--enable-sockets \
--enable-gd-native-ttf \
--enable-ftp \
--disable-debug \
--enable-bcmath \
--enable-magic-quotes \
--enable-mbstring \
--enable-mbregex \
--enable-mbstr-enc-trans \
--enable-mailparse \
--enable-sysvsem \
--enable-sysvshm \
--enable-shmop \
--enable-url-includes \
--enable-track-vars \
--enable-freetype-4bit-antialias-hack \
--enable-calendar \
--enable-sigchild \
--enable-magic-quotes \
--enable-trans-sid \
--enable-inline-optimization \
--enable-bcmath
위에 명시된 의견은 Hewlett Packard Enterprise가 아닌 저자의 개인 의견입니다. 이 사이트를 사용하면 이용 약관에 동의하게되며 참여 규칙 .