Jump to content

manofwar95

Members
  • Posts

    123
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Posts posted by manofwar95

  1. I created a custom graveyard next to Gurubashi arena, and deleted the other two so that horde and alliance would both use this graveyard. Except when you die in Gurubashi now, you don't teleport to a graveyard and just stand next to your corpse.

  2. in dep\\ACE_wrappers\\ace\\config-freebsd.h you will need to add lines

    #define ACE_LACKS_GETHOSTBYADDR

    #define ACE_LACKS_NETDB_REENTRANT_FUNCTIONS

    at the top of the file

    If this works then that's great, but if for whatever reason it doesn't I'll share what I did to fix my compile.

    I copied dep/ACE_wrappers/ace/config-freebsd.h to dep/ACE_wrappers/ace/config.h and added

    #define ACE_HAS_MEMCPY_LOOP_UNROLL

    to it, and it worked when i rebuilt everything.

    By the way there was also a problem with compiling VMaps on FreeBSD for me, it took me a very long time to fix this and I'm not exactly sure which trick I did that actually worked, but I think that it was by editing contrib/vmap_extractor_v3/vmapextract/CMakeLists.txt under "LINK_DIRECTORIES" to put the full directory to libmpq. This would be something like changing

    LINK_DIRECTORIES( ${LINK_DIRECTORIES} ../../../dep/libmpq/libmpq/.libs/ )
    to
    LINK_DIRECTORIES( ${LINK_DIRECTORIES} /home/froid/Documents/mangos-one/dep/libmpq/libmpq/.libs/ )

    If that fails I would try adding the path to your libmpq binaries in csh (ex: setenv LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:/path/to/libmpq}

    Thanks! This worked!

  3. Now, that I have my OpenSSL libraries fixed I try to run my server to only be greeted by "the information you have typed in is incorrect" by WoW yes.. I set the realmlist.

    FAQ:

    I have set the IP in `realmlist` to my public IP.

    I have set the correct IP in the realmlist.wtf

    It's like the realmd is not working, it just tells me I have incorrect acc information. :(

  4. @manofwar95: First I'd get rid of your ssl installation and afterwards install libssl and libssl-dev.
    libssl-dev: Depends: libssl0.9.8 (= 0.9.8g-15+lenny13) but 0.9.8g-15+lenny14 is to be installed

    Because this ^^^ is strange. Do you run lenny or did you install an old libssl? Debian is at 0.9.8o.

    Hth

    Skirnir

    system-xenonproject:~# cat /etc/issue

    Debian GNU/Linux 5.0 \\n \\l

    I could just apt-get remove openssl, and try to update apt? Then try again. You just said that.. nvm >_<

    HOWEVER:

    Package libssl is not available, but is referred to by another package.

    This may mean that the package is missing, has been obsoleted, or

    is only available from another source

    E: Package libssl has no installation candidate

    I think my best bet may to just install openSSL from the source code which I have tried but it didn't do anything, I ran it's "./configure" script, ran "make" and did "make install" but can't find any libraries or even tell that it did anything.

  5. I believe faramir was using the path he gave as merely an example.

    Just replace his path with the path indicated by your Ubuntu installation.

    While you're at it, get a real Linux. :P

    ...just kidding. :lol:

    My sig is outdated, I am using debian now, also...

    The following packages have unmet dependencies:

    libcurl4-openssl-dev: Depends: libcurl3 (= 7.18.2-8lenny4) but 7.18.2-8lenny5 is to be installed

    Depends: libssl-dev but it is not going to be installed

×
×
  • 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