-
as seen on Stack Overflow
- Search for 'Stack Overflow'
When I try and use a populator or sphinx on a Ruby app I keep receiving dyld errors. I used to use MAMP on OS X Leopard but since I've upgraded to Snow Leopard and am now using standalone MySQL (10.5 64-bit).
$ rake ts:index
Would return
dyld: Library not loaded: /Applications/MAMP/Library/lib/mysql/libmysqlclient…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I have two projects that are a copy of each other on my Mac with MAMP. They both have SSL pages. However, whenever I hit the a secured SSL page of project 2, the base_url or host changes to project1 instead of remaining project2. I know this is an issue with the vhosts, because if I switch the order…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have previously baked a controller for a model that I have created.
When attempting to bake the view using cakephp I get the following errors:
Interactive Bake Shell
---------------------------------------------------------------
[D]atabase Configuration
[M]odel
[V]iew
[C]ontroller
[P]roject
[Q]uit
What…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I've installed the sphinx binaries and libraries and am now trying to install the PECL sphinx module.
My system is running OS X 10.6 with MAMP 1.8.2 installed. I try to install sphinx using the following command:
sudo pecl install sphinx
The PECL command outputs the following:
running: phpize
Configuring…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Hi Guys,
I have tried to install memcached in MAMP - Snow Leopard 10.6.2 using this tutorial:
Setup a Memcached-Enabled MAMP Sandbox Environment
I finished with no errors the first to the last step: Bonus Section: Start and Stop Memcache with MAMP
After that I restarted my MAMP widget in the dashboard…
>>> More