免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2378 | 回复: 3
打印 上一主题 下一主题

[安装]关于apache和php整合安装遇到的问题. [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2006-06-24 14:11 |只看该作者 |倒序浏览
我最近在学习php和apache,我在论坛的顶制贴中着到了一个关于php和apache整合安装的文章,如下:

  1. 以下是基本的安装步骤,运行环境是 UNIX 系列的系统平台。在安装之前,要先下载 apache_1.3.x.tar.gz 及 php-3.0.x.tar.gz 两个文件。可以将这两个文件放在 /usr/src 中再开始执行以下的步骤。下面每个行号后是一个步骤,步骤中的所有选项是连在一起的,请不要分开执行。

  2. 整理: sadly ([url]www.phpx.com)[/url]

  3. 在 PHP 4.x 版的方法大致和 PHP 3.0.x 版相同,不同的地方在于 PHP 4.x 的目录名称及编译后的模块放置目录不同。此外,默认的扩展名也由 .php3 变成了 .php。当然在安装前还要先下载 PHP 4.x 的程序才行。

  4.    1. gzip -dc apache_1.3.x.tar.gz | tar xvf -
  5.    2. gzip -dc php-4.0.x.tar.gz | tar xvf -
  6.    3. cd apache_1.3.x
  7.    4. ./configure --prefix=/www
  8.    5. cd ../php-4.0.x
  9.    6. ./configure --with-mysql --with-apache=../apache_1.3.x --enable-track-vars
  10.    7. make
  11.    8. make install
  12.    9. cd ../apache_1.3.x
  13.   10. ./configure --prefix=/www --activate-module=src/modules/php4/libphp4.a
  14.   11. make
  15.   12. make install
  16.   13. cd ../php-4.0.x
  17.   14. cp php.ini-dist /usr/local/lib/php.ini

  18. 在 httpd.conf 或 srm.conf 加入

  19. AddType application/x-httpd-php .php
  20. AddType application/x-httpd-php-source .phps

  21. 而 PHP 4.x 版中对 Apache 服务器加入了新的环境变量配置项。

  22. php_value [PHP directive name] [value]
  23. php_flag [PHP directive name] [On|Off]
  24. php_admin_value [PHP directive name] [value]
  25. php_admin_flag [PHP directive name] [On|Off]

  26. 在 PHP 3.0.x 版中,有些目录可能会有 .htaccess 的文件,使用 PHP 4.0.x 版的系统,必须将这个文件拿掉,可以使用改名字的方式或者直接删除。
复制代码

我最近在学习php和apache,我在论坛的顶制贴中着到了一个关于php和apache整合安装的文章,但是我安文章中的一步一步的作,到其中一步的时候,也就是上面第7步开始make的时候出现了问题,错误提示是这样的

  1. [root@fydream666 php-4.3.9]# make
  2. gcc  -Iext/ctype/ -I/root/LINUXSOFT/apache&php/php-4.3.9/ext/ctype/ -DPHP_ATOM_INC -I/root/LINUXSOFT/apache&php/php-4.3.9/include -I/root/LINUXSOFT/apache&php/php-4.3.9/main -I/root/LINUXSOFT/apache&php/php-4.3.9 -I/root/LINUXSOFT/apache&php/php-4.3.9/Zend -I/root/LINUXSOFT/apache&php/php-4.3.9/ext/xml/expat  -I/root/LINUXSOFT/apache&php/php-4.3.9/TSRM  -g -O2  -c /root/LINUXSOFT/apache&php/php-4.3.9/ext/ctype/ctype.c -o ext/ctype/ctype.o  && echo > ext/ctype/ctype.lo
  3. gcc: no input files
  4. /bin/sh: php/php-4.3.9/ext/ctype/: 没有那个文件或目录
  5. /bin/sh: php/php-4.3.9/include: 没有那个文件或目录
  6. /bin/sh: php/php-4.3.9/main: 没有那个文件或目录
  7. /bin/sh: php/php-4.3.9: 没有那个文件或目录
  8. /bin/sh: php/php-4.3.9/Zend: 没有那个文件或目录
  9. /bin/sh: php/php-4.3.9/ext/xml/expat: 没有那个文件或目录
  10. /bin/sh: php/php-4.3.9/TSRM: 没有那个文件或目录
  11. /bin/sh: php/php-4.3.9/ext/ctype/ctype.c: 没有那个文件或目录
  12. [1]   Done(1)                 gcc -Iext/ctype/ -I/root/LINUXSOFT/apache
  13. [2]   Done(127)               php/php-4.3.9/ext/ctype/ -DPHP_ATOM_INC -I/root/LINUXSOFT/apache
  14. [3]   Done(127)               php/php-4.3.9/include -I/root/LINUXSOFT/apache
  15. [4]   Done(127)               php/php-4.3.9/main -I/root/LINUXSOFT/apache
  16. [5]   Done(127)               php/php-4.3.9 -I/root/LINUXSOFT/apache
  17. [6]   Done(127)               php/php-4.3.9/Zend -I/root/LINUXSOFT/apache
  18. [7]   Done(127)               php/php-4.3.9/ext/xml/expat -I/root/LINUXSOFT/apache
  19. [8]   Done(127)               php/php-4.3.9/TSRM -g -O2 -c /root/LINUXSOFT/apache
  20. make: *** [ext/ctype/ctype.lo] 错误 127

复制代码

遇到了这样的问题,下面的安装就没有颁发再继续了,请朋友们给我些帮助好么?谢谢了!
我的机器是intel cy 2.4
系统是rhel4.

[ 本帖最后由 HonestQiao 于 2006-6-29 08:54 编辑 ]

论坛徽章:
0
2 [报告]
发表于 2006-06-24 15:11 |只看该作者
./configure --with-mysql --with-apache=../apache_1.3.36 --enable-track-vars --enable-force-cgi-redirect >/root/nihao.txt
输出是:

  1. loading cache ./config.cache
  2. checking host system type... i686-pc-linux-gnu
  3. checking for gcc... (cached) gcc
  4. checking whether the C compiler (gcc  ) works... yes
  5. checking whether the C compiler (gcc  ) is a cross-compiler... no
  6. checking whether we are using GNU C... (cached) yes
  7. checking whether gcc accepts -g... (cached) yes
  8. checking whether gcc and cc understand -c and -o together... (cached) yes
  9. checking how to run the C preprocessor... (cached) gcc -E
  10. checking for AIX... no
  11. checking if compiler supports -R... (cached) no
  12. checking if compiler supports -Wl,-rpath,... (cached) yes
  13. checking for re2c... (cached) exit 0;
  14. checking for ranlib... (cached) ranlib
  15. checking whether ln -s works... (cached) yes
  16. checking for mawk... (cached) gawk
  17. checking for bison... (cached) bison -y
  18. checking bison version... 1.875 (ok)
  19. checking for flex... (cached) flex
  20. checking for yywrap in -lfl... (cached) yes
  21. checking lex output file root... (cached) lex.yy
  22. checking whether yytext is a pointer... (cached) yes
  23. checking for working const... (cached) yes
  24. checking flex version... 2.5.4 (ok)
  25. checking for pthreads_cflags... (cached) -pthread
  26. checking for pthreads_lib... (cached)

  27. Configuring SAPI modules
  28. checking for AOLserver support... no
  29. checking for Apache 1.x module support via DSO through APXS... no
  30. checking for Apache 1.x module support... yes - Apache 1.3.x
  31. checking for member fd in BUFF *... (cached) yes
  32. checking for mod_charset compatibility option... no
  33. checking whether gcc supports -rdynamic... (cached) yes
  34. checking for Apache 2.0 filter-module support via DSO through APXS... no
  35. checking for Apache 2.0 handler-module support via DSO through APXS... no
  36. checking for Caudium support... no
  37. checking for CLI build... yes
  38. checking for embedded SAPI library support... no
  39. checking for Zeus ISAPI support... no
  40. checking for NSAPI support... no
  41. checking for PHTTPD support... no
  42. checking for Pi3Web support... no
  43. checking for Roxen/Pike support... no
  44. checking for Servlet support... no
  45. checking for thttpd... no
  46. checking for TUX... no
  47. checking for webjames... no
  48. checking for chosen SAPI module... apache

  49. Running system checks
  50. checking for missing declarations of reentrant functions... done
  51. checking for sendmail... (cached) /usr/sbin/sendmail
  52. checking whether system uses EBCDIC... (cached) no
  53. checking for socket... yes
  54. checking for htonl... yes
  55. checking for gethostname... yes
  56. checking for gethostbyaddr... yes
  57. checking for yp_get_default_domain... no
  58. checking for __yp_get_default_domain... no
  59. checking for yp_get_default_domain in -lnsl... yes
  60. checking for dlopen... no
  61. checking for __dlopen... no
  62. checking for dlopen in -ldl... yes
  63. checking for sin in -lm... (cached) yes
  64. checking for res_search... no
  65. checking for __res_search... no
  66. checking for res_search in -lresolv... yes
  67. checking for inet_aton... yes
  68. checking for dn_skipname... no
  69. checking for __dn_skipname... yes
  70. checking for ANSI C header files... (cached) yes
  71. checking for dirent.h that defines DIR... (cached) yes
  72. checking for opendir in -ldir... (cached) no
  73. checking for fclose declaration... ok
  74. checking for dirent.h... (cached) yes
  75. checking for ApplicationServices/ApplicationServices.h... (cached) no
  76. checking for sys/param.h... (cached) yes
  77. checking for sys/types.h... (cached) yes
  78. checking for sys/time.h... (cached) yes
  79. checking for netinet/in.h... (cached) yes
  80. checking for alloca.h... (cached) yes
  81. checking for arpa/inet.h... (cached) yes
  82. checking for arpa/nameser.h... (cached) yes
  83. checking for assert.h... (cached) yes
  84. checking for crypt.h... (cached) yes
  85. checking for fcntl.h... (cached) yes
  86. checking for grp.h... (cached) yes
  87. checking for ieeefp.h... (cached) no
  88. checking for langinfo.h... (cached) yes
  89. checking for limits.h... (cached) yes
  90. checking for locale.h... (cached) yes
  91. checking for monetary.h... (cached) yes
  92. checking for mach-o/dyld.h... (cached) no
  93. checking for netdb.h... (cached) yes
  94. checking for pwd.h... (cached) yes
  95. checking for resolv.h... (cached) yes
  96. checking for signal.h... (cached) yes
  97. checking for stdarg.h... (cached) yes
  98. checking for stdlib.h... (cached) yes
  99. checking for string.h... (cached) yes
  100. checking for syslog.h... (cached) yes
  101. checking for sysexits.h... (cached) yes
  102. checking for sys/file.h... (cached) yes
  103. checking for sys/mman.h... (cached) yes
  104. checking for sys/mount.h... (cached) yes
  105. checking for sys/poll.h... (cached) yes
  106. checking for sys/resource.h... (cached) yes
  107. checking for sys/select.h... (cached) yes
  108. checking for sys/socket.h... (cached) yes
  109. checking for sys/statfs.h... (cached) yes
  110. checking for sys/statvfs.h... (cached) yes
  111. checking for sys/vfs.h... (cached) yes
  112. checking for sys/sysexits.h... (cached) no
  113. checking for sys/varargs.h... (cached) no
  114. checking for sys/wait.h... (cached) yes
  115. checking for unistd.h... (cached) yes
  116. checking for unix.h... (cached) no
  117. checking for utime.h... (cached) yes
  118. checking for sys/utsname.h... (cached) yes
  119. checking for sys/ipc.h... (cached) yes
  120. checking for dlfcn.h... (cached) yes
  121. checking for fopencookie... (cached) yes
  122. checking for broken getcwd... no
  123. checking for broken libc stdio... yes
  124. checking whether struct tm is in sys/time.h or time.h... (cached) time.h
  125. checking for tm_zone in struct tm... (cached) yes
  126. checking for tm_gmtoff in struct tm... (cached) yes
  127. checking for struct flock... (cached) yes
  128. checking for socklen_t... (cached) yes
  129. checking size of long... (cached) 4
  130. checking size of int... (cached) 4
  131. checking for st_blksize in struct stat... (cached) yes
  132. checking for st_blocks in struct stat... (cached) yes
  133. checking for st_rdev in struct stat... (cached) yes
  134. checking for size_t... (cached) yes
  135. checking for uid_t in sys/types.h... (cached) yes
  136. checking for struct sockaddr_storage... (cached) yes
  137. checking for IPv6 support... (cached) yes
  138. checking for vprintf... (cached) yes
  139. checking for alphasort... (cached) yes
  140. checking for asctime_r... (cached) yes
  141. checking for chroot... (cached) yes
  142. checking for ctime_r... (cached) yes
  143. checking for cuserid... (cached) yes
  144. checking for crypt... (cached) no
  145. checking for flock... (cached) yes
  146. checking for ftok... (cached) yes
  147. checking for funopen... (cached) no
  148. checking for gai_strerror... (cached) yes
  149. checking for gcvt... (cached) yes
  150. checking for getlogin... (cached) yes
  151. checking for getprotobyname... (cached) yes
  152. checking for getprotobynumber... (cached) yes
  153. checking for getservbyname... (cached) yes
  154. checking for getservbyport... (cached) yes
  155. checking for getrusage... (cached) yes
  156. checking for gettimeofday... (cached) yes
  157. checking for gmtime_r... (cached) yes
  158. checking for isascii... (cached) yes
  159. checking for link... (cached) yes
  160. checking for localtime_r... (cached) yes
  161. checking for lockf... (cached) yes
  162. checking for lrand48... (cached) yes
  163. checking for memcpy... (cached) yes
  164. checking for memmove... (cached) yes
  165. checking for mkstemp... (cached) yes
  166. checking for mmap... (cached) yes
  167. checking for nl_langinfo... (cached) yes
  168. checking for perror... (cached) yes
  169. checking for poll... (cached) yes
  170. checking for putenv... (cached) yes
  171. checking for realpath... (cached) yes
  172. checking for random... (cached) yes
  173. checking for rand_r... (cached) yes
  174. checking for regcomp... (cached) yes
  175. checking for res_search... (cached) yes
  176. checking for scandir... (cached) yes
  177. checking for setitimer... (cached) yes
  178. checking for setlocale... (cached) yes
  179. checking for localeconv... (cached) yes
  180. checking for setsockopt... (cached) yes
  181. checking for setvbuf... (cached) yes
  182. checking for shutdown... (cached) yes
  183. checking for sin... (cached) yes
  184. checking for snprintf... (cached) yes
  185. checking for srand48... (cached) yes
  186. checking for srandom... (cached) yes
  187. checking for statfs... (cached) yes
  188. checking for statvfs... (cached) yes
  189. checking for std_syslog... (cached) no
  190. checking for strcasecmp... (cached) yes
  191. checking for strcoll... (cached) yes
  192. checking for strdup... (cached) yes
  193. checking for strerror... (cached) yes
  194. checking for strftime... (cached) yes
  195. checking for strstr... (cached) yes
  196. checking for strtok_r... (cached) yes
  197. checking for symlink... (cached) yes
  198. checking for tempnam... (cached) yes
  199. checking for tzset... (cached) yes
  200. checking for unsetenv... (cached) yes
  201. checking for usleep... (cached) yes
  202. checking for utime... (cached) yes
  203. checking for vsnprintf... (cached) yes
  204. checking for getaddrinfo... (cached) yes
  205. checking for strlcat... (cached) no
  206. checking for strlcpy... (cached) no
  207. checking for getopt... (cached) yes
  208. checking whether utime accepts a null argument... (cached) yes
  209. checking for working alloca.h... (cached) yes
  210. checking for alloca... (cached) yes
  211. checking whether sprintf is broken... (cached) no
  212. checking whether snprintf is broken... (cached) no
  213. checking for declared timezone... (cached) yes
  214. checking for type of reentrant time-related functions... (cached) POSIX
  215. checking for readdir_r... (cached) yes
  216. checking for type of readdir_r... (cached) POSIX

  217. General settings
  218. checking whether to include debugging symbols... no
  219. checking layout of installed files... PHP
  220. checking path to configuration file... DEFAULT
  221. checking directory to be scanned for configuration files... DEFAULT
  222. checking whether to enable safe mode by default... no
  223. checking for safe mode exec dir... /usr/local/php/bin
  224. checking whether to enable PHP's own SIGCHLD handler... no
  225. checking whether to enable magic quotes by default... no
  226. checking whether to enable runpaths... yes
  227. checking whether to explicitly link against libgcc... no
  228. checking whether to enable short tags by default... yes
  229. checking whether to enable dmalloc... no
  230. checking whether to enable IPv6 support... yes
  231. checking whether to enable versioning... no

  232. Configuring extensions
  233. checking for OpenSSL support... no
  234. checking for ZLIB support... no
  235. checking if the location of ZLIB install directory is defined... no
  236. checking whether to enable bc style precision math functions... no
  237. checking for BZip2 support... no
  238. checking whether to enable calendar conversion support... no
  239. checking for cpdflib support... no
  240. checking for CRACKlib support... no
  241. checking whether to enable ctype functions... yes
  242. checking for CURL support... no
  243. checking for cyrus imap support... no
  244. checking for xDBM support... no
  245. checking whether to enable DBA... no
  246. checking for GDBM support... no
  247. checking for NDBM support... no
  248. checking for Berkeley DB4 support... no
  249. checking for Berkeley DB3 support... no
  250. checking for Berkeley DB2 support... no
  251. checking for DBM support... no
  252. checking for CDB support... no
  253. checking for INI File support... no
  254. checking for FlatFile support... no
  255. checking whether to enable DBA interface... no
  256. checking whether to enable dbase support... no
  257. checking whether to enable dbx support... no
  258. checking whether to enable direct I/O support... no
  259. checking for DOM support... no
  260. checking for DOM XSLT support... no
  261. checking for DOM EXSLT support... no
  262. checking whether to enable EXIF (metadata from images) support... no
  263. checking for FrontBase SQL92 (fbsql) support... no
  264. checking for FDF support... no
  265. checking whether to enable the bundled filePro support... no
  266. checking for FriBidi support... no
  267. checking whether to enable FTP support... no
  268. checking for GD support... no
  269. checking for the location of libjpeg... no
  270. checking for the location of libpng... no
  271. checking for the location of libXpm... no
  272. checking for FreeType 1.x support... no
  273. checking for FreeType 2... no
  274. checking for T1lib support... no
  275. checking whether to enable truetype string function in GD... no
  276. checking whether to enable JIS-mapped Japanese font support in GD... no
  277. checking for GNU gettext support... no
  278. checking for GNU MP support... no
  279. checking for hwapi support... no
  280. checking for Hyperwave support... no
  281. checking for iconv support... no
  282. checking for IMAP support... no
  283. checking for Informix support... no
  284. checking for Ingres II support... no
  285. checking for InterBase support... no
  286. checking for IRCG support... no
  287. checking for Java support... no
  288. checking for LDAP support... no
  289. checking whether to enable multibyte string support... no
  290. checking whether to enable multibyte regex support... yes
  291. checking for external libmbfl... no
  292. checking for MCAL support... no
  293. checking for mcrypt support... no
  294. checking for MCVE support... no
  295. checking OpenSSL dir for MCVE... no
  296. checking for mhash support... no
  297. checking whether to include mime_magic support... no
  298. checking for MING support... no
  299. checking for mnoGoSearch support... no
  300. checking for msession support... no
  301. checking for mSQL support... no
  302. checking for MSSQL support via FreeTDS... no
  303. checking for MySQL support... yes
  304. checking for specified location of the MySQL UNIX socket... no
  305. checking for MySQL UNIX socket location... no
  306. checking for inline... (cached) inline
  307. checking return type of signal handlers... (cached) void
  308. checking for ANSI C header files... (cached) yes
  309. checking for sgtty.h... (cached) yes
  310. checking for sys/ioctl.h... (cached) yes
  311. checking for fcntl.h... (cached) yes
  312. checking for float.h... (cached) yes
  313. checking for floatingpoint.h... (cached) no
  314. checking for ieeefp.h... (cached) no
  315. checking for limits.h... (cached) yes
  316. checking for memory.h... (cached) yes
  317. checking for pwd.h... (cached) yes
  318. checking for select.h... (cached) no
  319. checking for stdlib.h... (cached) yes
  320. checking for stddef.h... (cached) yes
  321. checking for strings.h... (cached) yes
  322. checking for string.h... (cached) yes
  323. checking for synch.h... (cached) no
  324. checking for sys/mman.h... (cached) yes
  325. checking for sys/socket.h... (cached) yes
  326. checking for sys/timeb.h... (cached) yes
  327. checking for sys/types.h... (cached) yes
  328. checking for sys/un.h... (cached) yes
  329. checking for sys/vadvise.h... (cached) no
  330. checking for sys/wait.h... (cached) yes
  331. checking for term.h... (cached) yes
  332. checking for unistd.h... (cached) yes
  333. checking for utime.h... (cached) yes
  334. checking for sys/utime.h... (cached) no
  335. checking for termio.h... (cached) yes
  336. checking for termios.h... (cached) yes
  337. checking for sched.h... (cached) yes
  338. checking for crypt.h... (cached) yes
  339. checking for alloca.h... (cached) yes
  340. checking size of char... (cached) 1
  341. checking size of int... (cached) 4
  342. checking size of long... (cached) 4
  343. checking size of long long... (cached) 8
  344. checking for size_t... (cached) yes
  345. checking whether time.h and sys/time.h may both be included... (cached) yes
  346. checking for uid_t in sys/types.h... (cached) yes
  347. checking for type ulong... (cached) yes
  348. checking for type uchar... (cached) no
  349. checking for type uint... (cached) yes
  350. checking for type ushort... (cached) yes
  351. checking for int8... (cached) no
  352. checking base type of last arg to accept... (cached) socklen_t
  353. checking return type of qsort... (cached) void
  354. checking for alarm... (cached) yes
  355. checking for bmove... (cached) no
  356. checking for chsize... (cached) no
  357. checking for ftruncate... (cached) yes
  358. checking for rint... (cached) yes
  359. checking for finite... (cached) yes
  360. checking for fpsetmask... (cached) no
  361. checking for fpresetsticky... (cached) no
  362. checking for cuserid... (cached) yes
  363. checking for fcntl... (cached) yes
  364. checking for fconvert... (cached) no
  365. checking for getrusage... (cached) yes
  366. checking for getpwuid... (cached) yes
  367. checking for getcwd... (cached) yes
  368. checking for getrlimit... (cached) yes
  369. checking for getwd... (cached) yes
  370. checking for index... (cached) yes
  371. checking for locking... (cached) no
  372. checking for longjmp... (cached) yes
  373. checking for perror... (cached) yes
  374. checking for pread... (cached) yes
  375. checking for realpath... (cached) yes
  376. checking for rename... (cached) yes
  377. checking for socket... (cached) yes
  378. checking for strnlen... (cached) yes
  379. checking for madvise... (cached) yes
  380. checking for strtoll... (cached) yes
  381. checking for strtoul... (cached) yes
  382. checking for strtoull... (cached) yes
  383. checking for snprintf... (cached) yes
  384. checking for tempnam... (cached) yes
  385. checking for thr_setconcurrency... (cached) no
  386. checking for gethostbyaddr_r... (cached) yes
  387. checking for gethostbyname_r... (cached) yes
  388. checking for getpwnam... (cached) yes
  389. checking for bfill... (cached) no
  390. checking for bzero... (cached) yes
  391. checking for bcmp... (cached) yes
  392. checking for strstr... (cached) yes
  393. checking for strpbrk... (cached) yes
  394. checking for strerror... (cached) yes
  395. checking for tell... (cached) no
  396. checking for atod... (cached) no
  397. checking for memcpy... (cached) yes
  398. checking for memmove... (cached) yes
  399. checking for setupterm... (cached) no
  400. checking for strcasecmp... (cached) yes
  401. checking for sighold... (cached) yes
  402. checking for vidattr... (cached) no
  403. checking for setupterm... (cached) no
  404. checking for lrand48... (cached) yes
  405. checking for localtime_r... (cached) yes
  406. checking for sigset... (cached) yes
  407. checking for sigthreadmask... (cached) no
  408. checking for pthread_sigmask... (cached) no
  409. checking for pthread_setprio... (cached) no
  410. checking for pthread_setprio_np... (cached) no
  411. checking for pthread_setschedparam... (cached) yes
  412. checking for pthread_attr_setprio... (cached) no
  413. checking for pthread_attr_setschedparam... (cached) yes
  414. checking for pthread_attr_create... (cached) no
  415. checking for pthread_getsequence_np... (cached) no
  416. checking for pthread_attr_setstacksize... (cached) no
  417. checking for pthread_condattr_create... (cached) no
  418. checking for rwlock_init... (cached) no
  419. checking for crypt... (cached) no
  420. checking for dlopen... (cached) yes
  421. checking for dlerror... (cached) yes
  422. checking for fchmod... (cached) yes
  423. checking for getpass... (cached) yes
  424. checking for getpassphrase... (cached) no
  425. checking for strtok_r... (cached) yes
  426. checking style of gethostname_r routines... (cached) glibc2
  427. checking 3 argument to gethostname_r routines... (cached) char
  428. checking args to pthread_getspecific... (cached) POSIX
  429. checking args to pthread_mutex_init... (cached) POSIX
  430. checking args to readdir_r... (cached) POSIX
  431. checking style of sigwait... (cached) POSIX
  432. checking for ncurses support... no
  433. checking for Oracle-OCI8 support... no
  434. checking for Adabas support... no
  435. checking for SAP DB support... no
  436. checking for Solid support... no
  437. checking for IBM DB2 support... no
  438. checking for Empress support... no
  439. checking for Empress local access support... no
  440. checking for Birdstep support... no
  441. checking for a custom ODBC support... no
  442. checking for iODBC support... no
  443. checking for Easysoft ODBC-ODBC Bridge support... no
  444. checking for unixODBC support... no
  445. checking for DBMaker support... no
  446. checking for Oracle-ORACLE support... no
  447. checking whether to enable user-space object overloading support... yes
  448. checking for Ovrimos SQL Server support... no
  449. checking whether to enable pcntl support... no
  450. checking for PCRE support... yes
  451. checking for PDFlib support... no
  452. checking for the location of libtiff... no
  453. checking for Verisign Payflow Pro support... no
  454. checking for PostgreSQL support... no
  455. checking whether to enable POSIX-like functions... yes
  456. checking for seteuid... (cached) yes
  457. checking for setegid... (cached) yes
  458. checking for setsid... (cached) yes
  459. checking for getsid... (cached) yes

复制代码

论坛徽章:
0
3 [报告]
发表于 2006-06-24 15:12 |只看该作者
  1. checking for setpgid... (cached) yes
  2. checking for getpgid... (cached) yes
  3. checking for ctermid... (cached) yes
  4. checking for mkfifo... (cached) yes
  5. checking for getrlimit... (cached) yes
  6. checking for PSPELL support... no
  7. checking for QtDOM support... no
  8. checking for libedit readline replacement... no
  9. checking for readline support... no
  10. checking for recode support... no
  11. checking whether to enable PHP sessions... yes
  12. checking for mm support... no
  13. checking whether pwrite works... (cached) yes
  14. checking whether pread works... (cached) yes
  15. checking whether to enable shmop support... no
  16. checking for SNMP support... no
  17. checking OpenSSL dir for SNMP... no
  18. checking whether to enable UCD SNMP hack... no
  19. checking whether to enable sockets support... no
  20. checking for getcwd... (cached) yes
  21. checking for getwd... (cached) yes
  22. checking for asinh... (cached) yes
  23. checking for acosh... (cached) yes
  24. checking for atanh... (cached) yes
  25. checking for log1p... (cached) yes
  26. checking for hypot... (cached) yes
  27. checking for crypt in -lcrypt... (cached) yes
  28. checking for standard DES crypt... (cached) yes
  29. checking for extended DES crypt... (cached) no
  30. checking for MD5 crypt... (cached) yes
  31. checking for Blowfish crypt... (cached) no
  32. checking whether flush should be called explicitly after a buffered io... (cached) no
  33. checking which regex library to use... php
  34. checking whether rounding works as expected... yes
  35. checking for working fnmatch... (cached) yes
  36. checking for glob... (cached) yes
  37. checking for strfmon... (cached) yes
  38. checking for fpclass... (cached) no
  39. checking for isinf... (cached) yes
  40. checking for isnan... (cached) yes
  41. checking whether atof() accepts NAN... (cached) yes
  42. checking whether atof() accepts INF... (cached) yes
  43. checking whether HUGE_VAL == INF... (cached) yes
  44. checking whether HUGE_VAL + -HUGEVAL == NAN... (cached) yes
  45. checking for libswf support... no
  46. checking for Sybase support... no
  47. checking for Sybase-CT support... no
  48. checking whether to enable System V IPC support... no
  49. checking whether to enable System V semaphore support... no
  50. checking whether to enable System V shared memory support... no
  51. checking whether to enable tokenizer support... yes
  52. checking whether to enable WDDX support... no
  53. checking whether byte ordering is bigendian... (cached) no
  54. checking whether to enable XML support... yes
  55. checking external libexpat install dir... no
  56. checking for XMLRPC-EPI support... no
  57. checking libexpat dir for XMLRPC-EPI... yes
  58. checking iconv dir for XMLRPC-EPI... yes
  59. checking whether to enable xslt support... no
  60. checking for XSLT Sablotron backend... no
  61. checking for libexpat dir for Sablotron XSL support... no
  62. checking for iconv dir for Sablotron XSL support... no
  63. checking for JavaScript for Sablotron XSL support... no
  64. checking for YAZ support... no
  65. checking whether to include YP support... no
  66. checking for ZIP support... no

  67. Configuring PEAR
  68. checking whether to install PEAR... yes

  69. Configuring Zend
  70. checking bison version... 1.875 (ok)
  71. checking for limits.h... (cached) yes
  72. checking for malloc.h... (cached) yes
  73. checking for string.h... (cached) yes
  74. checking for unistd.h... (cached) yes
  75. checking for stdarg.h... (cached) yes
  76. checking for sys/types.h... (cached) yes
  77. checking for sys/time.h... (cached) yes
  78. checking for signal.h... (cached) yes
  79. checking for unix.h... (cached) no
  80. checking for mach-o/dyld.h... (cached) no
  81. checking for dlfcn.h... (cached) yes
  82. checking for size_t... (cached) yes
  83. checking return type of signal handlers... (cached) void
  84. checking for uint... (cached) yes
  85. checking for ulong... (cached) yes
  86. checking for vprintf... (cached) yes
  87. checking for 8-bit clean memcmp... (cached) yes
  88. checking for working alloca.h... (cached) yes
  89. checking for alloca... (cached) yes
  90. checking for memcpy... (cached) yes
  91. checking for strdup... (cached) yes
  92. checking for getpid... (cached) yes
  93. checking for kill... (cached) yes
  94. checking for strtod... (cached) yes
  95. checking for strtol... (cached) yes
  96. checking for finite... (cached) yes
  97. checking for fpclass... (cached) no
  98. checking whether sprintf is broken... (cached) no
  99. checking for finite... (cached) yes
  100. checking for isfinite... (cached) no
  101. checking for isinf... (cached) yes
  102. checking for isnan... (cached) yes
  103. checking whether fp_except is defined... (cached) no
  104. checking for dlfcn.h... (cached) yes
  105. checking whether dlsym() requires a leading underscore in symbol names... no
  106. checking whether to enable thread-safety... no
  107. checking whether to enable inline optimization for GCC... yes
  108. checking whether to enable a memory limit... no
  109. checking whether to enable Zend debugging... no
  110. checking whether to enable Zend multibyte... no
  111. checking for inline... (cached) inline

  112. Configuring TSRM
  113. checking for stdarg.h... (cached) yes

  114. Configuring libtool
  115. checking for Cygwin environment... (cached) no
  116. checking for mingw32 environment... (cached) no
  117. checking build system type... i686-pc-linux-gnu
  118. checking for ld used by GCC... (cached) /usr/bin/ld
  119. checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
  120. checking for /usr/bin/ld option to reload object files... (cached) -r
  121. checking for BSD-compatible nm... (cached) /usr/bin/nm -B
  122. checking for a sed that does not truncate output... (cached) /bin/sed
  123. checking how to recognise dependent libraries... (cached) pass_all
  124. checking for object suffix... (cached) o
  125. checking for executable suffix... (cached) no
  126. checking command to parse /usr/bin/nm -B output... (cached) ok
  127. checking for ranlib... (cached) ranlib
  128. checking for strip... (cached) strip
  129. checking for objdir... .libs
  130. checking for gcc option to produce PIC... (cached)    -fPIC
  131. checking if gcc PIC flag    -fPIC works... (cached) yes
  132. checking if gcc static flag -static works... (cached) yes
  133. checking if gcc supports -c -o file.o... (cached) yes
  134. checking if gcc supports -c -o file.lo... (cached) yes
  135. checking if gcc supports -fno-rtti -fno-exceptions... yes
  136. checking whether the linker (/usr/bin/ld) supports shared libraries... yes
  137. checking how to hardcode library paths into programs... immediate
  138. checking whether stripping libraries is possible... yes
  139. checking dynamic linker characteristics... GNU/Linux ld.so
  140. checking if libtool supports shared libraries... yes
  141. checking whether to build shared libraries... no
  142. checking whether to build static libraries... yes
  143. creating libtool

  144. Generating files
  145. updating cache ./config.cache
  146. creating ./config.status
  147. creating php4.spec
  148. creating main/build-defs.h
  149. creating scripts/phpize
  150. creating scripts/php-config
  151. creating sapi/apache/libphp4.module
  152. creating sapi/cli/php.1
  153. creating main/php_config.h
  154. main/php_config.h is unchanged
  155. creating main/internal_functions.c
  156. creating main/internal_functions_cli.c
  157. +--------------------------------------------------------------------+
  158. |                        *** WARNING ***                             |
  159. |                                                                    |
  160. | You chose to compile PHP with the built-in MySQL support.  If you  |
  161. | are compiling a server module, and intend to use other server      |
  162. | modules that also use MySQL (e.g, mod_auth_mysql, PHP 3.0,         |
  163. | mod_perl) you must NOT rely on PHP's built-in MySQL support, and   |
  164. | instead build it with your local MySQL support files, by adding    |
  165. | --with-mysql=/path/to/mysql to your configure line.                |
  166. +--------------------------------------------------------------------+
  167. | License:                                                           |
  168. | This software is subject to the PHP License, available in this     |
  169. | distribution in the file LICENSE.  By continuing this installation |
  170. | process, you are bound by the terms of this license agreement.     |
  171. | If you do not agree with the terms of this license, you must abort |
  172. | the installation process at this point.                            |
  173. +--------------------------------------------------------------------+
  174. |                          *** NOTE ***                              |
  175. |            The default for register_globals is now OFF!            |
  176. |                                                                    |
  177. | If your application relies on register_globals being ON, you       |
  178. | should explicitly set it to on in your php.ini file.               |
  179. | Note that you are strongly encouraged to read                      |
  180. | http://www.php.net/manual/en/security.globals.php                  |
  181. | about the implications of having register_globals set to on, and   |
  182. | avoid using it if possible.                                        |
  183. +--------------------------------------------------------------------+

  184. Thank you for using PHP.
复制代码

论坛徽章:
1
技术图书徽章
日期:2013-12-05 23:25:45
4 [报告]
发表于 2006-06-29 08:55 |只看该作者
1. 操作系统具体是什么
2. 你在什么地方下载的php
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP