■掲示板に戻る■ 全部 1- 101- 201- 301- 401- 501- 601- 701- 801- 901- 1001- 最新50



レス数が1000を超えています。残念ながら全部は表示しません。

Solaris教えてスレッド SunOS5 (其の5)

271 :244 :02/02/09 15:44
詳しく書き直します。

1 何かいか、エラーでたので、あきらめて一旦logout
2 一般ユーザでログイン
3
$ cd tmp/
$ cd squid-2.4.STABLE3
$ echo $PATH
/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin
$ export PATH=$PATH:/usr/local/bin:/usr/ccs/bin
$ echo $PATH
/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/bin:/usr/ccs/bin
$ ./configure
$ make
couldn't set locale correctly
couldn't set locale correctly
Making all in lib...
make[1]: Entering directory `/export/home/user/tmp/squid-2.4.STABLE3/lib'
/usr/bin/rm -f libmiscutil.a
/usr/bin/false r libmiscutil.a rfc1123.o rfc1738.o rfc1035.o util.o getfullhostname.o base64.o uudecode.o splay.o safe_inet_addr.o iso3307.o snprintf.o md5.o radix.o stub_memaccount.o Array.o Stack.o hash.o heap.o html_quote.o
couldn't set locale correctly
couldn't set locale correctly
make[1]: *** [libmiscutil.a] Error 255
make[1]: Leaving directory `/export/home/user/tmp/squid-2.4.STABLE3/lib'
make: *** [all] Error 1

4
となり、結局同じエラーがおきるのです。
で。このエラーの意味をgoogleしたら、
以下のような事が書いてあるページがあったという事です。
The following error occurs on Solaris systems using gcc when the Solaris C compiler is not installed:

/usr/bin/rm -f libmiscutil.a
/usr/bin/false r libmiscutil.a rfc1123.o rfc1738.o util.o ...
make[1]: *** [libmiscutil.a] Error 255
make[1]: Leaving directory `/tmp/squid-1.1.11/lib'
make: *** [all] Error 1

Note on the second line the /usr/bin/false. This is supposed to be a path to the ar program. If configure cannot find ar on
your system, then it substitues false.

To fix this you either need to:

Add /usr/ccs/bin to your PATH. This is where the ar command should be. You need to install SUNWbtool if ar is
not there. Otherwise,
________________________________


掲示板に戻る 全部 前100 次100 最新50

read.cgi ver5.26+ (01/10/21-)