java - bluemix libstdc++.so.6: version `GLIBCXX_3.4.20' not found -


my apps web app projects (java liberty pack).

i want run executables java process builder in servlets getting errors. executables depends glibc.

how can solve them?

first project:

libstdc++.so.6: version `glibcxx_3.4.20' not found

second project:

/lib/libc.so.6: version `glibc_2.14' not found

cloud foundry supports "stacks" define operating system runtime application deployed onto.

 [10:04:11 ~]$ cf stacks getting stacks in org james.thomas@uk.ibm.com / space dev james.thomas@uk.ibm.com... ok  name         description lucid64      ubuntu 10.04 sedea        private cflinuxfs2   ubuntu 14.04.2 trusty 

currently, ibm bluemix deploying applications onto older ubuntu 10.04 stack default. environment contains glibc 2.11.

you can specify stack deploy application onto using "-s" command line flag or setting in manifest.

choosing cflinuxfs2 use more recent version of ubuntu updated version of glibc libraries.

this should work.


Comments

Popular posts from this blog

How to provide Authorization & Authentication using Asp.net, C#? -

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

How to use Authorization & Authentication in Asp.net, C#? -