PDA

View Full Version : Perl DBD Mysql Install


Akkadius
03-12-2014, 11:07 AM
Since ActiveState now cockblocks all PPM installs without a $1,000 business edition license (Dumb). You will need to install DBD a different way for now.

This type of information will be easily available in the new Wiki that we have on the way (Which is awesome). You can install DBD MySQL (Perl Module) through this simple alternate repo:

ppm install http://www.bribes.org/perl/ppm/DBD-mysql.ppd
Downloading DBD-mysql-4.023...done
Unpacking DBD-mysql-4.023...done
Generating HTML for DBD-mysql-4.023...done
Updating files in site area...done
12 files installed

I spent several hours online trying to work around this for a 5.10 1204 build version but just about all of the workarounds have dead ends. For something that normally takes a few seconds...

Thanks to c0ncrete of all things for a the alternate repo link. A lot of alternate repos are actually dead for 5.10.

Here is also a list of alternate repos:

http://cpansearch.perl.org/src/JDB/PPM-Repositories-0.18/Repositories.pm

To install other modules, you can manually HTTP browse for them by sifting the root of the index directory:

http://www.bribes.org/perl/ppm/

rhyotte
03-12-2014, 10:35 PM
Not too long ago I seen a post about a possible Postgres implementation.

http://www.eqemulator.org/forums/showthread.php?t=37819&highlight=postgres

I have ran into the MySQL roadblock before... Having a fully open source alternative at some point might be nice eh?

Btw...Thank you for EoC!

Secrets
03-12-2014, 11:26 PM
MariaDB integrates just fine so I have heard, and is open-source.

moofta
03-13-2014, 12:02 AM
This type of information will be easily available in the new Wiki that we have on the way (Which is awesome).

This will be great! There's been SOO many threads asking for the current Windows set up guide to be updated. I was tempted to do it, but got a 500 error trying to log into the current wiki. So having a wiki where we can collaborate would be amazing.

wolfwalkereci
03-14-2014, 01:59 AM
This will be great! There's been SOO many threads asking for the current Windows set up guide to be updated. I was tempted to do it, but got a 500 error trying to log into the current wiki. So having a wiki where we can collaborate would be amazing.

Yeah a new wiki would be great as I am currently the only one still logged in to the wiki and able to make changes.

rhyotte
03-14-2014, 02:40 AM
Next server install I will give Maria a try.

Not sure why I posted about DB, when Perl was the culprit. How is the Lua integration coming? I would just love to try Lua // Postgres at some point ;)

Gary

sorvani
03-14-2014, 10:04 AM
Lua has been in for almost a year.

rhyotte
03-14-2014, 11:20 PM
How much of the overall quests have been fully implemented in Lua? Would be cool to drop perl altogether.

Robregen
03-15-2014, 12:04 AM
We currently have 1297 lua files converted out of a total of 6233 files altogether. Which mean 4936 files are perl.

Akkadius
03-15-2014, 01:06 AM
Not too long ago I seen a post about a possible Postgres implementation.

http://www.eqemulator.org/forums/showthread.php?t=37819&highlight=postgres

I have ran into the MySQL roadblock before... Having a fully open source alternative at some point might be nice eh?

Btw...Thank you for EoC!

It's ActiveState Perl that is the problem not allowing PPM modules to be installed without a business license. Not MySQL itself.

And no problem on EoC :)