Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #31  
Old 02-22-2011, 09:47 PM
tzu-theory
Fire Beetle
 
Join Date: Aug 2010
Posts: 15
Default

Is it okay to use PERL 5.10.1.1008? I don't see a way to download the version you listed unless you have a Business Edition account.
Reply With Quote
  #32  
Old 02-22-2011, 10:16 PM
tzu-theory
Fire Beetle
 
Join Date: Aug 2010
Posts: 15
Default

Furthermore, as I am trying to install MySQL, it is saying that it does not support my processor type. Note: I am running an instance of Windows Server 2003 on my iMac. I had hoped that no issues relating to the processor would present itself, as it is a VM. I guess I can only effectively run this on a x86 machine?
Reply With Quote
  #33  
Old 02-22-2011, 10:23 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,743
Default

I use Perl 5.10.1.1007 with no trouble.

For MySQL, make sure you download the 32-bit version. It sounds like you may have the 64-bit version.
Reply With Quote
  #34  
Old 02-22-2011, 10:26 PM
tzu-theory
Fire Beetle
 
Join Date: Aug 2010
Posts: 15
Default

Dang, you're right. Attention to detail would help me in these things
Reply With Quote
  #35  
Old 03-01-2011, 10:13 AM
seratt
Fire Beetle
 
Join Date: Jan 2007
Posts: 3
Default

Thanks for this guide Huppy!

Was working through it yesterday and realized I need to redo some stuff on my server before I continue with my eqemu install. I'll post back with how it goes later this week.
Reply With Quote
  #36  
Old 03-16-2011, 11:28 PM
Cassieze
Sarnak
 
Join Date: Aug 2005
Posts: 34
Default

Thank you for posting this! I really hate having to look around when the guides are not actually guiding... but leading me into a world of confusion...
Reply With Quote
  #37  
Old 03-18-2011, 01:10 PM
deaddraqear
Sarnak
 
Join Date: May 2008
Location: california
Posts: 45
Default

Ok, I've followed this guide to the letter, and running into a problem at step 9. I am getting 1 successful build, and 4 failures. Briefly looked through forums here and I didn't see anything, but was just wondering if someone could point me in the right direction if nothing else?

Well, I guess I forgot to restart comp somewhere in there or something.. thats all I did and it worked just fine this time -.-
Reply With Quote
  #38  
Old 03-18-2011, 02:34 PM
Fulcrum
Sarnak
 
Join Date: Sep 2010
Location: EC Tunnel
Posts: 81
Default

Quote:
I am getting 1 successful build, and 4 failures.

Kinda sounds like you're running Perl 5.12.* or have remnants of it left over from an uninstall.
Reply With Quote
  #39  
Old 03-19-2011, 06:40 PM
dranovir45
Sarnak
 
Join Date: Jul 2009
Location: IL
Posts: 41
Default nevermind

oops wrong details.

Last edited by dranovir45; 03-19-2011 at 07:23 PM.. Reason: was an angry post that i resolved myself
Reply With Quote
  #40  
Old 03-19-2011, 07:22 PM
dranovir45
Sarnak
 
Join Date: Jul 2009
Location: IL
Posts: 41
Default Ok

I figured out the problem with SVN, new problem, im getting 2 succeeds, and 3 failures, any idea why this is? was no write up on what to do if that happened.
Reply With Quote
  #41  
Old 03-19-2011, 09:21 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,743
Default

Can you post the actual errors you get? Otherwise we're just guessing.
Reply With Quote
  #42  
Old 03-19-2011, 10:08 PM
dranovir45
Sarnak
 
Join Date: Jul 2009
Location: IL
Posts: 41
Default

Quote:
Originally Posted by lerxst2112 View Post
Can you post the actual errors you get? Otherwise we're just guessing.
5>c:\source\trunk\eqemuserver\ucs\../common/dbcore.h(9) : fatal error C1083: Cannot open include file: 'mysql.h': No such file or directory
5>chatchannel.cpp
5>c:\source\trunk\eqemuserver\ucs\../common/dbcore.h(9) : fatal error C1083: Cannot open include file: 'mysql.h': No such file or directory
5>Build log was saved at "file://c:\Source\trunk\EQEmuServer\Build\ucs\Release\Buil dLog.htm"


Another one i just saw ---

5>.\database.cpp(29) : fatal error C1083: Cannot open include file: 'errmsg.h': No such file or directory ; i get 2 succeeded and 3 failed.

Also ; this is the actual BUILD, the first line went fine with 5 succeeded, its when i do the actual build it does this.
Reply With Quote
  #43  
Old 03-19-2011, 10:40 PM
Huppy's Avatar
Huppy
Demi-God
 
Join Date: Oct 2010
Posts: 1,333
Default

dranovir45 > have you double checked ALL the steps involved with the
"custom" installation of the needed programs (zlib, perl, mysql & 2008 express)
listed in the guide here ? (steps 2,3,4 and 5)
Not sure what OS your using (32 bit or 64).
I have all of those installed on my vista box for my home server and I am
constantly re-compiling, as updates are commited to the svn download.
I have never had these problems compiling at any time, so I am not really
sure why you are having them.
Reply With Quote
  #44  
Old 03-19-2011, 10:48 PM
dranovir45
Sarnak
 
Join Date: Jul 2009
Location: IL
Posts: 41
Default Gotcha

Im using a 64 bit, but the files im using are 32 bit as the guide said ; the only thing i didnt really know how to compile was the whole perl thing cus there was no yes or no thing, i just did the command prompt installs, my Zlib i did properly, along with everything else (yes even the SQL) and it seems the error is with the SQL but i know for a fact im downloading EVERYTHING right with it, but ima try one more install thing and if that doesnt work i dont know really. but hopefuly if anything else occurs u will be on for a lil more guidance


does SQL essentials make the differnece in this, i saw you also said for perl it should be "1007" or something but mine is 1008 cus 1007 wasnt available.
Reply With Quote
  #45  
Old 03-19-2011, 11:08 PM
Huppy's Avatar
Huppy
Demi-God
 
Join Date: Oct 2010
Posts: 1,333
Default

You do not want to download "essentials", just the plain mysql
Did you not get asked any installation questions when installing perl ?
Its usually a .bat file to click on and opens a command window, at least the
version I installed did.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 01:36 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3