Lucee 5 memcache extension error on installing

Just setup a new Ubuntu box and did the lucee 5 installer – all went well
till I started setting up the Lucee Admins… our code relys on Memcache
and we aren’t able to install the memcache extension.

Weird thing is I have it running locally and installed on my dev server
(mac osx) running Vagrant – all installed correctly and no problems or
issues.

I get this error:

Lucee 5.0.0.252 Error (4)
Message Unresolved constraint in bundle memcached.extension [86]: Unable to
resolve 86.0: missing requirement [86.0] osgi.wiring.bundle;
(&(osgi.wiring.bundle=memcached)(bundle-version>=2.5.1))
Cause org.osgi.framework.BundleException
Stacktrace The Error Occurred in
/Users/mic/Projects/Lucee/Lucee5/core/src/main/cfml/context/admin/ext.applications.cfm:
line 101

called from /Users/mic/Projects/Lucee/Lucee5/core/src/main/cfml/context/admin/web.cfm:
line 389
called from /Users/mic/Projects/Lucee/Lucee5/core/src/main/cfml/context/admin/server.cfm:
line 2

Any way to install it manually?

Thanks!
Jeremy

FYI… I was able to take my same base AWS ubuntu 14 image and use the
“installer” for lucee 4.5 and then was able to install the memcache plugin.
After I get this production box setup correctly with 4.5 I will make
another image and try to replace the jar with lucee 5 jar and ideally all
is good then too.

Thanks,
JeremyOn Wednesday, June 22, 2016 at 5:58:53 PM UTC-4, Jeremy Bruck wrote:

Just setup a new Ubuntu box and did the lucee 5 installer – all went well
till I started setting up the Lucee Admins… our code relys on Memcache
and we aren’t able to install the memcache extension.

Weird thing is I have it running locally and installed on my dev server
(mac osx) running Vagrant – all installed correctly and no problems or
issues.

I get this error:

Lucee 5.0.0.252 Error (4)
Message Unresolved constraint in bundle memcached.extension [86]: Unable
to resolve 86.0: missing requirement [86.0] osgi.wiring.bundle;
(&(osgi.wiring.bundle=memcached)(bundle-version>=2.5.1))
Cause org.osgi.framework.BundleException
Stacktrace The Error Occurred in
/Users/mic/Projects/Lucee/Lucee5/core/src/main/cfml/context/admin/ext.applications.cfm:
line 101

called from /Users/mic/Projects/Lucee/Lucee5/core/src/main/cfml/context/admin/web.cfm:
line 389
called from /Users/mic/Projects/Lucee/Lucee5/core/src/main/cfml/context/admin/server.cfm:
line 2

Any way to install it manually?

Thanks!
Jeremy