banner

[Rule] Rules  [Home] Main Forum  [Portal] Portal  
[Members] Member Listing  [Statistics] Statistics  [Search] Search  [Reading Room] Reading Room 
[Register] Register  
[Login] Loginhttp  | https  ]
 
Forum Index Thảo luận hệ điều hành *nix Hỏi lỗi khi make snort  XML
  [Question]   Hỏi lỗi khi make snort 19/04/2010 21:37:40 (+0700) | #1 | 209335
[Avatar]
kyoshiroit
Member

[Minus]    0    [Plus]
Joined: 10/02/2009 20:27:56
Messages: 110
Location: VinPearl
Offline
[Profile] [PM]
Mình cài snort trên ubuntu. Khi configure bằng lệnh:

Code:
./configure --with-mysql --enable-dynamicplugin --enable-inline --with-libipq-includes=/usr/include/libipq/


thì ok.
Nhưng khi make thì lại báo lỗi:




Ai biết được vì sao không??? smilie smilie smilie
Luôn luôn lắng nghe, lâu lâu mới hiểu...
[Up] [Print Copy]
  [Question]   Hỏi lỗi khi make snort 20/04/2010 07:23:08 (+0700) | #2 | 209356
[Avatar]
Ky0
Moderator

Joined: 16/08/2009 23:09:08
Messages: 532
Offline
[Profile] [PM]
Nó báo thiếu gói Libnet đó bạn! bạn nên cài Libnet vào trước khi biên dịch snort

Lưu ý: Khi biên dịch snort từ source thì nó yêu cầu cài đặt Libnet-1.0.2a trước. Bạn phải tự cài đặt Libnet-1.0.2a từ source rồi!

- Ky0 -

PS: Libnet là do tác giả Mike D. Schiffman phát triển, nhưng đến phiên bản Libnet-1.0.2a, thì không thấy phát triển nữa. Các phiên bản Libnet sau này là do Sam Roberts phát triển. Chắc có lẽ team phát triển Snort không tin tưởng ông này lắm smilie
UITNetwork.com
Let's Connect
[Up] [Print Copy]
  [Question]   Hỏi lỗi khi make snort 20/04/2010 07:35:12 (+0700) | #3 | 209359
[Avatar]
kyoshiroit
Member

[Minus]    0    [Plus]
Joined: 10/02/2009 20:27:56
Messages: 110
Location: VinPearl
Offline
[Profile] [PM]

Ky0 wrote:
Nó báo thiếu gói Libnet đó bạn! bạn nên cài Libnet vào trước khi biên dịch snort

Lưu ý: Khi biên dịch snort từ source thì nó yêu cầu cài đặt Libnet-1.0.2a trước. Bạn phải tự cài đặt Libnet-1.0.2a từ source rồi!

- Ky0 -

 


Mình đã cài libnet-1.0.2a. Và cài trước khi configure snort.

Code:
#tar -xvzf libnet-1.0.2a.tar.gz
# cd libnet-1.0.2a
#./configure
#make
#checkinstall


smilie
Luôn luôn lắng nghe, lâu lâu mới hiểu...
[Up] [Print Copy]
  [Question]   Hỏi lỗi khi make snort 20/04/2010 07:50:04 (+0700) | #4 | 209361
[Avatar]
Ky0
Moderator

Joined: 16/08/2009 23:09:08
Messages: 532
Offline
[Profile] [PM]

kyoshiroit wrote:


Mình đã cài libnet-1.0.2a. Và cài trước khi configure snort.


#tar -xvzf libnet-1.0.2a.tar.gz
# cd libnet-1.0.2a
#./configure
#make
#checkinstall
 


 

Bạn đã cài pcre chưa?

- Ky0 -
UITNetwork.com
Let's Connect
[Up] [Print Copy]
  [Question]   Hỏi lỗi khi make snort 20/04/2010 08:36:37 (+0700) | #5 | 209368
[Avatar]
kyoshiroit
Member

[Minus]    0    [Plus]
Joined: 10/02/2009 20:27:56
Messages: 110
Location: VinPearl
Offline
[Profile] [PM]
Mình đã cài pcre.
Luôn luôn lắng nghe, lâu lâu mới hiểu...
[Up] [Print Copy]
  [Question]   Hỏi lỗi khi make snort 20/04/2010 09:30:01 (+0700) | #6 | 209378
[Avatar]
Ky0
Moderator

Joined: 16/08/2009 23:09:08
Messages: 532
Offline
[Profile] [PM]



#tar -xvzf libnet-1.0.2a.tar.gz
# cd libnet-1.0.2a
#./configure
#make
#checkinstall
 


Hình như bạn không để ý đến đoạn màu đỏ. Tại sao bạn lại chọn cách trên để cài Libnet? Thử cài lại với make && make install

