| |
| |
| |
|
Page: 1 2
Comments:
<0> http://priuschat.com/index.php?showtopic=16201 <1> i'm too lazy to read it <1> :] <0> hilarious <2> i laughed after i saw "hybrid racing" <2> dont need to read anymore <0> The only reason the M3 beat him is because the bmw has a higher top speed <3> lol <3> that thread is hilarious <3> a prius beat a 5.0L mustang. <0> all those hybrids are sleepers <1> omg ... CPU@133MHz is killing me! <1> wake me up after compilation is done, will ya? <4> why are the permissions in the linux 2.6 tarball always ****ed up these days? it's like they tar it up on a windows machine.
<4> directories are all 777, files are 666. <4> get bored of fixing that each time I extract a new kernel :) <1> huh? why do you need it fixed? isn't there some option in tar for that? <1> like _do not preserve attributes_? <4> probably. I'm just used to not specifying that i guess. <1> i was just thinking loud :) <5> uh <5> the default for tar is to follow umask, not preserve :) <1> but i'm sure you can ignore ownership and **** like that which is packed and preserved(??) in tarball <4> I think --no-same-permissions will do it. <1> but you are probably right tech-. dunno <0> heh, what is your umask? <4> my umask isn't ****ed. :) <4> drwxrwxrwx git/git 0 2006-06-18 02:49:35 linux-2.6.17/ <4> -rw-rw-rw- git/git 462 2006-06-18 02:49:35 linux-2.6.17/.gitignore <4> root@naxxramas:~# umask <4> 0022 <4> it's fine. I haven't changed it from the default. <0> odd.. hmm <0> do you get the same if you just 'touch blah'? <4> nope. if i touch a file i get 644, like i would expect. <0> i don't have a slackware box near me, but does printenv have any tar entry? <4> only the LS_COLORS entry for *.tar <0> looks like if you are root it automatically tries to use -p automatically <0> ***uming you untar'd as root <4> yeah, that does appear to be the case. <0> wtf logic is with that? <0> seems safer to follow umask, always <6> morning <4> morning. <7> morning <8> meh. <6> anyone know of a sip softphone for a blackberry? <8> blackberry has wifi? <6> no, but it has internet access. <6> :> <6> i got a sweet deal. <8> i see <6> cingular is running some special. <6> like 20 bucks. <6> unlimited <6> for blackberry <8> that's my normal rate on tmobile <8> and my phone has wifi <6> well normal here is like 40 for bb, and like 70-80 for the card. <6> http://www.autoexpress.co.uk/news/evonews/60602/fisker_surfaces.html <6> UNF <9> hmm ph|ber, unf unf unf <10> hot chica interviewing across the hall <10> she'd make a smokin' hot inventory clerk :) <11> does anyone have a url for mysql package for slack? <12> www.slackware.com/pb <1> heh <10> IBM eh? <10> they don't keep a local mirror? <6> mogi you need a webcam. <6> !!! <11> if they have a mirror im probably missing the 25 logins required to get to it <12> hehe
<12> wooxy311, you find what you're looking for? <11> yes thank you, unfortunately it did not fix my problem <12> whats the problem? <11> I'm trying to upgrade our webmail solution (squirrelmail) to add the plugin bayes-spam. when i add the plugin i get the error [nativecode=Client does not support authentication protocol requested by server; consider upgrading MySQL client] <11> I think its the version of Pair-DB for php <12> did you just compile php against the builtin mysql libs? <13> What kind of sources does disk 3 and 4 contain? <13> is it sources for the programs on disk 1 and 2? <12> or did you actually install mysql on the web server and then compile php with --with-mysql=/usr/local/mysql or whatever <11> i installed php/apache and then mysql <12> wooxy311, yah, try reinstalling php <11> okay thanks. <12> the builtin mysql libs are kinda crap <11> IBM limits our d/l speed to 60kbsec....ugh <12> they took it out w/ php5 <12> ouch <11> if you can believe that *rolls eyes* <12> evuez, mostly source, theres a few other software packages though <11> do i need to recompile apache w/ php? <12> wooxy311, at least you're not on this hotel network i'm on where it takes about a minute to load any new web page because they can't seem to figure out how to allow related udp connections into the network <12> no, just php <11> go fix it for them ;-) <12> well as long as you're using apache's dynamic libraries (so) <13> phek, but which sources? is it additional programs not available as binaries? <12> hehe <12> evuez, don't think so <13> or programs already installed on a base system? <11> hmm baffling this server's httpd.conf doesnt even have a loadmodule php...and its not compiled in <11> nevermind, they put it in its own file <12> wooxy311, is it including a seperate config file <12> k <13> so anyway, I really only need cd one and maybe two, to install an ordinary slackware install? <12> i've never needed more than disk 1 <12> you really only need disk2 if you want kde <13> have they ditched gnome? <12> i think so <12> don't remember if that happened already or if it's going to happen in the next version <11> hmm i d/l the php package, installed it and now php -v results <11> php: error while loading shared libraries: libmhash.so.2: cannot open shared object file: No such file or directory <14> Hi :) <11> i d/led http://slackware.it/en/pb/package.php?q=current/php-4.4.2-i486-3 <12> well, i meant recompile it from source but hang on, i'll find libmhash for you <11> oops :-/ <11> sorry <12> http://slackware.it/en/pb/package.php?q=current/mhash-0.9.2-i486-1 <12> you're probably missing more than just that one lib though <12> ldd `type php` <12> or just recompile from source now because you'll probably need to anyways <11> libldap-2.3.so.0: <11> you want me just to compile the source? <12> yah <12> i'm guessing the slackware package is built against the builtin mysql libs <12> well, what version of php were you running before? <11> php-4.3.11-i486-4 <12> oh yah, that's pretty old, maybe it would be a decent idea to just try and install the dependencies that the php slackware package needs <12> before you go about trying to reinstall it from source <11> okay <11> its just missing 1 thing <11> libdlap-2.3 <12> http://slackware.it/en/pb/package.php?q=current/openldap-client-2.3.17-i486-1 <12> i think thats the package you need <12> ugh i ****, i've been troubleshooting this damn indian code for like an hour and it turns out the problem was i forgot to flush privileges after i created the mysql user <11> haha <11> im still upgrading packages <11> Well <11> now I am at <11> root@mail1:~/php# php -v <11> PHP Warning: Unknown(): Unable to load dynamic library '/usr/lib/php/extensions/mysql.so' - libmysqlclient.so.15: cannot open shared object file: No such file or directory in Unknown on line 0 <11> PHP 4.4.2 (cli) (built: Feb 14 2006 15:01:17) <12> hmm <12> 1 sec <11> I guess I need to install the new mysql package <12> no hang on <11> k
Return to
#slackware or Go to some related
logs:
#gentoo #computers #computers #politics #worldcup #politics #politics flash 8 side scroller #sex #stocks
|
|