質問編集履歴

1

configureオプションの修正と説明の追加

2018/05/07 07:36

投稿

sleepsheep
sleepsheep

スコア310

test CHANGED
File without changes
test CHANGED
@@ -52,9 +52,15 @@
52
52
 
53
53
  # phpize
54
54
 
55
- # ./configure --with-adabas=no --with-pdo_odbc=unixODBC,/usr
55
+ # ./configure --with-adabas=no --with-unixODBC=/usr
56
56
 
57
57
  ```
58
+
59
+ 指定したオプションは、configureのヘルプを見て以下の指定を入れています。
60
+
61
+ --with-adabas=DIR :Include Adabas D support /usr/local
62
+
63
+ --with-unixODBC=DIR:Include unixODBC support /usr/local
58
64
 
59
65
 
60
66