how to install linux package into freebsd?

Для новичков как вообще в Linux, так и в конкретной теме, к которой относится вопрос.

Модератор: Bizdelnick

linuxfan
Сообщения: 96

how to install linux package into freebsd?

Сообщение linuxfan »

всем привет.
у меня такой вопрос: как установливать gaim-1.5.bz2 во ФриБСД???
Спасибо.
Спасибо сказали:
Аватара пользователя
clx
Сообщения: 3121
Статус: Think Different !
ОС: Mac OS X

Re: how to install linux package into freebsd?

Сообщение clx »

Такж как и в Linuxе.
tar -jxvf gaim-1.5.bz2
less README
less INSTALL
./configure --help
make
make install
iMac 20" Core Duo.
Спасибо сказали:
printf

Re: how to install linux package into freebsd?

Сообщение printf »

Это не linux package, это исходники. По идее без привязки к определённой платформе.
Спасибо сказали:
linuxfan
Сообщения: 96

Re: how to install linux package into freebsd?

Сообщение linuxfan »

я так сделал.
./configure ( нормально )
make (error)

Код: Выделить всё

m -f ".deps/ssl-nss.Tpo"; exit 1; fi
ssl-nss.c:37:22: pk11func.h: No such file or directory
ssl-nss.c:39:20: secerr.h: No such file or directory
ssl-nss.c:40:20: secmod.h: No such file or directory
ssl-nss.c:41:17: ssl.h: No such file or directory
ssl-nss.c:42:20: sslerr.h: No such file or directory
ssl-nss.c:43:22: sslproto.h: No such file or directory
ssl-nss.c: In function `ssl_nss_init_nss':
ssl-nss.c:62: warning: implicit declaration of function `NSS_NoDB_Init'
ssl-nss.c:70: warning: implicit declaration of function `SECMOD_AddNewModule'
ssl-nss.c:72: warning: implicit declaration of function `NSS_SetDomesticPolicy'
ssl-nss.c: At top level:
ssl-nss.c:79: error: syntax error before "ssl_auth_cert"
ssl-nss.c:81: warning: return type defaults to `int'
ssl-nss.c: In function `ssl_auth_cert':
ssl-nss.c:82: error: `SECSuccess' undeclared (first use in this function)
ssl-nss.c:82: error: (Each undeclared identifier is reported only once
ssl-nss.c:82: error: for each function it appears in.)
ssl-nss.c: At top level:
ssl-nss.c:107: error: syntax error before "ssl_bad_cert"
ssl-nss.c:108: warning: return type defaults to `int'
ssl-nss.c: In function `ssl_bad_cert':
ssl-nss.c:109: error: syntax error before "status"
ssl-nss.c:113: error: `status' undeclared (first use in this function)
ssl-nss.c:115: warning: implicit declaration of function `PORT_GetError'
ssl-nss.c:119: error: `SEC_ERROR_INVALID_AVA' undeclared (first use in this function)
ssl-nss.c:120: error: `SEC_ERROR_INVALID_TIME' undeclared (first use in this function)
ssl-nss.c:121: error: `SEC_ERROR_BAD_SIGNATURE' undeclared (first use in this function)
ssl-nss.c:122: error: `SEC_ERROR_EXPIRED_CERTIFICATE' undeclared (first use in this function)
ssl-nss.c:123: error: `SEC_ERROR_UNKNOWN_ISSUER' undeclared (first use in this function)
ssl-nss.c:124: error: `SEC_ERROR_UNTRUSTED_CERT' undeclared (first use in this function)
ssl-nss.c:125: error: `SEC_ERROR_CERT_VALID' undeclared (first use in this function)
ssl-nss.c:126: error: `SEC_ERROR_EXPIRED_ISSUER_CERTIFICATE' undeclared (first use in this function)
ssl-nss.c:127: error: `SEC_ERROR_CRL_EXPIRED' undeclared (first use in this function)
ssl-nss.c:128: error: `SEC_ERROR_CRL_BAD_SIGNATURE' undeclared (first use in this function)
ssl-nss.c:129: error: `SEC_ERROR_EXTENSION_VALUE_INVALID' undeclared (first use in this function)
ssl-nss.c:130: error: `SEC_ERROR_CA_CERT_INVALID' undeclared (first use in this function)
ssl-nss.c:131: error: `SEC_ERROR_CERT_USAGES_INVALID' undeclared (first use in this function)
ssl-nss.c:132: error: `SEC_ERROR_UNKNOWN_CRITICAL_EXTENSION' undeclared (first use in this function)
ssl-nss.c:133: error: `SECSuccess' undeclared (first use in this function)
ssl-nss.c:137: error: `SECFailure' undeclared (first use in this function)
ssl-nss.c: In function `ssl_nss_connect_cb':
ssl-nss.c:190: warning: implicit declaration of function `SSL_ImportFD'
ssl-nss.c:190: warning: assignment makes pointer from integer without a cast
ssl-nss.c:204: warning: implicit declaration of function `SSL_OptionSet'
ssl-nss.c:204: error: `SSL_SECURITY' undeclared (first use in this function)
ssl-nss.c:205: error: `SSL_HANDSHAKE_AS_CLIENT' undeclared (first use in this function)
ssl-nss.c:207: warning: implicit declaration of function `SSL_AuthCertificateHook'
ssl-nss.c:208: error: `SSLAuthCertificate' undeclared (first use in this function)
ssl-nss.c:208: error: syntax error before "ssl_auth_cert"
ssl-nss.c:210: warning: implicit declaration of function `SSL_BadCertHook'
ssl-nss.c:210: error: `SSLBadCertHandler' undeclared (first use in this function)
ssl-nss.c:210: error: syntax error before "ssl_bad_cert"
ssl-nss.c:213: warning: implicit declaration of function `SSL_SetURL'
ssl-nss.c:215: warning: implicit declaration of function `SSL_ResetHandshake'
ssl-nss.c:217: warning: implicit declaration of function `SSL_ForceHandshake'
*** Error code 1

Stop in /usr/local/gaim-1.5.0/plugins/ssl.
*** Error code 1

Stop in /usr/local/gaim-1.5.0/plugins.
*** Error code 1

Stop in /usr/local/gaim-1.5.0.
*** Error code 1

Stop in /usr/local/gaim-1.5.0.


или ещё какой-нибудь package нужно установить???
Спасибо сказали:
Аватара пользователя
Angel_13th
Сообщения: 1164
Статус: ...-oo=ll=oo-...
ОС: Gentoo

Re: how to install linux package into freebsd?

Сообщение Angel_13th »

find /usr/ports -iname "gaim*"
cd gaim_dir
make install
WorkStation Ubuntu 10.10 on Fujitsu-Siemens Amilo Pro 3545
Спасибо сказали:
Аватара пользователя
StraNNicK
Бывший модератор
Сообщения: 1005
Статус: добрый хиппи

Re: how to install linux package into freebsd?

Сообщение StraNNicK »

cd /usr/ports/net-im/gaim/
make install clean
Ушёл навсегда. В личку не заглядываю.
Спасибо сказали: