Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Support > Archive::Tutorials/Howto's > Tutorials--Outdated Use the Wiki > Tutorials::Discussion

Tutorials::Discussion Discuss Tutorials here. Do NOT POST tutorials here, they belong on the wiki.

Reply
 
Thread Tools Display Modes
  #1  
Old 03-02-2005, 04:47 AM
sysadmin
Hill Giant
 
Join Date: Feb 2005
Posts: 163
Default My solution to IO::Scalar

The problem begins at:

Code:
RESTART YOUR COMPUTER BEFORE PROCEEDING
Solution is to add this line AFTER reboot:

Code:
perl -MCPAN -e shell
before this line:

Code:
install IO::Scalar
Reply With Quote
  #2  
Old 03-03-2005, 07:34 PM
ndnet
Hill Giant
 
Join Date: Oct 2003
Posts: 105
Default

If the IO::Scalar automated BS is messing up for you, here's an alternative method of installing IO::Scalar.

Visit http://cpan.uwinnipeg.ca/module/IO::Scalar - Click the "Download" link next to IO-Stringy (IO::Scalar's parent package)

Extract the file somewhere memorable. Open a command window (Start->Run->"cmd") and navigate to the folder including it (e.g. "cd \perl\IO-stringy-2.110\").

Now that you're in the folder, execute these commands:

Code:
 perl Makefile.PL
 nmake
 nmake test
 nmake install
Reply With Quote
  #3  
Old 03-11-2005, 02:06 PM
RangerDown
Demi-God
 
Join Date: Mar 2004
Posts: 1,066
Default

The link to download the Kunark database (www.peqserver.com) is no longer valid.

The kunark database should be downloaded from www.projecteq.net.
__________________
<idleRPG> Rogean ate a plate of discounted, day-old sushi. This terrible calamity has slowed them 0 days, 15:13:51 from level 48.
Reply With Quote
  #4  
Old 03-12-2005, 10:16 AM
Daften
Fire Beetle
 
Join Date: Feb 2004
Posts: 2
Default

I followed the directions exactly as stated but at the very last step(always has to happen at the end, eh? ) when I open Boot5zones.bat 5 zones are automatically opened and I don't get to replace my internal nor external IP. So when I log in, I see my server however I am not able to log into it because it's locked. (I've tried saving "true" and "false" in my eqemu directory, and each time I log in and reboot World.exe and Boot5zones.bat it still shows up as locked.)

Any suggestions? Thanks in advance.
Reply With Quote
  #5  
Old 03-12-2005, 10:57 AM
tallerin
Hill Giant
 
Join Date: Mar 2005
Posts: 165
Default

For the boot 5 zones right click it then select edit NOT open then change the int/ext ips. for the locked server might be from the wrong ip's in the boot 5 zones but dunno for sure worked flawlessly for me.
Reply With Quote
  #6  
Old 03-12-2005, 11:23 AM
Daften
Fire Beetle
 
Join Date: Feb 2004
Posts: 2
Default

Okay, thanks. I dunno how I could have missed the edit

My server is now "up" But I can't log into it. I'm on a router >_< *sigh* another tutorial to go through,eh?
Reply With Quote
  #7  
Old 03-13-2005, 07:32 AM
Malignus Wingnut
Hill Giant
 
Join Date: Sep 2004
Posts: 233
Default

There is a link to the router guide that I made a while ago...look at the guide.
Reply With Quote
  #8  
Old 03-18-2005, 03:58 PM
Malignus Wingnut
Hill Giant
 
Join Date: Sep 2004
Posts: 233
Default

You see the thing is...99% of people who follow my guide get stuck because they DO NOT read every step in detail. I suggest you go back, and read the optional troubleshooting guide to the grant all privileges option... It clearly states what to do.

Make sure you have typed everything properly, be assured there are no typos.

Finally, the lines of code (CD c:\.....) DO NOT apply to everyone. Some people have a newer version of MySQL which installs defaultly to c:\program files\mysql instead of just c:\mysql. Be sure that YOU know where YOUR copies of programs are installed and use your brain and replace lines of code with what suits your configuration.
Reply With Quote
  #9  
Old 03-22-2005, 01:58 AM
Sakrateri's Avatar
Sakrateri
Dragon
 
Join Date: Mar 2004
Location: England
Posts: 776
Default

LoL ....nm i had a brain infunction !
__________________
KhepriGames

Game Gallery

My Forums


Last edited by Sakrateri; 03-22-2005 at 10:10 AM..
Reply With Quote
  #10  
Old 03-18-2005, 12:16 PM
raistlinist
Fire Beetle
 
Join Date: Mar 2005
Posts: 4
Default

hi all, i got a problem and a need help, thx in advance i really want to play eq

im stuck at the main step 3 when i ran winsqladmins...exe i wrote a pass n username lets say username : bob and password : wayhne

and when i type GRANT ALL PRIVILEGES ON *.* TO bob@localhost IDENTIFIED BY 'wayhne' WITH GRANT OPTION; in mysql.exe i doesnt work

it says error 1045 : Acces denied for user @localhost' <Using password : NO>
i tried to type CD C:\mysql\bin and its not working for me maybe i misunderstood
something or scalar isnt installed properly ... HELP PLZ ! i want to play sniff...:(
Reply With Quote
  #11  
Old 03-26-2005, 07:27 PM
SiezeALL
Fire Beetle
 
Join Date: Mar 2005
Posts: 5
Default Err, yeah..

I wouldn't post here but the link to the Error thread gives me a 404 error, so here it is.

I have mysql installed (though it's irrelevant at this point.)
I have Perl 5.8.2 installed
I have NMAKE.exe in c:\perl\bin

I open up the command prompt and type in perl -MCPAN -e shell.
It tells me some junk and i tell it no to the manual configuration.

It does some more stuff and then leaves me at cpan> for a prompt.

so I type in install IO::Scalar, works great til the end...

"IBM(R) Program Maintenance Utility for Windows(R)
Version 3.50.000 Feb 13 1996
Copyright (C) IBM Corporation 1988-1995
Copyright (C) Microsoft Corp. 1988-1991
All rights reserved.

@ C:\Perl\bin\perl.exe "-MExtUtils::Command" -e mkpath blib\lib\IO
NMAKE : fatal error U1081: '@' : program not found
Stop.
C:\PERL\BIN\nmake.exe -- NOT OK
Running make test
Can't test without successful make
Running make install
make had returned bad status, install seems impossible

cpan>"

Anyone have any ideas, please? Is there a way to get rid of the @ before the C:\perl\bin\perl.exe?

Thanks in advance


--- Edit: I tried it on my windows xp pro machine and it worked flawlessly. Am I correct in assuming this doesn't work for windows 98? /grin The code above was from my 98 machine.

Last edited by SiezeALL; 03-27-2005 at 04:06 AM..
Reply With Quote
  #12  
Old 03-26-2005, 07:34 PM
SiezeALL
Fire Beetle
 
Join Date: Mar 2005
Posts: 5
Default

BTW, hellkat you can make eqhost read only. just right click, properties, check Read only and click apply.
Reply With Quote
  #13  
Old 03-30-2005, 12:36 PM
JerHoo
Fire Beetle
 
Join Date: Jun 2004
Posts: 1
Default Question

Okay i see my server on the list and its unlocked.. but, when i try to log into it... it gives me error 1017:cannot login to the everquest server. You may need to re-run the patch update ect... but when i try to log into other servers same verison it works any ideas?
Reply With Quote
  #14  
Old 04-15-2005, 10:01 AM
leonskennedy
Fire Beetle
 
Join Date: Mar 2005
Posts: 8
Default

Yeah, I cant make it work.

On the 'grant all options' part, It says

Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 17 to server version: 4.0.24-nt

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> GRANT ALL PRIVILEGES ON *.* TO ______@localhost IDENTIFIED BY '_____' WITH GRANT OPTION;
ERROR 1045: Access denied for user: '@localhost' (Using password: NO)
mysql>


Rest assured my mysql is in c:\mysql\bin and thats what i put. Any help?
Reply With Quote
  #15  
Old 04-15-2005, 11:27 AM
sysadmin
Hill Giant
 
Join Date: Feb 2005
Posts: 163
Default

try 127.0.0.1 instead of localhost
__________________
Sysadmin.
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 05:49 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 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3