Caelum | heh |
ubajas | I successfully added the service with Win32::Daemon, but it says it can't find the path specified when I try to start it, and I can't enter properties due to a missing registry value. |
mnmnmn | Caelum: well poe doesnt use threads |
Caelum | nope |
mnmnmn | well i mean it uses one thread lol |
Caelum | it can fork off child processes, however |
mnmnmn | processes are pretty much the same thing as threads |
purpoze | install_driver(mysql) failed: Can't load '/usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/auto/DBD/mysql/mysql.so' for module DBD::mysql: libmysqlclient.so.15: cannot open shared object file: No such file or directory at /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/DynaLoader.pm line 230, <STDIN> line 1. at (eval 195) line 3 |
action | nanonyme coughs loudly |
nanonyme | coughs loudly |
purpoze | hey guys, i've been having a rough time with this :-( |
pkrumins | there was this great book with thread concept puzzles |
NOTevil | mmm, 64bit. |
purpoze | yep |
nanonyme | what's wrong with 64bit? my system is multilib :) |
Caelum | purpoze: where did you install mysql? |
pkrumins | not thread concept puzzles but semaphore puzzles. i found the book |
purpoze | i put a symlink /usr/lib/libmysqlclient.so -> /usr/local/lib/mysql/libmysqlclient.so.15.0.0 |
pkrumins | it's claled "The Little Book of Semaphores" |
purpoze | still didn't make it work |
mnmnmn | u can use mysql for a semaphore |
pkrumins | google for it, it's free |
purpoze | Caelum: standard location, /usr/local /usr/local as the prefix, that is |
Caelum | purpoze: now do ln -s /usr/local/lib/mysql/libmysqlclient.so.15.0.0 /usr/local/lib/libmysqlclient.so.15 |
mnmnmn | but u need innodb tables |
spx2 | pkrumins, what book ? |
Caelum | purpoze: or better yet, add /usr/local/lib/mysql to your LD_LIBRARY_PATH |
pkrumins | it's called "The Little Book of Semaphores" |
purpoze | Caelum: same issue |
nanonyme | Caelum: shouldn't the second thing be /usr/local/lib/libmysqlclient.so? |
purpoze | what's weird is that i have: -r-xr-xr-x 1 root root 319536 May 18 18:04 /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/auto/DBD/mysql/mysql.so so mysql.so is there |
NOTevil | ah, i was thinking mysql GET_LOCK()/IS_FREE_LOCK(), but that's another bag of worms for another day. |
mnmnmn | fbsdrandi: i cant figure out how to load perly.y |
fbsdrandi | looking |
mnmnmn | i got a better idea though |
fbsdrandi | remove it from toke.c look for case KEY_or: |