(building APC on Ubuntu) WARNING: unrecognized options: –enable-mmap

Posted in dotnet, vb, vb.net | No Comments »

I am building APC for use with PHP 5.3.

I an following the instructions here

when I run the command:

./configure --enable-apc --enable-mmap

I get the following warning:

WARNING: unrecognized options:
–enable-mmap

Does anyone know how to fix this?

Similar:

  1. Ruby 1.9.1 isn’t recognized on Ubuntu I wanted to install ruby 1.9.1 instead of the older version so I ran this command on Ubuntu: sudo apt-get install ruby1.9.1-full After the install...
  2. How to prevent “parameter PLSQL_DEBUG is deprecated” compiler warning in Oracle SQL Developer When I execute a package body DDL statement SQL Developer warns, Warning: PLW-06015: parameter PLSQL_DEBUG is deprecated; use PLSQL_OPTIMIZE_LEVEL=1 How can SQL Developer be configured...
  3. Automate building multiple time in Visual Studio 2005 Hi. I’ve developed an application on Visual Studio 2005. The application takes a command line value and performs certain calculations. Is there a way to...
  4. What is the register_globals warning message that is appearing? I have one of my pages redirect to a page called customproofs.php. When it redirects to that page, the following Warning message appears: Warning: Unknown:...
  5. Can you please tell me about this warning? I’m getting this exception in [self.navigationcontroller PopViewControllerAnimated:YES]; 2010-06-21 19:12:46.585 IChitMe[31250:207] *** -[NSKeyValueIvarSetter addSubview:]: unrecognized selector sent to instance 0x377010 2010-06-21 19:12:46.593 IChitMe[31250:207] *** Terminating app...

Leave a Reply