- Ky0 -
UITNetwork.com
Let's Connect
[Up] [Print Copy]
  [Question]   Hỏi lỗi khi make snort 20/04/2010 09:44:59 (+0700) | #7 | 209380
[Avatar]
tranhuuphuoc
Moderator

Joined: 05/09/2004 06:08:09
Messages: 865
Location: Lầu Xanh
Offline
[Profile] [PM] [WWW]
check install đâu phải là make install đâu vậy cà smilie
Nó chỉ kiểm tra chứ nó đâu có thực hiện quá trình thực thi việc cài đặt mã nguồn chứ bạn smilie
[Up] [Print Copy]
  [Question]   Hỏi lỗi khi make snort 20/04/2010 10:14:10 (+0700) | #8 | 209384
[Avatar]
kyoshiroit
Member

[Minus]    0    [Plus]
Joined: 10/02/2009 20:27:56
Messages: 110
Location: VinPearl
Offline
[Profile] [PM]
Checkinstall hay make install đều lỗi hết!!! Hic!! smilie
Luôn luôn lắng nghe, lâu lâu mới hiểu...
[Up] [Print Copy]
  [Question]   Hỏi lỗi khi make snort 20/04/2010 15:26:04 (+0700) | #9 | 209407
[Avatar]
Ky0
Moderator

Joined: 16/08/2009 23:09:08
Messages: 532
Offline
[Profile] [PM]

kyoshiroit wrote:
Checkinstall hay make install đều lỗi hết!!! Hic!! smilie 

Lỗi như thế nào? Lỗi khi biên dịch chương trình nào? Bạn phải cung cấp thông tin đầy đủ thì mọi người mới giúp bạn giải quyết vấn đề được chứ!

- Ky0 -
UITNetwork.com
Let's Connect
[Up] [Print Copy]
  [Question]   Hỏi lỗi khi make snort 20/04/2010 21:24:50 (+0700) | #10 | 209440
[Avatar]
kyoshiroit
Member

[Minus]    0    [Plus]
Joined: 10/02/2009 20:27:56
Messages: 110
Location: VinPearl
Offline
[Profile] [PM]
Thì lỗi y chang như lúc đầu à!
Luôn luôn lắng nghe, lâu lâu mới hiểu...
[Up] [Print Copy]
  [Question]   Hỏi lỗi khi make snort 21/04/2010 06:56:53 (+0700) | #11 | 209456
[Avatar]
conmale
Administrator

Joined: 07/05/2004 23:43:15
Messages: 9353
Location: down under
Offline
[Profile] [PM]

kyoshiroit wrote:

Ky0 wrote:
Nó báo thiếu gói Libnet đó bạn! bạn nên cài Libnet vào trước khi biên dịch snort

Lưu ý: Khi biên dịch snort từ source thì nó yêu cầu cài đặt Libnet-1.0.2a trước. Bạn phải tự cài đặt Libnet-1.0.2a từ source rồi!

- Ky0 -

 


Mình đã cài libnet-1.0.2a. Và cài trước khi configure snort.

Code:
#tar -xvzf libnet-1.0.2a.tar.gz
# cd libnet-1.0.2a
#./configure
#make
#checkinstall


smilie  


Bồ "check install" xong rồi có "make install" không?

Nếu chưa "make install" thì phải "make install", nếu không thì làm gì có libnet 1.0.2a để dùng?

Nếu đã "make install" rồi thì tạo một file "libnet.conf" trong /etc/ld.so.conf.d/, nội dung của libnet.conf như sau:
Code:
/usr/local/lib


Sau đó chạy (bằng chủ quyền root):
Code:
ldconfig -v


rồi mới thử compile lại snort.

PS: nhớ cd vô thư mục chứa source của snort, chạy make clean rồi run configure script lại trước khi "make".
What bringing us together is stronger than what pulling us apart.
[Up] [Print Copy]
  [Question]   Hỏi lỗi khi make snort 21/04/2010 12:17:34 (+0700) | #12 | 209482
[Avatar]
kyoshiroit
Member

[Minus]    0    [Plus]
Joined: 10/02/2009 20:27:56
Messages: 110
Location: VinPearl
Offline
[Profile] [PM]
Thank conmale đã gợi ý. Để mình thử xem sao!! ^_^
Luôn luôn lắng nghe, lâu lâu mới hiểu...
[Up] [Print Copy]
[digg] [delicious] [google] [yahoo] [technorati] [reddit] [stumbleupon]
Go to: 
 Users currently in here 
1 Anonymous

Powered by JForum - Extended by HVAOnline
 hvaonline.net  |  hvaforum.net  |  hvazone.net  |  hvanews.net  |  vnhacker.org
1999 - 2013 © v2012|0504|218|