Re: MySQL & PHP

2003-01-18 Thread Ade Olonoh
Have you installed the php-mysql package? It should be on one of the RH8 CDs. You can run "php -m" to show the list of PHP modules you have on your system, and mysql should be on that list. --Ade. On Sat, 2003-01-18 at 11:13, Ryan McDougall wrote: > hello all, > > I'm posting on 2 lists bec

Re: perl: Split loop at...

2003-03-11 Thread Ade Olonoh
Try: @x2 = split(/,|;/, $token); That worked for me properly, while the code you provided displayed the error. I'm also running v5.8.0, but LANG=en_US.UTF-8. --Ade. > > #!/usr/bin/perl > > > > while(<>) > > { > > @x1 = split(/[\t\n ]+/, \$_); > > print \$., " ", scalar @x1, "

Re: scp batch, what am I missing?

2003-03-26 Thread Ade Olonoh
You need to rename the id_dsa.pub file to authorized_keys2, not authorized_keys. If it still doesn't work, run "ssh -v " and copy the debug messages to the list. --Ade. On Wed, 2003-03-26 at 06:25, Dave wrote: > I've generated the keys, copied the .pub key to the other machine and > renamed

Text won't display at prompt without newline

2002-12-02 Thread Ade Olonoh
I ran into some odd behavior which if I remember right I didn't see before RH8. From an X terminal like xterm, konsole, or gnome-terminal, if I use a command that prints text w/out a newline I won't see the resulting text. The following do not work: > echo -n "test" > perl -e 'pri

Re: Text won't display at prompt without newline

2002-12-02 Thread Ade Olonoh
> Hmm. You're sure the (Redhat default) bash shell prompt isn't eating > things. As I recall it commences with a carriage return, which neatly > makes the prompt mangle your un-newlined string. Really rude in my > opinion. > > Try setting PS1 to something really simple like this: > > expo

Re: Screensaver problems

2002-12-03 Thread Ade Olonoh
> On three different machines (two fresh installs, one upgrade from 7.3) > we are seeing the screen save kick in (we have the password enabled > feature), but the problem is the screen is blank except the password > box. All the boxes have animated screen saves chosen -- all work from > the test

Re: Mozilla & Sound

2003-01-14 Thread Ade Olonoh
> Do you have a recommendation for a wysiwyg http editor that writes code that > is generic enough for all browsers (other than gedit)? Mozilla's Composer works really well, and will be sure to generate pages that are viewable in the Mozilla browser. I also haven't had a problem with it generatin