技術文章
技術問答
My Project
iT 徵才
聊天室
2026 鐵人賽
登入/註冊
文章
問答
Tag
邦友
鐵人賽
搜尋
0
tomcat-connectors編譯問題
tomcat
jsp
apache
linux
超超
2016-10-17 15:58:43
‧
2509 瀏覽
分享至
編譯tomcat-connectors 時成功./configure Makefile也有出現
make時出現
回答
討論
10
邀請回答
追蹤
檢舉
×
邀請回答
輸入邀請回答者的帳號或暱稱
Loading
找不到結果。
已達邀請上限
邀請回答
{{ result.user.nickname }}
{{ result.user.account }}
已邀請的邦友
{{ invite_list.length }}
/5
取消邀請
{{ invite.nickname }}
{{ invite.account }}
看更多先前的討論...
收起先前的討論...
fillano
iT邦超人 1 級 ‧
2016-10-17 16:56:35
檢舉
只是warning,應該不是問題,我通常都略過XD
只是warning,應該不是問題,我通常都略過XD
修改
超超
iT邦新手 5 級 ‧
2016-10-17 17:00:18
檢舉
不是warning 也無法make install 不會成功編譯 ,沒mod_jk.so
不是warning 也無法make install 不會成功編譯 ,沒mod_jk.so
修改
fillano
iT邦超人 1 級 ‧
2016-10-17 18:03:52
檢舉
那你錯誤訊息沒貼到重點阿,我只看到Warning,只有Warning不會編譯不出來。
那你錯誤訊息沒貼到重點阿,我只看到Warning,只有Warning不會編譯不出來。
修改
超超
iT邦新手 5 級 ‧
2016-10-17 18:08:20
檢舉
[root@apacheserver native]# make
Making all in common
make[1]: Entering directory `/opt/step/tomcat-connectors-1.2.42-src/native/common'
/usr/lib64/apr-1/build/libtool --silent --mode=compile gcc -std=gnu99 -I. -I/usr/include/httpd -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -pthread -DHAVE_APR -I/usr/include/apr-1 -I/usr/include/apr-1 -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -c jk_ajp12_worker.c -o jk_ajp12_worker.lo
/usr/lib64/apr-1/build/libtool --silent --mode=compile gcc -std=gnu99 -I. -I/usr/include/httpd -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -pthread -DHAVE_APR -I/usr/include/apr-1 -I/usr/include/apr-1 -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -c jk_connect.c -o jk_connect.lo
[root@apacheserver native]# make Making all in common make[1]: Entering directory `/opt/step/tomcat-connectors-1.2.42-src/native/common' /usr/lib64/apr-1/build/libtool --silent --mode=compile gcc -std=gnu99 -I. -I/usr/include/httpd -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -pthread -DHAVE_APR -I/usr/include/apr-1 -I/usr/include/apr-1 -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -c jk_ajp12_worker.c -o jk_ajp12_worker.lo /usr/lib64/apr-1/build/libtool --silent --mode=compile gcc -std=gnu99 -I. -I/usr/include/httpd -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -pthread -DHAVE_APR -I/usr/include/apr-1 -I/usr/include/apr-1 -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -c jk_connect.c -o jk_connect.lo
修改
超超
iT邦新手 5 級 ‧
2016-10-17 18:08:42
檢舉
出現這個循環
出現這個循環
修改
fillano
iT邦超人 1 級 ‧
2016-10-17 18:12:32
檢舉
你./configure下了什麼參數?一般配合apache httpd,我都用./configure --with-apxs=/path/to/your/apxs,請用which找一下apxs在哪裡。
你./configure下了什麼參數?一般配合apache httpd,我都用./configure --with-apxs=/path/to/your/apxs,請用which找一下apxs在哪裡。
修改
超超
iT邦新手 5 級 ‧
2016-10-17 18:16:40
檢舉
./configure --with-apxs=/usr/bin/apxs
./configure --with-apxs=/usr/bin/apxs
修改
超超
iT邦新手 5 級 ‧
2016-10-17 18:17:16
檢舉
這是我的路徑
這是我的路徑
修改
超超
iT邦新手 5 級 ‧
2016-10-17 22:44:58
檢舉
不知道是不是我有甚麼套件沒裝到
不知道是不是我有甚麼套件沒裝到
修改
fillano
iT邦超人 1 級 ‧
2016-10-18 09:11:03
檢舉
相依性在跑./configure時會處理,如果有套件沒裝,不會產生Makefile。你把東西清掉重新跑跑看。
1. make distclean
2. ./buildconf.sh
3. ./configure --with-apxs=/usr/bin/apxs
4. make
相依性在跑./configure時會處理,如果有套件沒裝,不會產生Makefile。你把東西清掉重新跑跑看。 1. make distclean 2. ./buildconf.sh 3. ./configure --with-apxs=/usr/bin/apxs 4. make
修改
登入發表討論
熱門推薦
{{ item.subject }}
{{ item.channelVendor }}
|
{{ item.webinarstarted }}
|
{{ formatDate(item.duration) }}
直播中
立即報名
尚未有邦友回答
立即登入回答
iThome鐵人賽
參賽組數
182
組
團體組數
5
組
累計文章數
1188
篇
最後報名日
9/15
看影片追技術
看更多
{{ item.subject }}
{{ item.channelVendor }}
|
{{ formatDate(item.duration) }}
直播中
熱門tag
15th鐵人賽
16th鐵人賽
13th鐵人賽
14th鐵人賽
17th鐵人賽
12th鐵人賽
11th鐵人賽
鐵人賽
2019鐵人賽
javascript
2018鐵人賽
python
2017鐵人賽
windows
php
c#
linux
windows server
css
react
熱門問題
視訊會議電視畫面顯示layout 問題請教
分享資訊人員最佳筆記紀錄方案
表格型pdf 匯入excel
熱門回答
視訊會議電視畫面顯示layout 問題請教
分享資訊人員最佳筆記紀錄方案
熱門文章
【分享】台灣團隊開發 免費 AI Prompt 管理網站,終於不用再到處找提示詞了
Day 10 RD 有程式碼證明自己做了什麼,那 QA 要拿什麼證明?
船舶應用,近海 4G LTE,航運 Starlink 整合運用
使用 Angular、Firebase AI Logic 與 Gemini Nano 打造混合式影像分析應用程式
模型到第七頁就忘了那個孩子
IT邦幫忙
×
標記使用者
輸入對方的帳號或暱稱
Loading
找不到結果。
標記
{{ result.label }}
{{ result.account }}