How to add PHP to Hiawatha server?

Under development: PCMCIA, wireless, etc.
Message
Author
User avatar
GustavoYz
Posts: 883
Joined: Wed 07 Jul 2010, 05:11
Location: .ar

#121 Post by GustavoYz »

Ensure of not miss the final ';' on any statement at the prompt.
After create your new user, grant some privileges or wont be able of do any.
After that, you have to flush privileges, so mysql can save those.
Then, 'quit' should work: will see 'Bye' and back to shell.

* Just a note, mysql is case insensitive, dont need to bother withs caps at prompt as those are just a convention (most of the time).

User avatar
edoc
Posts: 4729
Joined: Sun 07 Aug 2005, 20:16
Location: Southeast Georgia, USA
Contact:

#122 Post by edoc »

The error was spotted by someone on the wxforum.net Forum -

Code: Select all

CREATE USER 'weewx'@'localhost' IDENTIFIED BY 'weewx.;
There is a "." before the ";" that should be an apostrophe.

Now I am wrestling with the upgrade of the version of weewx -
another atypical (mine never go according to standard) build process!

I changed to the directory where I have the compressed file:
cd /mnt/home/savestuff/weather/weewx-2.0.2
Then I started the build process:
./setup.py build
I received the error:
Traceback (most recent call last):

File "./setup.py", line 57, in <module>
import configobj
ImportError: No module named configobj
I have no idea what this means.
[b]Thanks! David[/b]
[i]Home page: [/i][url]http://nevils-station.com[/url]
[i]Don't google[/i] [b]Search![/b] [url]http://duckduckgo.com[/url]
TahrPup64 & Lighthouse64-b602 & JL64-603

User avatar
edoc
Posts: 4729
Joined: Sun 07 Aug 2005, 20:16
Location: Southeast Georgia, USA
Contact:

#123 Post by edoc »

Uh, oh ... Debian dependency-hell from the demon-distro. :cry:

There is a list of prerequisites (including python-configobj) and they spawn over a dozen dependencies of which gtk2.0-binver-2.10.0 appears to be unobtanium (no libgtk-2.1-0 that I can find actually creates it, contrary to the as-usual defective Debian docs.)

Anyone have an idea where one might get gtk2.0-binver-2.10.0 that works in Puppy?

I hate Debian and am not real happy with the bazillion Python add-ons either. Sigh.
[b]Thanks! David[/b]
[i]Home page: [/i][url]http://nevils-station.com[/url]
[i]Don't google[/i] [b]Search![/b] [url]http://duckduckgo.com[/url]
TahrPup64 & Lighthouse64-b602 & JL64-603

Post Reply