質問編集履歴

1

書式の改善

2018/07/17 05:55

投稿

recall
recall

スコア9

test CHANGED
File without changes
test CHANGED
@@ -18,11 +18,17 @@
18
18
 
19
19
  [configureのオプション]
20
20
 
21
+ ```ここに言語を入力
22
+
21
23
  ./configure --prefix=/usr/local/php-7.2.7 --with-apxs2=/usr/local/httpd/bin/apxs --enable-mbstring=all --enable-sockets --with-mysqli=mysqlnd --with-pdo-mysql=mysqlnd --with-gd --with-iconv --with-curl --with-openssl --enable-gd-jis-conv --with-jpeg-dir --with-png-dir --with-zlib=yes --with-zlib-dir --enable-sysvshm --enable-wddx --enable-bcmath --enable-calendar --enable-ctype --enable-ftp --enable-shmop --enable-mbregex --enable-exif --enable-soap --enable-pcntl --enable-fileinfo --enable-phar --enable-zip --enable-sysvsem --with-xsl --disable-debug --disable-sigchild --with-ldap
24
+
25
+ ```
22
26
 
23
27
 
24
28
 
25
29
  [make時のエラー]
30
+
31
+ ```ここに言語を入力
26
32
 
27
33
  /usr/bin/ld: ext/ldap/.libs/ldap.o: undefined reference to symbol 'ber_scanf'
28
34
 
@@ -32,6 +38,8 @@
32
38
 
33
39
  make: *** [sapi/cli/php] エラー 1
34
40
 
41
+ ```
42
+
35
43
 
36
44
 
37
45
  ### 試したこと
@@ -40,7 +48,11 @@
40
48
 
41
49
  余計なオプションを除外し、--with-ldapのみにした場合も同じエラーとなりました。
42
50
 
51
+ ```ここに言語を入力
52
+
43
53
  ./configure --prefix=/usr/local/php-7.2.7 --with-ldap
54
+
55
+ ```
44
56
 
45
57
 
46
58