MIRCX IRC Network
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
 
 

Display results as :
 


Rechercher Advanced Search

Web Applications
install Joomla Wordpress Phpbb Drupal FluxBB PunBB osCommerce simple-machines MYBB moodle vBulletin Dolphin-v.7.1.1 PHPNUKE XOOPS
Services
install BorkNet Services X3 Services Anope Atheme Services Srvx IRC Srervices
IRCD
install Snircd IRCU INSPIRCD UNREAL Nefarious Bircd Bahamut Asuka Charybdis
TCL SCRIPT
TCL SCRIPT FOR EGGDROP Allprotection4.7 Antiproxy
Bots
Bots install FishBot bobot++ Eggdrop janus Omega Security Services Botnix Bopm SupyBot PyLink Hopm
Latest topics
» מדריך גירסה INSPIRCD V4
install inspircd in FreeBsd 11  EmptySat Aug 05, 2023 2:09 am by Chief

» mIRCx IRC Network Config
install inspircd in FreeBsd 11  EmptySat Jul 15, 2023 9:51 pm by Chief

» ircu2.10.12-pk with dnsbl
install inspircd in FreeBsd 11  EmptyFri Mar 10, 2023 2:22 pm by Admin

» Guide install PyLink on New version FreeBSD
install inspircd in FreeBsd 11  EmptyThu Dec 15, 2022 9:39 pm by Chief

» מדריך התקנה PBot על מערכת הפעלה FreeBsd-12
install inspircd in FreeBsd 11  EmptyMon Dec 05, 2022 5:44 am by Chief

» install Nefarious2 && X3 IRC Services in FreeBsd
install inspircd in FreeBsd 11  EmptySat Nov 12, 2022 3:12 pm by Chief

» help problem with adduser in Freebsd 12
install inspircd in FreeBsd 11  EmptyFri Nov 11, 2022 9:06 pm by Chief

» מדריך פקודות והתקנה בסרביס X3
install inspircd in FreeBsd 11  EmptyFri Oct 28, 2022 1:43 pm by Chief

» מדריך הגדרות WebIRC in Nefarious2
install inspircd in FreeBsd 11  EmptyThu Apr 07, 2022 4:45 am by Chief

March 2024
MonTueWedThuFriSatSun
    123
45678910
11121314151617
18192021222324
25262728293031

Calendar Calendar

Affiliates
free forum

Affiliates
free forum


install inspircd in FreeBsd 11

Go down

install inspircd in FreeBsd 11  Empty install inspircd in FreeBsd 11

Post  Chief Sat Jul 01, 2017 11:57 pm

install inspircd in freebsd 11

the configure step1
Code:

portsnap fetch extract
cd /usr/ports/security/openssl/ && make install clean
pkg install openssl
echo 'DEFAULT_VERSIONS+=ssl=openssl' >> /etc/make.conf
cd /usr/ports/devel/autoconf/ && make install clean
 pkg install autoconf
cd /usr/ports/devel/automake/ && make install clean
 pkg install automake
cd /usr/ports/ftp/wget/ && make install clean
pkg install wget
cd /usr/ports/devel/git/ && make install clean
pkg install git
cd /usr/ports/textproc/flex/ && make install clean
pkg install flex
cd /usr/ports/devel/byacc/ && make install clean
pkg install byacc
cd /usr/ports/devel/pcre/ && make install clean
pkg install pcre
cd /usr/ports/net/GeoIP/ && make install clean
/usr/local/bin/geoipupdate.sh
pkg install GeoIP
cd /usr/ports/security/gnutls/ && make install clean
pkg install gnutls
cd /usr/ports/lang/gcc49 && make install clean
pkg install gcc49
cd /usr/ports/security/p5-Net-SSLeay/ && make install clean
cd /usr/ports/www/p5-libwww/ && make install clean
cd /usr/ports/security/p5-IO-Socket-SSL/ && make install clean
cd /usr/ports/security/p5-Crypt-SSLeay/ && make install clean
cpan
install IO::Socket::SSL
install Crypt::SSLeay
install LWP::Protocol::https
install inspircd in FreeBsd 11  17-07-11
doint what do you see make reinstall.. when you will try install openssl and after it get Warning then before you get a message select what do you need from a codes
install inspircd in FreeBsd 11  20-09-10
you get message WARNING You have security/openssl installed but do not have  DEFAULT_VERSIONS+=ssl=openssl set in your make.conf
then you have a some code for it
Code:

echo 'DEFAULT_VERSIONS+=ssl=openssl' >> /etc/make.conf
echo 'DEFAULT_VERSIONS+=ssl=openssl-devel' >> /etc/make.conf
echo 'DEFAULT_VERSIONS+=ssl=libressl' >> /etc/make.conf
echo 'DEFAULT_VERSIONS+=ssl=libressl-devel' >> /etc/make.conf
before you go to configure inspircd you need if do you want use with FTP Server then run it use with FileZilla client
Code:

echo ' ftpd_enable="YES"' >> /etc/rc.conf
service ftpd start
the configure inspircd
Code:

fetch https://github.com/inspircd/inspircd/archive/v2.0.24.tar.gz
tar zxvf v2.0.24.tar.gz
cd inspircd-2.0.24
./configure --enable-extras=m_geoip.cpp
./configure
./configure --with-cc=g++49
make && make install
mv aliases /home/name/inspircd-2.0.24/run/conf
 mv opers.conf.example /home/name/inspircd-2.0.24/run/conf
mv  modules.conf.example /home/name/inspircd-2.0.24/run/conf
mv inspircd.conf.example /home/name/inspircd-2.0.24/run/conf
cp  inspircd.conf.example  inspircd.conf
 cp modules.conf.example modules.conf
 cp opers.conf.example opers.conf
set this in inspircd.conf for ssl connect
Code:

<openssl certfile="conf/cert.pem" keyfile="conf/key.pem" dhfile="conf/dhparams.pem" hash="sha1">
you welcome download the config also you need install a modules
https://f2h.nana10.co.il/fwe60p54rcdi
or
https://f2h.nana10.co.il/81uwdg7zorfk
install a module in yourself Good luck
The Guide By BMT
thanks to Sender about the help
thanks to my staff in mIRCx IRC
Chief
Chief
Admin

מספר הודעות : 268
Join date : 2011-12-09
מיקום : mIRCx IRC Network

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum