| prepro | which library is missing? |
| Caelum | prepro: find libmysqlclient.so on your system, and add that directory to LD_LIBRARY_PATH |
| anabain | buu, I used a hash, but I need sorting and hash destroys it |
| action | buu rolls his eyes |
| buu | rolls his eyes |
| Caelum | anabain: use an ordered hash? |
| buu | I didn't say hash did I? |
| ology | destroys? I think not. It *doesn't* sort. which is different |
| Khisanth | anabain: use List::MoreUtils qw(pairwise); |
| buu | anabain: But instead of having @ar=qw/1 3 5/; and @ar2=qw/2 4 6/; have -> @ar = ( [1,2], [3,4], [5,6] ); |
| prepro | nah, i think theres something else wrong i can load DBD::mysql properly im running another script here |
| Caelum | prepro: so does it load or does it not load? |
| prepro | yes DBD::mysql loads |
| Khisanth | if it did you wouldn't be getting that error |
| prepro | this script doesn't, and it fails with that information not sure what the heck that meant ? |
| anabain | ology, but when building a hash from a sorted array, does the hash keep the sorting? If not, that's what I meant with "destroy"... |
| Caelum | prepro: which perl is it using? which perl are YOU using? |
| prepro | ok, nevermind |
| ology | anabain: I know what you meant. Destroy is the wrong term to use. |
| prepro | im getting that trying to do a 'use DBD::mysql;' |
| Khisanth | this seems vaguely familiar |
| prepro | wtf i just got that installed now |
| Caelum | prepro: so add it to your LD_LIBRARY_PATH |
| Khisanth | that is only the Perl half of it |
| prepro | add what though? |
| anabain | And what I meant is correct, ology? |
| prepro | i dont have a variable set LD_LIBRARY_PATH even |
| Khisanth | you still need to install the C half -_- |
| Caelum | prepro: /usr/local/wherever-the-fuck-mysql-is/lib prepro: wherever that .so it can't load is |
| ology | anabain: What matters more is how to sort, not semantics. |
| Khisanth | but what kind of screwed up package management system allows you to install things without their dependency? |
| prepro | didn't work |
| Caelum | prepro: ok, how did you set it |
| GumbyBRAIN | Guten abend mein dongenliebschen. |