Re: MySQL error installing Drupal

2010-01-15 Thread Jasper Frumau
When I Jaspers-MacBook-Pro:conf jasper$ sudo cat httpd.conf | grep rewrite LoadModule rewrite_module modules/mod_rewrite.so So I would think it should load. But I guess more is needed. When I added AddModule mod_rewrite.c to the httpd.conf I got an error: Jaspers-MacBook-Pro:conf jasper$ sudo

Re: MySQL error installing Drupal

2010-01-15 Thread Jasper Frumau
Changed httpd.conf: # AllowOverride controls what directives may be placed in .htaccess files. # It can be All, None, or any combination of the keywords: # Options FileInfo AuthConfig Limit # AllowOverride All All is well know! On Fri, Jan 15, 2010 at 11:54 AM, Jasper

SBCL 1.0.33 fails to build on 10.4 - bus error?

2010-01-15 Thread max . e . brown
Hi, I am having trouble building SBCL 1.0.33 on Tiger (PPC). The build fails with: //entering make-host-1.sh //building cross-compiler, and doing first genesis make-host-1.sh: line 31: 11882 Bus error $SBCL_XC_HOST make-host-1.lisp Any ideas on how I can get this to work?

PHP errors after installation MAMP via MacPorts

2010-01-15 Thread Jasper Frumau
Like mentioned in the last thread I got Drupal running on my MAMP (Mac Book Pro) built on MacPorts Apache, MySQL5 and PHP 5.3.1 . I got Wordpress running as well but when I tried to install a theme I got: *Warning*: Invalid argument supplied for foreach() in *

Re: PHP errors after installation MAMP via MacPorts

2010-01-15 Thread Jasper Frumau
These are the PHP extensions I currently have: php5-gd @5.3.1_3 (active) php5-mbstring @5.3.1_2 (active) php5-mysql @5.3.1_2+mysqlnd (active) Does anyone one know if others are required for Wordpress. What are the standard extentions normally needed? On Fri, Jan 15, 2010 at 5:41 PM, Jasper

Re: PHP errors after installation MAMP via MacPorts

2010-01-15 Thread Scott Haneda
You may want to consider keeping it off in php.ini, and turning it on just for that host. That is how I would do it. -- Scott * If you contact me off list replace talklists@ with scott@ * On Jan 15, 2010, at 11:32 AM, Jasper Frumau wrote: Thanks for the reply. Solved it. Activated short

php mcrypt uiversal

2010-01-15 Thread Scott Haneda
I am trying to get mcrypt universal working, but hit an error: $sudo port -d install php5-mcrypt +universal DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/php/php5-mcrypt DEBUG: Changing to port directory:

Re: Error: Problem while installing groff

2010-01-15 Thread Shawn Protsman
On Nov 18, 2009, at 9:32 AM, Shawn Protsman wrote: Anyone else experiencing this? I've even removed groff but something needs it and I end up in this loop each time. On Nov 13, 2009, at 3:13 PM, Shawn Protsman wrote: On Nov 13, 2009, at 2:46 PM, Ryan Schmidt wrote: On Nov 13, 2009, at

Re: php mcrypt uiversal

2010-01-15 Thread Ryan Schmidt
On Jan 15, 2010, at 19:03, Scott Haneda wrote: I am trying to get mcrypt universal working, but hit an error: It builds fine universal here. Presumably one of the dependencies is not built universal on your system. ___ macports-users mailing list

Re: PHP errors after installation MAMP via MacPorts

2010-01-15 Thread Jasper Frumau
On Fri, Jan 15, 2010 at 11:44 PM, Scott Haneda talkli...@newgeo.com wrote: You may want to consider keeping it off in php.ini, and turning it on just for that host. That is how I would do it. Good idea. Could do that with a .htaccess .. -- Scott * If you contact me off list replace