Jump to content

Exelenz

Members
  • Posts

    5
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by Exelenz

  1. Yep, firstly I worked in bash, and have troubles with foreach statement... But google help me, I switch shell to csh and now all right! (I'm not professional in FreeBSD, I think it can be done with bash shell... but how? =) ) I use this guide in virtual machine and in quite strong server. In server - all right, work good. At virtual machine installing crashed twice at step 2, stage "compiling", but I think, problem in VM - 256mb RAM, 10GB HDD and so on. A some kind of tortures for this small machine, isn't it? =) I have a little question. In server I use FreeBSD8.1 AMD64, is correct to use this ../configure --prefix=/opt/mangos --sysconfdir=/opt/mangos/etc --enable-cli --enable-ra --datadir=/opt/mangos/data --with-openssl=/usr/local ; configuration settings in this case? Its good server - 2 x XEON, 22GB RAM, fast HDD and so on. May be I must reconfigure it? Thank you, this guide very usefull!!
  2. All right, good job! Server is working good! Little bugfix for your guide: Step 7 stage "Changing passwords" echo "UPDATE account SET sha_pass_hash=UPPER(CONVERT(SHA(CONCAT(UPPER(username),':',UPPER('<MaNGOS Moderator Password>'))) USING latin1)) WHERE username='GAMEMASTER';" | mysql -umangos -p<MySQL MaNGOS Password> realmd ; echo "UPDATE account SET sha_pass_hash=UPPER(CONVERT(SHA(CONCAT(UPPER(username),':',UPPER('<MaNGOS Gamemaster Password>'))) USING latin1)) WHERE username='MODERATOR';"
  3. Step 3, stage "Applying World Database Updates" foreach sql_file ( trunk/Updates/*_additions/*mangos*.sql ) ; echo "Applying Update - $sql_file" ; mysql -umangos -p<MySQL MaNGOS Password> mangos < $sql_file ; end ; I think, its my mistake here, isn't it? UPD: Yes, problem in shell. I change shell and now its work perfect.
  4. UPD: At step 2, stage "Configuring and Compiling", when gmake I have very many identic warnings - screenshot included: And when 'gmaking' was completed, I see this situation: Is that very bad? Can I fix file Object.h manually?
  5. Hi Antiroot! Thanks for great guide! Now i have a server with FreeBSD 8.1 AMD64 installed, and will try to do it. Wait my report )) UPD: Dependencies installed, but I select first way, and use current ports versions, so: autoconf-2.62 (I have 2.67) autoconf-wrapper-20071109 (This) automake-1.9.6_3 (I have 1.9.6_4 and 1.10.3, errrr, is that normal?) automake-wrapper-20071109 (This) libtool-2.2.6b (I have 2.2.10) gmake-3.81_4 (Exactly) m4-1.4.14_1,1 (I have 1.4.15,1) mysql-client-5.1.49 (I have 5.1.50_1) openssl-1.0.0_2 (Yep) perl-5.10.1_2 (This) ------------------------------------------------------- Sorry for my english, I'm Russian.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use