冷寒生 发表于 2012-05-25 02:26

安装Larbin出现“./configure: Command not found.”

以下操作是用root用户登录执行的

# chmod +x configure
# ls -l
total 38
-rw-r--r--1 pcdelphiftpgroup18007 May 25 00:50 COPYING
-rw-r--r--1 pcdelphiftpgroup   1178 May 25 00:50 CREDITS
-rw-r--r--1 pcdelphiftpgroup    469 May 25 00:50 Makefile
-rw-r--r--1 pcdelphiftpgroup   1040 May 25 00:50 README
drwxr-xr-x2 pcdelphiftpgroup    512 May 25 00:50 adns
-rwxr-xr-x1 pcdelphiftpgroup   1054 May 25 00:50 configure
drwxr-xr-x2 pcdelphiftpgroup    512 May 25 00:50 doc
-rw-r--r--1 pcdelphiftpgroup   1669 May 25 00:50 larbin.conf
-rw-r--r--1 pcdelphiftpgroup   3223 May 25 00:50 options.h
drwxr-xr-x5 pcdelphiftpgroup    512 May 25 00:50 src
# ./configure
./configure: Command not found.
#

ulovko 发表于 2012-05-25 07:55

configure是用来生成makefile
为什么不用ports?
------------------------------ko# cd /usr/ports
ko# make quicksearch key=larbin
Port:        larbin-2.6.3_1
Path:        /usr/ports/www/larbin
Info:        A powerful HTTP crawler with an easy interface

ko# cd www/larbin/
ko# cat pkg-descr
Larbin is a powerful web crawler (also called robot, spider...).It
is intended to fetch a large number of web pages to fill the database of a
search engine.With a network fast enough, Larbin is able to fetch more than
100 million pages on a standard PC.

Larbin was initially developed for the XYLEME project in the VERSO team at
INRIA.The goal of Larbin was to go and fetch XML pages on the web to fill
the database of an xml-oriented search engine.

The following can be done with Larbin:

        o A crawler for a search engine
        o A crawler for a specialized search enginer (xml, images, mp3...)
        o Statistics on the web (about servers or page contents)

Larbin is created by: Sebastien Ailleret

WWW: http://larbin.sourceforge.net
WWW: http://www.sourceforge.net/projects/larbin
WWW: http://www.ailleret.com
ko# make install clean

冷寒生 发表于 2012-05-25 15:56

谢谢,已解决

ulovko 发表于 2012-05-25 16:42

回复 3# 冷寒生


    不客气,以后直接用ports吧,里面多数都包含了
页: [1]
查看完整版本: 安装Larbin出现“./configure: Command not found.”