Jump to content

mimi133

Members
  • Posts

    21
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by mimi133

  1. MaNGOS/0.12.0 2008-12-22 00:00:21 Revision 6928 SD2 : 812 *** glibc detected *** free(): invalid pointer: 0x0ec90258 *** Program received signal SIGABRT, Aborted. [switching to Thread -1399854160 (LWP 13061)] 0xffffe410 in __kernel_vsyscall ()
  2. look the sha number of the rev via github, then "git reset --hard shanumber"
  3. Update your Mangos Sources and SD2 Sources, and try to compile again.
  4. try to update the sources with newer or older rev and try autoreconf -if and ../configure
  5. @greda : 3.0.3 @Anathema : wich rev of mangos and wich os do you use ? @KingofBananas : do you have all of the packets ? libtool, g++, etc @freebullets : did you install openssl ?
  6. Core : 6872 - 7b7c91283498ed71f84ce24b046bd7750349e98a SD2 : 812 UDB : 364 + Patchs from KAPATEJIb
  7. You can find my tuto here : http://www.zone-emu.org/showthread.php?tid=1787 or here : http://forum.mangosfr.org/index.php?showtopic=77
  8. after "cd mangos" you must do this : "git pull origin 303-willcrashforsure"
  9. You must be in root, you can try to clean the directory where you will install mangos before make install
  10. To use git and not use gitfm, you must use this : update-alternatives --config git You must enter the digit which match with : /usr/bin/git-scm You must not enter /usr/bin/git-scm
  11. autoreconf --install --force aclocal autoheader autoconf automake --add-missing automake src/bindings/ScriptDev2/Makefile mkdir objdir cd objdir ../configure --prefix=/opt/mangos --sysconfdir=/opt/mangos/etc --enable-cli --enable-ra --datadir=/opt/mangos make make install make clean cd .. rm -r objdir You need to use these commands each time you are compiling mangos. @Athlon64 : try to update your sources. @travis : I dont know Fedora, but when I start with Mangos on linux, I had the choice between fedora and opensuse, after 2days, I'm going on openSuse, but it's hardly too, to find the good packets, I thinks the debians are the best OS for mangos.
  12. I think that we can't to get a mangos version number, we must get the last ...
  13. To begin, I am French, this is a translation from my French tutorial into English, If you find a language error within this tutorial, please pm me. You must install : You can do this using the terminal: You must download the files from the git repository, git will create your mangos sources directory for you. You must download and patch ScriptDev2. You can use git am src/bindings/ScriptDev2/patches/MaNGOS-2008-12-22-ScriptDev2.patch to commit the patch, which is the way it was intended to be. git-apply just applies changes, while git-am commits patches. Please note that you cannot commit a diff (= the thing you now call "patch"), but you can commit a git patch (which is in fact "portable commit in a file") created using git-format-patch. If you want to apply only changes to stash them later, use git-apply, if you want to commit the sd2 patch, use git-am and you don't have to manually call git-commit. Once you have patched mangos, you compile it. You can replace ../configure --prefix=/opt/mangos --sysconfdir=/opt/mangos/etc --enable-cli --enable-ra --datadir=/opt/mangos by ../configure --prefix=[working path] --sysconfdir=[working path]/etc --enable-cli --enable-ra --datadir=[working path] with your [working path] Good Luck Thx to seodavid, for his help with English and his suggests. Thx to freghar, for his help with Git. (Text in blue). Edit by Schmoozerd: SD2 to Git updated
×
×
  • 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